mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update local_vars_min.yml
This commit is contained in:
parent
b955f8b5cc
commit
015da801c8
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ iiab_home_url: /home
|
||||||
# you'll end up preventing older laptops/phones/tablets (which require 2.4 GHz)
|
# you'll end up preventing older laptops/phones/tablets (which require 2.4 GHz)
|
||||||
# from connecting to your IIAB's internal hotspot! BAD IDEA (:
|
# 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_country_code: US
|
||||||
host_ssid: "Internet in a Box"
|
host_ssid: "Internet in a Box"
|
||||||
host_wifi_mode: g
|
host_wifi_mode: g
|
||||||
|
@ -63,7 +63,7 @@ wan_netmask: # wan_netmask: 255.255.255.0
|
||||||
wan_gateway: # wan_gateway: 192.168.1.254
|
wan_gateway: # wan_gateway: 192.168.1.254
|
||||||
# If nec wan_nameserver can override ISP-provided DNS servers via dnsmasq:
|
# 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
|
# /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
|
# 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!)
|
# 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
|
wan_nameserver: # wan_nameserver: 192.168.1.254 or 8.8.8.8 or 1.1.1.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue