This commit is contained in:
Leon Vita 2022-09-25 22:09:48 +01:00
parent edecf12f02
commit cbd8635788

View File

@ -69,8 +69,8 @@
peers = [ peers = [
{ {
publicKey = "w3qegSSuqFTFrGk4XJaWBSwGDOiqbnnAIR9MzwjYVA8="; publicKey = "w3qegSSuqFTFrGk4XJaWBSwGDOiqbnnAIR9MzwjYVA8=";
allowedIPs = [ "10.10.11.0" ]; allowedIPs = [ "10.10.11.0/24" ];
endpoint = "45.158.40.162:18800"; endpoint = "45.158.40.162:18900";
persistentKeepalive = 25; persistentKeepalive = 25;
} }
]; ];