Add ubuntu-4gb-fsn1-1 peer
This commit is contained in:
parent
9801466a28
commit
a0ba9c6b01
1 changed files with 10 additions and 0 deletions
|
@ -5,6 +5,16 @@
|
|||
interfaces."wg0" = {
|
||||
listenPort = 51820;
|
||||
privateKeyFile = "/run/secrets/network/wireguard/privkey";
|
||||
peers = [
|
||||
# Old infra: ubuntu-4gb-fsn1-1
|
||||
{
|
||||
publicKey = "ZtU2iWwVYeGyXC1ak+wFdTuisQNq7gMthYQZaw6InDU=";
|
||||
endpoint = "23.88.44.119:51820";
|
||||
allowedIPs = [
|
||||
"fd00:e621:e621::/48"
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue