use port 50000 for batman v15 on vpn04
This is supposed to be the only server to support VPN connections for batman v15 on port 50000, as fallback for nodes that cannot use the new VPN port 50001 due to restrictive firewall settings. Since this server has not been used in any stable or testing firmware so far, there is no risk that batman v13 nodes will try to connect to this port.
This commit is contained in:
parent
3ea0be8825
commit
5acbc68363
|
@ -53,7 +53,7 @@
|
||||||
peers = {
|
peers = {
|
||||||
vpn04 = {
|
vpn04 = {
|
||||||
key = '8ef6aea3ab0716c26037f4a08c5606512bfec42dd035ad3505c92fded37e1740',
|
key = '8ef6aea3ab0716c26037f4a08c5606512bfec42dd035ad3505c92fded37e1740',
|
||||||
remotes = {'"vpn04.bremen.freifunk.net" port 50001', '"vpn04.ffhb.de" port 50001'},
|
remotes = {'"vpn04.bremen.freifunk.net" port 50000', '"vpn04.ffhb.de" port 50000'},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue