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

Change luci glorytun interface to use device instead of ifname uci setting

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-06-25 19:40:55 +02:00
parent 1f15378d56
commit 04b15901fa
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ if [ "$(uci -q get network.glorytun)" = "" ] && [ "$(uci -q get network.omrvpn)"
uci -q batch <<-EOF >/dev/null
delete network.glorytun
set network.glorytun=interface
set network.glorytun.ifname=tun0
set network.glorytun.device=tun0
set network.glorytun.proto=dhcp
set network.glorytun.ip4table=vpn
set network.glorytun.multipath=off