Add lindy to wireguard

This commit is contained in:
Alex 2021-11-16 18:45:57 +01:00
parent 6c12c591a9
commit 77db1c714c
No known key found for this signature in database
GPG key ID: EDABF9711E244EB1

View file

@ -65,6 +65,12 @@ in
endpoint = "37.187.118.206:51820"; endpoint = "37.187.118.206:51820";
persistentKeepalive = 10; persistentKeepalive = 10;
} }
{ # Lindy
publicKey = "wen9GnZy2iLT6RyHfn7ydS/wvdvow1XPmhZxIkrDbks=";
allowedIPs = [ "10.42.0.66/32" ];
endpoint = "91.160.50.156:33766";
persistentKeepalive = 10;
}
{ # Carcajou { # Carcajou
publicKey = "qxrtfn2zRVnN52Y5NYumyU3/FcRMnh3kJ2C37JfrczA="; publicKey = "qxrtfn2zRVnN52Y5NYumyU3/FcRMnh3kJ2C37JfrczA=";
allowedIPs = [ "10.42.0.21/32" ]; allowedIPs = [ "10.42.0.21/32" ];
@ -97,6 +103,7 @@ in
192.168.1.23 binarycache.home.adnab.me 192.168.1.23 binarycache.home.adnab.me
10.42.0.1 hammerhead 10.42.0.1 hammerhead
10.42.0.2 spoutnik 10.42.0.2 spoutnik
10.42.0.66 lindy
10.42.0.206 shiki 10.42.0.206 shiki
''; '';