mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Understandability/Context for outsiders
This commit is contained in:
parent
5affca9bb1
commit
01197db87c
1 changed files with 7 additions and 6 deletions
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
# Defaults for network detection
|
||||
wireless_lan_present: False
|
||||
strict_networking: False
|
||||
|
@ -19,14 +18,14 @@ discovered_lan_iface: "none"
|
|||
discovered_wired_iface: "none"
|
||||
discovered_wireless_iface: "none"
|
||||
|
||||
#Redhat
|
||||
# Red Hat
|
||||
#iiab_wired_lan_iface: "none"
|
||||
#iiab_wireless_lan_iface: "none"
|
||||
has_WAN: False
|
||||
has_ifcfg_gw: "none"
|
||||
has_wifi_gw: "none"
|
||||
|
||||
#Debian
|
||||
# Debian
|
||||
dhcpcd_result: ""
|
||||
wan_in_interfaces: False
|
||||
network_manager_active: False
|
||||
|
@ -39,7 +38,7 @@ gui_desired_network_role: Gateway
|
|||
wondershaper_dspeed: "4096"
|
||||
wondershaper_upspeed: "1024"
|
||||
|
||||
# WiFi
|
||||
# Wi-Fi
|
||||
host_ssid: IIAB
|
||||
hostapd_wait: 1
|
||||
host_wifi_mode: g
|
||||
|
@ -63,16 +62,18 @@ network_config_dir: /etc/network/interfaces.d
|
|||
dns_jail_enabled: False
|
||||
services_externally_visible: False
|
||||
|
||||
# following variables set for old apache,dhcpd,named usage
|
||||
# Following variables set for old apache, dhcpd, named usage
|
||||
dhcpd_install: True
|
||||
dhcpd_enabled: True
|
||||
named_install: True
|
||||
named_enabled: True
|
||||
dnsmasq_enabled: False
|
||||
dnsmasq_install: False
|
||||
|
||||
# Possibly useful Tim's earlier Nodogsplash (github.com/iiab/iiab/issues/826)
|
||||
captive_portal_enabled: False
|
||||
|
||||
# for simple python captive portal
|
||||
# For simple python Captive Portal (for Anish & Jerry's github.com/iiab/iiab/pull/870)
|
||||
py_captive_portal_install: True
|
||||
py_captive_portal_enabled: True
|
||||
py_captive_portal_port: "9090"
|
||||
|
|
Loading…
Reference in a new issue