mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge branch '10.10' of https://github.com/georgejhunt/iiab into 10.10
This commit is contained in:
commit
56b854fcaf
15 changed files with 68 additions and 41 deletions
|
@ -99,8 +99,11 @@ js_menu_install: True
|
|||
|
||||
iiab_hostname: box
|
||||
iiab_domain: lan
|
||||
lan_ip: 172.18.96.1
|
||||
lan_netmask: 255.255.224.0
|
||||
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
|
||||
|
||||
# Internal Wi-Fi Access Point
|
||||
# Values are used if there is an internal Wi-Fi adapter and hostapd is enabled.
|
||||
|
@ -541,7 +544,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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue