1
0

hosts/beryllium: add management tunnel

This commit is contained in:
2022-12-29 17:02:22 +01:00
parent 8e96523837
commit b3ef4e6bde
2 changed files with 35 additions and 0 deletions

View File

@@ -88,6 +88,11 @@
allowedIPs = [ "2a01:4f8:c0c:15f1::8106/128" "10.20.30.106/32" ];
publicKey = "kuUeStBuU6d8PGFHFhP5pEvy0nuZ0TmScI8w7MOt0is=";
}
{
# beryllium
allowedIPs = [ "2a01:4f8:c0c:15f1::8107/128" "10.20.30.107/32" ];
publicKey = "SReFUcvw/4fLSkFGjkhDRyY9wyMCcjJ4Yiczt9X64Eo=";
}
];
listenPort = 51820;
allowedIPsAsRoutes = false;