fuuko/router: Switch wg-mullvad endpoint

This commit is contained in:
Simon Bruder 2023-06-23 17:15:06 +02:00
parent eea6668c8b
commit c3afd14f8a
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -67,8 +67,8 @@ in
}; };
wireguardPeers = lib.singleton { wireguardPeers = lib.singleton {
wireguardPeerConfig = { wireguardPeerConfig = {
Endpoint = "193.32.127.70:51820"; Endpoint = "185.65.134.86:51820";
PublicKey = "dV/aHhwG0fmp0XuvSvrdWjCtdyhPDDFiE/nuv/1xnRM="; PublicKey = "xpZ3ZDEukbqKQvdHwaqKMUhsYhcYD3uLPUh1ACsVr1s=";
AllowedIPs = [ "0.0.0.0/0" "::0/0" ]; AllowedIPs = [ "0.0.0.0/0" "::0/0" ];
PersistentKeepalive = 25; PersistentKeepalive = 25;
}; };