wg: allow remote connection
crispy-caesus crispy@crispy-caesus.eu
Tue, 07 Apr 2026 01:10:09 +0200
1 files changed,
2 insertions(+),
1 deletions(-)
jump to
M
configuration.nix
→
configuration.nix
@@ -84,7 +84,8 @@ peers = [
{ endpoint = "202.61.203.128:51820"; publicKey = "dGeLAqZD81XYcZQBJ5SELiUGh7hD//G+o1rahSpxY0s="; - allowedIPs = [ "10.0.0.1/32" ]; + allowedIPs = [ "10.0.0.1/32" "10.0.0.6/32" ]; + persistentKeepalive = 25; } ]; };