From 6f200d0192619adc5810a4cc857f5cc40b575850 Mon Sep 17 00:00:00 2001 From: Oliver Gerlich Date: Thu, 18 Feb 2021 20:57:32 +0100 Subject: [PATCH] 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. --- domains/ffhb_batv15.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ffhb_batv15.conf b/domains/ffhb_batv15.conf index f624226..b892749 100644 --- a/domains/ffhb_batv15.conf +++ b/domains/ffhb_batv15.conf @@ -53,7 +53,7 @@ peers = { vpn04 = { 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'}, }, }, },