shinobu: Change wg-mullvad peer
This commit is contained in:
parent
347f2a0183
commit
751e9d51b9
|
@ -75,8 +75,8 @@ in
|
|||
};
|
||||
wireguardPeers = lib.singleton {
|
||||
wireguardPeerConfig = {
|
||||
Endpoint = "185.65.134.86:51820";
|
||||
PublicKey = "xpZ3ZDEukbqKQvdHwaqKMUhsYhcYD3uLPUh1ACsVr1s=";
|
||||
Endpoint = "193.32.248.71:51820";
|
||||
PublicKey = "eprzkkkSbXCANngQDo305DIAvkKAnZaN71IpTNaOoTk=";
|
||||
AllowedIPs = [ "0.0.0.0/0" "::0/0" ];
|
||||
PersistentKeepalive = 25;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue