commit aaeedc7e2e4084e8c7659d2d2d0d542f1a04722b parent f73c848a65fb1a0b78dafb1cdf047f4b8936652e Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 26 Aug 2023 19:56:57 +0200 tailscale is considered direct 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 @@ -521,7 +521,7 @@ export all; }; graceful restart on; - multihop 2; + direct; neighbor 100.64.0.3 port 180 as 4242423867; } '';