forked from Deuxfleurs/nixcfg
Add lindy to wireguard
This commit is contained in:
parent
6c12c591a9
commit
77db1c714c
1 changed files with 7 additions and 0 deletions
|
@ -65,6 +65,12 @@ in
|
|||
endpoint = "37.187.118.206:51820";
|
||||
persistentKeepalive = 10;
|
||||
}
|
||||
{ # Lindy
|
||||
publicKey = "wen9GnZy2iLT6RyHfn7ydS/wvdvow1XPmhZxIkrDbks=";
|
||||
allowedIPs = [ "10.42.0.66/32" ];
|
||||
endpoint = "91.160.50.156:33766";
|
||||
persistentKeepalive = 10;
|
||||
}
|
||||
{ # Carcajou
|
||||
publicKey = "qxrtfn2zRVnN52Y5NYumyU3/FcRMnh3kJ2C37JfrczA=";
|
||||
allowedIPs = [ "10.42.0.21/32" ];
|
||||
|
@ -97,6 +103,7 @@ in
|
|||
192.168.1.23 binarycache.home.adnab.me
|
||||
10.42.0.1 hammerhead
|
||||
10.42.0.2 spoutnik
|
||||
10.42.0.66 lindy
|
||||
10.42.0.206 shiki
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue