From 3cfe242c195b04c7880890f9b31b2ca2ca881289 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 10 May 2018 09:35:31 +0200 Subject: [PATCH] don't get DNS via DHCPv6 either --- roles/postfix/files/unbound/dhclient.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/postfix/files/unbound/dhclient.conf b/roles/postfix/files/unbound/dhclient.conf index c1ecef0..dd45339 100644 --- a/roles/postfix/files/unbound/dhclient.conf +++ b/roles/postfix/files/unbound/dhclient.conf @@ -15,7 +15,7 @@ option rfc3442-classless-static-routes code 121 = array of unsigned integer 8; send host-name = gethostname(); request subnet-mask, broadcast-address, time-offset, routers, # domain-name, domain-name-servers, domain-search, host-name, - dhcp6.name-servers, dhcp6.domain-search, dhcp6.fqdn, dhcp6.sntp-servers, +# dhcp6.name-servers, dhcp6.domain-search, dhcp6.fqdn, dhcp6.sntp-servers, netbios-name-servers, netbios-scope, interface-mtu, rfc3442-classless-static-routes, ntp-servers; -- 2.30.2