forked from Deuxfleurs/nixcfg
Add Robinson in VPN
This commit is contained in:
parent
478249fbe8
commit
9d4973abcf
1 changed files with 6 additions and 0 deletions
|
@ -40,6 +40,12 @@ in
|
||||||
endpoint = "77.141.67.109:42136";
|
endpoint = "77.141.67.109:42136";
|
||||||
persistentKeepalive = 10;
|
persistentKeepalive = 10;
|
||||||
}
|
}
|
||||||
|
{ # Robinson
|
||||||
|
publicKey = "ETaZFil3mFXlJ0LaJZyWqJVLV2IZUF5PB/8M7WbQSTg=";
|
||||||
|
allowedIPs = [ "10.42.0.42/32" ];
|
||||||
|
endpoint = "77.141.67.109:33742";
|
||||||
|
persistentKeepalive = 10;
|
||||||
|
}
|
||||||
{ # Shiki
|
{ # Shiki
|
||||||
publicKey = "QUiUNMk70TEQ75Ut7Uqikr5uGVSXmx8EGNkGM6tANlg=";
|
publicKey = "QUiUNMk70TEQ75Ut7Uqikr5uGVSXmx8EGNkGM6tANlg=";
|
||||||
allowedIPs = [ "10.42.0.206/32" ];
|
allowedIPs = [ "10.42.0.206/32" ];
|
||||||
|
|
Loading…
Reference in a new issue