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

Fix on label

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-03-09 21:59:36 +01:00
parent 3b1b376f00
commit 388c131f96
2 changed files with 9 additions and 1 deletions

View file

@ -1374,7 +1374,7 @@ local methods = {
end
},
defaultvpn = {
args = { vpn = "glorytun-tcp" },
args = { vpn = "glorytun_tcp" },
call = function(args)
default_vpn(args.vpn)
end