fuuko/router: Change mullvad peer
This commit is contained in:
parent
bd32d54ebf
commit
764834c16f
|
@ -67,8 +67,8 @@ in
|
||||||
};
|
};
|
||||||
wireguardPeers = lib.singleton {
|
wireguardPeers = lib.singleton {
|
||||||
wireguardPeerConfig = {
|
wireguardPeerConfig = {
|
||||||
Endpoint = "146.70.117.194:51820";
|
Endpoint = "193.32.127.70:51820";
|
||||||
PublicKey = "ydXFN45/kROELJrF6id+uIrnS5DvTKSCkZDjfL9De2Q=";
|
PublicKey = "dV/aHhwG0fmp0XuvSvrdWjCtdyhPDDFiE/nuv/1xnRM=";
|
||||||
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