commit df16b618263fcfaef7d5d0f08ad05463d4a1e71c
parent 838583d08f2fccc88f310bbeb7d5509a282391b2
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 4 Oct 2023 12:40:15 +0200
Add persistent keepalive
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -181,6 +181,7 @@
# "10.100.0.2/24"
# "fe99:13::2/64"
# ];
+ persistentKeepalive = 25;
endpoint = "95.217.202.35:51820";
}
# # worker-2
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -154,6 +154,7 @@
# "10.100.0.2/24"
# "fe99:13::2/64"
# ];
+ persistentKeepalive = 25;
endpoint = "95.217.202.35:51820";
}
# # worker-1