commit d35d88ce0a066dd4fb15188e077c189ddb2f1e41 parent 6d51ab42e4ee83681d401ed2b176270c87689681 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 26 Aug 2023 19:44:16 +0200 Use port 180 Diffstat:
| M | nixos/worker-1/configuration.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -519,7 +519,7 @@ }; graceful restart on; multihop 2; - neighbor 100.64.0.3 as 4242423595; + neighbor 100.64.0.3 port 180 as 4242423595; } ''; };