commit d1de9b1a15527b3012694db78a0616ec35690d62
parent 2cb867789453cdd0a771ff27abac96a4d0f37242
Author: MTRNord <mtrnord1@gmail.com>
Date: Thu, 16 Nov 2023 22:12:36 +0100
Explicitly allow multicast
Diffstat:
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -183,6 +183,8 @@
publicKey = "M+OpQ/umgERHB+K6JJkszVChrRPqqYvMstbr28HRrSE=";
allowedIPs = [
"0.0.0.0/0"
+ "ff00::/8"
+ "224.0.0.0/4"
];
persistentKeepalive = 25;
endpoint = "95.217.202.35:51831";
@@ -207,6 +209,8 @@
publicKey = "bVSjGeOiIO5XXPVkGLrYD4wTV52BFBOLSuCeSD97MUs=";
allowedIPs = [
"0.0.0.0/0"
+ "ff00::/8"
+ "224.0.0.0/4"
];
persistentKeepalive = 25;
endpoint = "10.0.0.3:51841";
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -175,6 +175,8 @@ in
publicKey = "oBqOZGvt83/u8QETTGxRi8wXqXih9IPDl+T5Snqx9yA=";
allowedIPs = [
"0.0.0.0/0"
+ "ff00::/8"
+ "224.0.0.0/4"
];
persistentKeepalive = 25;
endpoint = "95.217.202.35:51830";
@@ -199,6 +201,8 @@ in
publicKey = "gVNmams9FSNMrtZYVKEjr04NyEha8I7nxf6GPmdN0FQ=";
allowedIPs = [
"0.0.0.0/0"
+ "ff00::/8"
+ "224.0.0.0/4"
];
persistentKeepalive = 25;
endpoint = "10.0.0.2:51821";