1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

get lan_ip soft coded everywhere

This commit is contained in:
George Hunt 2022-06-23 04:55:56 +01:00
parent 3c04ba6fb0
commit 41a91bd0f5
10 changed files with 49 additions and 39 deletions

View file

@ -98,8 +98,11 @@ disregard_network: False # Use cache, or error out if cache does not exist.
iiab_hostname: box
iiab_domain: lan
lan_ip: 172.18.96.1
lan_netmask: 255.255.224.0
lan_ip: 10.10.10.10
172_network: 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
# Internal Wi-Fi Access Point
# Values are used if there is an internal Wi-Fi adapter and hostapd is enabled.
@ -540,7 +543,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.*
transmission_whitelist: 127.0.0.1,::1,192.168.*.*,172.18.96.*,10.8.0.*,10.10.10,*
transmission_whitelist_enabled: "false" # LOWERCASE STRING for settings.json
transmission_peer_port: 51413