From 0e72a20a2b988248b47d235fbb70d4a2da95342a Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 9 May 2020 19:47:14 -0400 Subject: [PATCH] Update default_vars.yml --- vars/default_vars.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 3a5761c93..cec3e1d08 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -176,7 +176,11 @@ user_lan_iface: auto wan_ip: dhcp # wan_ip: 192.168.1.99 wan_netmask: # wan_netmask: 255.255.255.0 wan_gateway: # wan_gateway: 192.168.1.254 -# Can be set to override ISP-provided DNS servers when on a DHCP network: +# If nec dnsmasq can override ISP-provided DNS servers: +# /etc/resolv.conf dictates which backend is used for the machine itself, so +# 127.0.0.1 means you get dnsmasq (so it works right away on Raspbian) while +# 127.0.0.53 gives you systemd-networkd (so Ubuntu is NOT using the dnsmasq +# setting for lookups, but LAN clients use the dnsmasq-specified upstream DNS). wan_nameserver: # wan_nameserver: 192.168.1.254 or 8.8.8.8 or 1.1.1.1 wan_try_dhcp_before_static_ip: True # Facilitate field updates w/ cablemodems # Details @ roles/network/templates/network/dhcpcd.conf.j2 for /etc/dhcpcd.conf