1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

increase glorytun timeout, add default config for shadowsocks and network, add custom theme

This commit is contained in:
Ycarus 2018-02-14 17:46:53 +01:00
parent eb53f75241
commit dab94ddfba
18 changed files with 2282 additions and 5 deletions

View file

@ -0,0 +1,7 @@
#!/bin/sh
uci batch <<-EOF
set luci.themes.OpenMPTCProuter=/luci-static/openmptcprouter
set luci.main.mediaurlbase=/luci-static/openmptcprouter
commit luci
EOF
exit 0