[vpn] allow peers to communicate within subnet

This commit is contained in:
2025-01-14 15:14:58 +01:00
parent 60221f474c
commit c6c7fe5a57

View File

@@ -3,7 +3,7 @@
role = "server";
publicIp = "5.9.153.217";
address = [ "10.100.0.1/24" ];
allowedIPs = [ "10.100.0.1/32" ];
allowedIPs = [ "10.100.0.0/24" ];
listenPort = 51821;
publicKey = "hF9H10Y8Ar7zvZXFoNM8LSoaYFgPCXv30c54SSEucX4=";
};