Skip to content
Snippets Groups Projects
Commit b6212b90 authored by Vivek Dutta's avatar Vivek Dutta Committed by Sukru Senli
Browse files

owsd: Updated uci-default script

parent 74cbe106
Branches
Tags
1 merge request!1509owsd: Updated uci-default script
Pipeline #197889 skipped
......@@ -8,7 +8,6 @@ uci set owsd.ubusproxy.enable="1"
uci set owsd.ubusproxy.peer_key="/etc/ubusx/ubusx_demo_only.key"
uci set owsd.ubusproxy.peer_cert="/etc/ubusx/ubusx_demo_only.crt"
uci set owsd.ubusproxy.peer_ca="/etc/ubusx/ubusxDemoCA.crt"
uci commit owsd
# do not create wan_https section if it exists already
[ "$(uci -q get owsd.wan_https)" == "owsd-listen" ] && exit 0
......@@ -25,5 +24,3 @@ uci set owsd.wan_https.ca="/etc/ubusx/ubusxDemoCA.crt"
uci set owsd.wan_https.whitelist_interface_as_origin="1"
uci del_list owsd.wan_https.origin="*"
uci add_list owsd.wan_https.origin="*"
uci commit owsd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment