mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-01-28 01:47:18 +01:00
30 lines
636 B
Text
30 lines
636 B
Text
|
|
config owsd 'global'
|
|
option enable '0'
|
|
option www '/www'
|
|
|
|
config ubusproxy 'ubusproxy'
|
|
option enable '0'
|
|
list object 'netmode'
|
|
|
|
config owsd_listen 'loopback'
|
|
option port '80'
|
|
option interface 'loopback'
|
|
option ipv6 'on'
|
|
option whitelist_interface_as_origin '1'
|
|
|
|
config owsd_listen 'lan'
|
|
option port '80'
|
|
option interface 'lan'
|
|
option ipv6 'off'
|
|
option ipv6only 'off'
|
|
option whitelist_interface_as_origin '1'
|
|
option whitelist_dhcp_domains '1'
|
|
option cert '/etc/ssl/certs/ca-certificates.crt'
|
|
|
|
config owsd_listen 'wan'
|
|
option port '80'
|
|
option interface 'wan'
|
|
option ipv6 'on'
|
|
option whitelist_interface_as_origin '1'
|
|
|