diff --git a/vars/local_vars_medium.yml b/vars/local_vars_medium.yml index 16e9faff4..0d3e1082e 100644 --- a/vars/local_vars_medium.yml +++ b/vars/local_vars_medium.yml @@ -43,7 +43,7 @@ iiab_home_url: /home # you'll end up preventing older laptops/phones/tablets (which require 2.4 GHz) # from connecting to your IIAB's internal hotspot! BAD IDEA (: # -# Raspbian requires Wi-Fi country since March 2018. Please set it here: +# Raspberry Pi OS requires Wi-Fi country since March 2018. Please set it here: host_country_code: US host_ssid: "Internet in a Box" host_wifi_mode: g @@ -63,7 +63,7 @@ wan_netmask: # wan_netmask: 255.255.255.0 wan_gateway: # wan_gateway: 192.168.1.254 # If nec wan_nameserver can override ISP-provided DNS servers via dnsmasq: # /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.1 means you get dnsmasq (so it works right away on RaspiOS) while # 127.0.0.53 gives you systemd-networkd (so Ubuntu itself does NOT use this # dnsmasq-specified upstream DNS [e.g. wan_nameserver] but its LAN clients do!) wan_nameserver: # wan_nameserver: 192.168.1.254 or 8.8.8.8 or 1.1.1.1