mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Prepare for 10.10.10.10, by evolving PR #3281
This commit is contained in:
parent
56b854fcaf
commit
d12546c98d
15 changed files with 57 additions and 44 deletions
|
@ -100,10 +100,8 @@ js_menu_install: True
|
|||
iiab_hostname: box
|
||||
iiab_domain: lan
|
||||
lan_ip: 10.10.10.10
|
||||
network_172: False
|
||||
#lan_ip: 172.18.96.1 # Use this ip for compatibility with older network systems
|
||||
lan_netmask: 255.255.255.0
|
||||
#lan_netmask: 255.255.224.0 # Older networks were larger
|
||||
network_172: False # Change to True if you set the above to 172.18.96.1
|
||||
lan_netmask: 255.255.255.0 # Change to 255.255.224.0 if using 172.18.96.1
|
||||
|
||||
# Internal Wi-Fi Access Point
|
||||
# Values are used if there is an internal Wi-Fi adapter and hostapd is enabled.
|
||||
|
@ -544,7 +542,7 @@ transmission_group: debian-transmission
|
|||
# Monitor downloads at http://box:9091 or http://box:9091/transmission using Admin/changeme
|
||||
transmission_http_port: 9091
|
||||
transmission_url: /transmission/
|
||||
transmission_whitelist: 127.0.0.1,::1,192.168.*.*,172.18.96.*,10.8.0.*,10.10.10,*
|
||||
transmission_whitelist: 127.0.0.1,::1,192.168.*.*,10.10.10,*,172.18.96.*,10.8.0.*
|
||||
transmission_whitelist_enabled: "false" # LOWERCASE STRING for settings.json
|
||||
transmission_peer_port: 51413
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue