diff options
author | icpz <cc@icpz.dev> | 2020-11-21 00:55:25 +0800 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2020-11-24 21:24:33 +0100 |
commit | 694148a87fa5a0c964286fdaac1fa490a2fb530b (patch) | |
tree | f71a6ffb0061c6971d351ef3377f7772d7a8d868 /README | |
parent | fb55e80394c51d7502bb278f57520dec15a11355 (diff) |
config: add option to indicate dns service presence
Adds the config option to set if ipv6 dns service is availiable on the
interface. In some cases the dns service may not be listening on the
ipv6 address of the interface, and thus should not be announced to clients.
Signed-off-by: Paizhuo Chen <cc@icpz.dev>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -103,6 +103,8 @@ router list <local address> Routers to announce accepts IPv4 only dns list <local address> DNS servers to announce accepts IPv4 and IPv6 +dns_service bool 1 Announce the address of interface as DNS service + if the list of dns is empty domain list <local search domain> Search domains to announce leasetime string 12h DHCPv4 address leasetime |