mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
update owsd default config file with commented-out proxy options
Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
This commit is contained in:
parent
357ef23c0d
commit
3fd5294345
1 changed files with 12 additions and 1 deletions
|
|
@ -2,8 +2,11 @@ config owsd 'global'
|
|||
option sock '/var/run/ubus.sock'
|
||||
option www '/www'
|
||||
option redirect '/cgi-bin/luci:/cacheflush.html'
|
||||
# list ubusproxy 'http://repeater1url/'
|
||||
# list ubusproxy 'https://repeater1url/'
|
||||
# list ubusproxy 'ws://repeater2url/'
|
||||
# option client_cert '/etc/ssl/certs/owsd-repeater-control-cert.pem'
|
||||
# option client_key '/etc/ssl/private/owsd-repeater-control-key.pem'
|
||||
# option client_ca '/etc/ssl/certs/owsd-server-ca.pem'
|
||||
|
||||
config owsd-listen 'loopback'
|
||||
option port '80'
|
||||
|
|
@ -26,6 +29,14 @@ config owsd-listen 'lan_8080'
|
|||
option whitelist_interface_as_origin '1'
|
||||
option whitelist_dhcp_domains '1'
|
||||
|
||||
#config owsd-listen 'lan_https'
|
||||
# option port '443'
|
||||
# option interface 'lan'
|
||||
# option cert '/etc/ssl/certs/owsd-https-lan-cert.pem'
|
||||
# option key '/etc/ssl/private/owsd-https-lan-key.pem'
|
||||
# option ca '/etc/ssl/certs/owsd-ca-for-clients.pem'
|
||||
# option whitelist_interface_as_origin '1'
|
||||
|
||||
#config owsd-listen 'wan_https'
|
||||
# option port '443'
|
||||
# option interface 'wan'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue