used the wrong port this entire time, let's try again!
This commit is contained in:
parent
eb404ad3a2
commit
30a16e746e
|
@ -59,8 +59,8 @@
|
|||
peers = [
|
||||
{
|
||||
publicKey = "A02sO7uLdgflhPIRd0cbJONIaPP4z8HTxDkmX4NegFg=";
|
||||
endpoint = "84.87.146.85:5181";
|
||||
allowedIPs = ["10.5.5.0/24"];
|
||||
endpoint = "84.87.146.85:51821";
|
||||
allowedIPs = ["0.0.0.0/0" "::0/0"];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
@ -101,8 +101,8 @@
|
|||
peers = [
|
||||
{
|
||||
publicKey = "A02sO7uLdgflhPIRd0cbJONIaPP4z8HTxDkmX4NegFg=";
|
||||
endpoint = "84.87.146.85:5181";
|
||||
allowedIPs = ["10.5.5.0/24"];
|
||||
endpoint = "84.87.146.85:51821";
|
||||
allowedIPs = ["0.0.0.0/0"];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
@ -228,8 +228,8 @@
|
|||
peers = [
|
||||
{
|
||||
publicKey = "A02sO7uLdgflhPIRd0cbJONIaPP4z8HTxDkmX4NegFg=";
|
||||
endpoint = "84.87.146.85:5181";
|
||||
allowedIPs = ["10.5.5.0/24"];
|
||||
endpoint = "84.87.146.85:51821";
|
||||
allowedIPs = ["0.0.0.0/0" "::0/0"];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue