1
0

hosts/gatekeeper: add vpn for astatine

This commit is contained in:
clerie 2023-04-04 21:07:37 +02:00
parent 5206cbac8d
commit 622ea3fc64

View File

@ -92,6 +92,11 @@
allowedIPs = [ "2a01:4f8:c0c:15f1::8107/128" "10.20.30.107/32" ];
publicKey = "SReFUcvw/4fLSkFGjkhDRyY9wyMCcjJ4Yiczt9X64Eo=";
}
{
# astatine
allowedIPs = [ "2a01:4f8:c0c:15f1::8108/128" "10.20.30.108/32" ];
publicKey = "4b4M+we+476AV/fQ3lOmDbHFA0vvb3LwOEPVvNpuGm0=";
}
];
listenPort = 51820;
allowedIPsAsRoutes = false;