shinobu: Change wg-mullvad peer
This commit is contained in:
parent
347f2a0183
commit
751e9d51b9
|
@ -75,8 +75,8 @@ in
|
||||||
};
|
};
|
||||||
wireguardPeers = lib.singleton {
|
wireguardPeers = lib.singleton {
|
||||||
wireguardPeerConfig = {
|
wireguardPeerConfig = {
|
||||||
Endpoint = "185.65.134.86:51820";
|
Endpoint = "193.32.248.71:51820";
|
||||||
PublicKey = "xpZ3ZDEukbqKQvdHwaqKMUhsYhcYD3uLPUh1ACsVr1s=";
|
PublicKey = "eprzkkkSbXCANngQDo305DIAvkKAnZaN71IpTNaOoTk=";
|
||||||
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