mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
owsd: listen on wan6 interface
This commit is contained in:
parent
6d7fe87ed3
commit
9986a37299
1 changed files with 11 additions and 2 deletions
|
|
@ -3,6 +3,12 @@ config owsd 'global'
|
|||
option www '/www'
|
||||
option redirect '/cgi-bin/luci:/cacheflush.html'
|
||||
|
||||
config owsd-listen 'loopback'
|
||||
option port '80'
|
||||
option interface 'loopback'
|
||||
option ipv6 'on'
|
||||
list origin '*'
|
||||
|
||||
config owsd-listen 'lan'
|
||||
option port '80'
|
||||
option interface 'lan'
|
||||
|
|
@ -39,8 +45,11 @@ config owsd-listen 'wan_8080'
|
|||
option whitelist_interface_as_origin '1'
|
||||
list origin '*'
|
||||
|
||||
config owsd-listen 'loopback'
|
||||
config owsd-listen 'wan6'
|
||||
option port '80'
|
||||
option interface 'loopback'
|
||||
option interface 'wan6'
|
||||
option ipv6 'on'
|
||||
option ipv6only 'on'
|
||||
option whitelist_interface_as_origin '1'
|
||||
list origin '*'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue