forked from Deuxfleurs/nixcfg
New IP addresses in wireguard config
This commit is contained in:
parent
3bb938c9a0
commit
7c4a96bc71
1 changed files with 4 additions and 4 deletions
|
@ -59,25 +59,25 @@ in
|
|||
{ # Lindy
|
||||
publicKey = "wen9GnZy2iLT6RyHfn7ydS/wvdvow1XPmhZxIkrDbks=";
|
||||
allowedIPs = [ "10.42.0.66/32" ];
|
||||
endpoint = "91.160.50.156:33766";
|
||||
endpoint = "82.66.112.151:33766";
|
||||
persistentKeepalive = 10;
|
||||
}
|
||||
{ # Carcajou
|
||||
publicKey = "qxrtfn2zRVnN52Y5NYumyU3/FcRMnh3kJ2C37JfrczA=";
|
||||
allowedIPs = [ "10.42.0.21/32" ];
|
||||
endpoint = "91.160.50.156:33721";
|
||||
endpoint = "82.66.112.151:33721";
|
||||
persistentKeepalive = 10;
|
||||
}
|
||||
{ # Carcajou
|
||||
publicKey = "7Nm7pMmyS7Nts1MB+loyD8u84ODxHPTkDu+uqQR6yDk=";
|
||||
allowedIPs = [ "10.42.0.22/32" ];
|
||||
endpoint = "91.160.50.156:33722";
|
||||
endpoint = "82.66.112.151:33722";
|
||||
persistentKeepalive = 10;
|
||||
}
|
||||
{ # Caribou
|
||||
publicKey = "g6ZED/wPn5MPfytJKwPI19808CXtEad0IJUkEAAzwyY=";
|
||||
allowedIPs = [ "10.42.0.23/32" ];
|
||||
endpoint = "91.160.50.156:33723";
|
||||
endpoint = "82.66.112.151:33723";
|
||||
persistentKeepalive = 10;
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue