used the wrong port this entire time, let's try again!

This commit is contained in:
Lillian Violet 2024-12-06 22:10:12 +01:00
parent eb404ad3a2
commit 30a16e746e
3 changed files with 6 additions and 6 deletions

View file

@ -59,8 +59,8 @@
peers = [ peers = [
{ {
publicKey = "A02sO7uLdgflhPIRd0cbJONIaPP4z8HTxDkmX4NegFg="; publicKey = "A02sO7uLdgflhPIRd0cbJONIaPP4z8HTxDkmX4NegFg=";
endpoint = "84.87.146.85:5181"; endpoint = "84.87.146.85:51821";
allowedIPs = ["10.5.5.0/24"]; allowedIPs = ["0.0.0.0/0" "::0/0"];
} }
]; ];
}; };

View file

@ -101,8 +101,8 @@
peers = [ peers = [
{ {
publicKey = "A02sO7uLdgflhPIRd0cbJONIaPP4z8HTxDkmX4NegFg="; publicKey = "A02sO7uLdgflhPIRd0cbJONIaPP4z8HTxDkmX4NegFg=";
endpoint = "84.87.146.85:5181"; endpoint = "84.87.146.85:51821";
allowedIPs = ["10.5.5.0/24"]; allowedIPs = ["0.0.0.0/0"];
} }
]; ];
}; };

View file

@ -228,8 +228,8 @@
peers = [ peers = [
{ {
publicKey = "A02sO7uLdgflhPIRd0cbJONIaPP4z8HTxDkmX4NegFg="; publicKey = "A02sO7uLdgflhPIRd0cbJONIaPP4z8HTxDkmX4NegFg=";
endpoint = "84.87.146.85:5181"; endpoint = "84.87.146.85:51821";
allowedIPs = ["10.5.5.0/24"]; allowedIPs = ["0.0.0.0/0" "::0/0"];
} }
]; ];
}; };