commit c8b614ac0814824e0042ed6afd8040962d3f61fc
parent a626c48928eb77c2aca0537a5fb9d74cce3960ee
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 4 Oct 2023 13:41:51 +0200
Allow any again
Diffstat:
2 files changed, 56 insertions(+), 40 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -175,17 +175,21 @@
# big one
{
publicKey = "M+OpQ/umgERHB+K6JJkszVChrRPqqYvMstbr28HRrSE=";
+ # allowedIPs = [
+ # "10.100.12.1/24"
+ # "10.100.0.2/24"
+ # "fe99:13::2/64"
+ # "10.100.0.1/24"
+ # "fe99:13::1/64"
+ # "10.100.0.3/24"
+ # "fe99:13::3/64"
+ # # ospf
+ # "224.0.0.6/32"
+ # "224.0.0.5/32"
+ # ];
allowedIPs = [
- "10.100.12.1/24"
- "10.100.0.2/24"
- "fe99:13::2/64"
- "10.100.0.1/24"
- "fe99:13::1/64"
- "10.100.0.3/24"
- "fe99:13::3/64"
- # ospf
- "224.0.0.6/32"
- "224.0.0.5/32"
+ "0.0.0.0/0"
+ "::/0"
];
persistentKeepalive = 25;
endpoint = "95.217.202.35:51821";
@@ -202,17 +206,21 @@
# worker-2
{
publicKey = "bVSjGeOiIO5XXPVkGLrYD4wTV52BFBOLSuCeSD97MUs=";
+ # allowedIPs = [
+ # "10.100.12.1/24"
+ # "10.100.0.2/24"
+ # "fe99:13::2/64"
+ # "10.100.0.1/24"
+ # "fe99:13::1/64"
+ # "10.100.0.3/24"
+ # "fe99:13::3/64"
+ # # ospf
+ # "224.0.0.6/32"
+ # "224.0.0.5/32"
+ # ];
allowedIPs = [
- "10.100.12.1/24"
- "10.100.0.2/24"
- "fe99:13::2/64"
- "10.100.0.1/24"
- "fe99:13::1/64"
- "10.100.0.3/24"
- "fe99:13::3/64"
- # ospf
- "224.0.0.6/32"
- "224.0.0.5/32"
+ "0.0.0.0/0"
+ "::/0"
];
endpoint = "37.27.5.79:51821";
}
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -148,17 +148,21 @@
# big one
{
publicKey = "M+OpQ/umgERHB+K6JJkszVChrRPqqYvMstbr28HRrSE=";
+ # allowedIPs = [
+ # "10.100.12.1/24"
+ # "10.100.0.2/24"
+ # "fe99:13::2/64"
+ # "10.100.0.1/24"
+ # "fe99:13::1/64"
+ # "10.100.0.3/24"
+ # "fe99:13::3/64"
+ # # ospf
+ # "224.0.0.6/32"
+ # "224.0.0.5/32"
+ # ];
allowedIPs = [
- "10.100.12.1/24"
- "10.100.0.2/24"
- "fe99:13::2/64"
- "10.100.0.1/24"
- "fe99:13::1/64"
- "10.100.0.3/24"
- "fe99:13::3/64"
- # ospf
- "224.0.0.6/32"
- "224.0.0.5/32"
+ "0.0.0.0/0"
+ "::/0"
];
persistentKeepalive = 25;
endpoint = "95.217.202.35:51820";
@@ -175,17 +179,21 @@
# worker-1
{
publicKey = "gVNmams9FSNMrtZYVKEjr04NyEha8I7nxf6GPmdN0FQ=";
+ # allowedIPs = [
+ # "10.100.12.1/24"
+ # "10.100.0.2/24"
+ # "fe99:13::2/64"
+ # "10.100.0.1/24"
+ # "fe99:13::1/64"
+ # "10.100.0.3/24"
+ # "fe99:13::3/64"
+ # # ospf
+ # "224.0.0.6/32"
+ # "224.0.0.5/32"
+ # ];
allowedIPs = [
- "10.100.12.1/24"
- "10.100.0.2/24"
- "fe99:13::2/64"
- "10.100.0.1/24"
- "fe99:13::1/64"
- "10.100.0.3/24"
- "fe99:13::3/64"
- # ospf
- "224.0.0.6/32"
- "224.0.0.5/32"
+ "0.0.0.0/0"
+ "::/0"
];
endpoint = "49.13.24.105:51821";
}