fuuko/router: Switch wg-mullvad endpoint

nazuna
Simon Bruder 2023-06-23 17:15:06 +02:00
parent eea6668c8b
commit c3afd14f8a
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 2 additions and 2 deletions

View File

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