commit c055ed477b4527efec91b6289a53676b7ae4a584
parent f54313bea7d4259c4cc791e8521a7ef275a2d23e
Author: vin <vin@vineetk.net>
Date: Mon, 13 Jan 2025 23:08:19 -0500
switch mullvad endpoint
reason for switching was youtube starting to ip ban again via yt-dlp,
but it didn't work anyways
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/hosts/demiurge/default.nix b/hosts/demiurge/default.nix
@@ -49,7 +49,7 @@
};
# mullvad to miami
- us-mia-wg-001 = {
+ us-mia-wg-002 = {
address = [
"10.135.221.102/32"
"fc00:bbbb:bbbb:bb01:d:0:7:dd66/128"
@@ -57,8 +57,8 @@
peers = [{
allowedIPs = [ "0.0.0.0/0" "::0/0" ];
- endpoint = "45.134.142.219:51820";
- publicKey = "FVEKAMJqaJU2AwWn5Mg9TK9IAfJc4XDUmSzEeC/VXGs=";
+ endpoint = "45.134.142.206:51820";
+ publicKey = "H5t7PsMDnUAHrR8D2Jt3Mh6N6w43WmCzrOHShlEU+zw=";
}];
privateKey = "***REDACTED_WG_KEY***=";