fuuko/router: Switch wg-mullvad endpoint
This commit is contained in:
parent
eea6668c8b
commit
c3afd14f8a
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue