mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
default_vars.yml: sudo iiab-network
This commit is contained in:
parent
f3fe8a65b5
commit
1afd6f81e9
1 changed files with 3 additions and 3 deletions
|
@ -193,7 +193,7 @@ ports_externally_visible: 3 # ssh + http-or-https + common IIAB services
|
||||||
#
|
#
|
||||||
# Or further customize your iptables firewall by editing:
|
# Or further customize your iptables firewall by editing:
|
||||||
# /opt/iiab/iiab/roles/network/templates/gateway/iiab-gen-iptables
|
# /opt/iiab/iiab/roles/network/templates/gateway/iiab-gen-iptables
|
||||||
# And then run: cd /opt/iiab/iiab; ./iiab-network
|
# And then run: sudo iiab-network
|
||||||
|
|
||||||
# dnsmasq - handles DHCP and DNS
|
# dnsmasq - handles DHCP and DNS
|
||||||
dnsmasq_install: True
|
dnsmasq_install: True
|
||||||
|
@ -209,7 +209,7 @@ dnsmasq_enabled: True
|
||||||
#named_enabled: False
|
#named_enabled: False
|
||||||
block_DNS: False
|
block_DNS: False
|
||||||
|
|
||||||
# Enable in local_vars.yml AFTER installing IIAB! Then run "cd /opt/iiab/iiab; ./iiab-network"
|
# Enable in local_vars.yml AFTER installing IIAB! Then run: sudo iiab-network
|
||||||
dns_jail_enabled: False
|
dns_jail_enabled: False
|
||||||
|
|
||||||
# UNMAINTAINED as of October 2017: https://github.com/iiab/iiab/pull/382
|
# UNMAINTAINED as of October 2017: https://github.com/iiab/iiab/pull/382
|
||||||
|
@ -250,7 +250,7 @@ openvpn_server_port: 1194
|
||||||
|
|
||||||
# dnsmasq is installed here -- configure LATER in 'network', after Stage 9.
|
# dnsmasq is installed here -- configure LATER in 'network', after Stage 9.
|
||||||
# (The full network stage runs after 9-LOCAL-ADDONS. Or manually run
|
# (The full network stage runs after 9-LOCAL-ADDONS. Or manually run
|
||||||
# "cd /opt/iiab/iiab; sudo ./iiab-network"). Design under discussion: #2876
|
# "sudo iiab-network"). Design under discussion: #2876
|
||||||
|
|
||||||
# Some prefer 512MB for Zero W, others prefer 2048MB or higher for RPi 3 and 4.
|
# Some prefer 512MB for Zero W, others prefer 2048MB or higher for RPi 3 and 4.
|
||||||
# Please see recommendations at: https://itsfoss.com/swap-size/
|
# Please see recommendations at: https://itsfoss.com/swap-size/
|
||||||
|
|
Loading…
Reference in a new issue