diff options
author | Alex Auvolat <alex@adnab.me> | 2021-11-18 14:54:30 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-11-18 14:54:30 +0100 |
commit | 9d4973abcfd5aa86736955b4909a9c152c7f6c4e (patch) | |
tree | 0ec1698bc0173b69eed01b837d8ea4b4a9b7e63f | |
parent | 478249fbe80c9b64db0f7d4544aa3b50e35c5183 (diff) | |
download | nixcfg-9d4973abcfd5aa86736955b4909a9c152c7f6c4e.tar.gz nixcfg-9d4973abcfd5aa86736955b4909a9c152c7f6c4e.zip |
Add Robinson in VPN
-rw-r--r-- | configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 696c73e..dbdbd52 100644 --- a/configuration.nix +++ b/configuration.nix @@ -40,6 +40,12 @@ in endpoint = "77.141.67.109:42136"; persistentKeepalive = 10; } + { # Robinson + publicKey = "ETaZFil3mFXlJ0LaJZyWqJVLV2IZUF5PB/8M7WbQSTg="; + allowedIPs = [ "10.42.0.42/32" ]; + endpoint = "77.141.67.109:33742"; + persistentKeepalive = 10; + } { # Shiki publicKey = "QUiUNMk70TEQ75Ut7Uqikr5uGVSXmx8EGNkGM6tANlg="; allowedIPs = [ "10.42.0.206/32" ]; |