mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Merge branch 'test' into develop
This commit is contained in:
commit
dd2b9952cb
44 changed files with 52 additions and 23 deletions
|
@ -24,6 +24,13 @@ if [ "$(uci -q get glorytun.vpn.localip)" = "10.0.0.2" ]; then
|
|||
EOF
|
||||
fi
|
||||
|
||||
if [ "$(uci -q get network.omrvpn.txqueuelen)" = "1000" ]; then
|
||||
uci -q batch <<-EOF >/dev/null
|
||||
set network.omrvpn.txqueuelen=100
|
||||
commit network
|
||||
EOF
|
||||
fi
|
||||
|
||||
if [ "$(uci -q get openvpn.omr.proto)" != "tcp-client" ]; then
|
||||
uci -q batch <<-EOF >/dev/null
|
||||
set openvpn.omr=openvpn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue