From 69e1fd3102dbe998cf885fa03ed91e7d7526daf6 Mon Sep 17 00:00:00 2001 From: Victor Date: Sat, 25 Mar 2023 16:50:16 +0100 Subject: [PATCH] update mullvad server --- nixos/hosts/hades/rtorrent/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/hosts/hades/rtorrent/configuration.nix b/nixos/hosts/hades/rtorrent/configuration.nix index e6c60d3..1bc021e 100644 --- a/nixos/hosts/hades/rtorrent/configuration.nix +++ b/nixos/hosts/hades/rtorrent/configuration.nix @@ -30,14 +30,14 @@ in { in { wg0 = { address = [ "10.66.153.191/32" "fc00:bbbb:bbbb:bb01::3:99be/128" ]; - dns = [ "193.138.218.74" ]; + dns = [ "10.64.0.1" ]; privateKeyFile = "${vs.rtorrent}/wireguardKey"; postUp = "${postUpScript}/bin/post_up || true"; peers = [{ - publicKey = "hnRorSW0YHlHAzGb4Uc/sjOqQIrqDnpJnTQi/n7Rp1c="; + publicKey = "DVui+5aifNFRIVDjH3v2y+dQ+uwI+HFZOd21ajbEpBo="; allowedIPs = [ "0.0.0.0/0" "::/0" ]; - endpoint = "185.65.134.223:51820"; + endpoint = "185.65.134.82:51820"; persistentKeepalive = 25; }]; };