mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Update openmptcprouter script and config to use device setting instead of ifname
This commit is contained in:
parent
c5945ec683
commit
ea3a4840c4
7 changed files with 33 additions and 31 deletions
|
@ -5,7 +5,7 @@ if [ "$(uci -q get network.omrvpn)" = "" ]; then
|
|||
delete network.glorytun
|
||||
delete network.omrvpn
|
||||
set network.omrvpn=interface
|
||||
set network.omrvpn.ifname=tun0
|
||||
set network.omrvpn.device=tun0
|
||||
set network.omrvpn.proto=dhcp
|
||||
set network.omrvpn.ip4table=vpn
|
||||
set network.omrvpn.multipath=off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue