From e6c3cb078afa42edac7199bf8376e6079b3a89de Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Fri, 22 Apr 2022 21:25:00 +0000 Subject: [PATCH] chore(storage): tcp and udp fields for all servers - Updater code sets UDP and TCP compatibility for all providers - Increase servers.json model versions for affected providers (mullvad, windscribe, privado, protonvpn, privatevpn) - Remove retro-compatibility server defaults - Update all affected providers servers data (mullvad, windscribe, privado, protonvpn, privatevpn) --- internal/models/server.go | 10 - internal/storage/servers.json | 7689 +++++++++++++++-- .../updater/providers/mullvad/hosttoserver.go | 3 + .../updater/providers/privado/hosttoserver.go | 1 + .../providers/privatevpn/hosttoserver.go | 2 + .../updater/providers/privatevpn/servers.go | 2 + .../updater/providers/protonvpn/iptoserver.go | 2 + .../updater/providers/windscribe/servers.go | 4 + 8 files changed, 6822 insertions(+), 891 deletions(-) diff --git a/internal/models/server.go b/internal/models/server.go index d19cb924..ac777943 100644 --- a/internal/models/server.go +++ b/internal/models/server.go @@ -35,14 +35,4 @@ func (s *Server) setDefaults() { // If the VPN protocol isn't specified, assume it is OpenVPN. s.VPN = vpn.OpenVPN } - - if !s.UDP && !s.TCP { - // If UDP and TCP are not precised: - // For OpenVPN, assume TCP and UDP are supported - // For Wireguard, UDP must be supported. - s.UDP = true - if s.VPN == vpn.OpenVPN { - s.TCP = true - } - } } diff --git a/internal/storage/servers.json b/internal/storage/servers.json index 1ce3d191..c01c4034 100644 --- a/internal/storage/servers.json +++ b/internal/storage/servers.json @@ -26981,7 +26981,7 @@ }, "mullvad": { "version": 4, - "timestamp": 1647425081, + "timestamp": 1650662327, "servers": [ { "vpn": "openvpn", @@ -26989,8 +26989,11 @@ "city": "Tirana", "isp": "iRegister", "hostname": "al-tia-001", + "tcp": true, + "udp": true, "ips": [ - "31.171.154.210" + "31.171.154.210", + "2a04:27c0:ffff:ffff::1f" ] }, { @@ -26999,7 +27002,10 @@ "city": "Adelaide", "isp": "Intergrid", "hostname": "au-adl-001", + "tcp": true, + "udp": true, "ips": [ + "2407:a080:5000:6::1f", "116.206.231.58" ] }, @@ -27009,7 +27015,10 @@ "city": "Brisbane", "isp": "Intergrid", "hostname": "au-bne-001", + "tcp": true, + "udp": true, "ips": [ + "2407:a080:2000:a::1f", "43.245.160.162" ] }, @@ -27019,7 +27028,10 @@ "city": "Canberra", "isp": "Intergrid", "hostname": "au-cbr-001", + "tcp": true, + "udp": true, "ips": [ + "2407:a080:4000:5::1f", "116.206.229.98" ] }, @@ -27029,7 +27041,10 @@ "city": "Melbourne", "isp": "Intergrid", "hostname": "au-mel-002", + "tcp": true, + "udp": true, "ips": [ + "2407:a080:3000:5::2f", "116.206.228.202" ] }, @@ -27039,7 +27054,10 @@ "city": "Melbourne", "isp": "Intergrid", "hostname": "au-mel-003", + "tcp": true, + "udp": true, "ips": [ + "2407:a080:3000:6::3f", "116.206.228.242" ] }, @@ -27049,7 +27067,10 @@ "city": "Melbourne", "isp": "Intergrid", "hostname": "au-mel-004", + "tcp": true, + "udp": true, "ips": [ + "2407:a080:3000:7::4f", "116.206.230.98" ] }, @@ -27059,8 +27080,10 @@ "city": "Melbourne", "isp": "Intergrid", "hostname": "au3-wireguard", + "udp": true, "wgpubkey": "5kKbUwLVpmctk6BS8mxl/zeY3DCtR1jesOlocYr6gzk=", "ips": [ + "2407:a080:3000:12::a03f", "103.231.88.2" ] }, @@ -27070,8 +27093,10 @@ "city": "Melbourne", "isp": "Intergrid", "hostname": "au4-wireguard", + "udp": true, "wgpubkey": "Ns2SmfonJCi0Ucb7vuSzWz36p+BZqNvIbGFPwFPTaSE=", "ips": [ + "2407:a080:3000:11::a04f", "103.231.88.18" ] }, @@ -27081,7 +27106,10 @@ "city": "Perth", "isp": "Intergrid", "hostname": "au-per-001", + "tcp": true, + "udp": true, "ips": [ + "2400:fa80:5:8::1f", "103.77.235.66" ] }, @@ -27091,7 +27119,10 @@ "city": "Sydney", "isp": "Intergrid", "hostname": "au-syd-001", + "tcp": true, + "udp": true, "ips": [ + "2400:fa80:1:10::1f", "43.245.162.130" ] }, @@ -27101,7 +27132,10 @@ "city": "Sydney", "isp": "Intergrid", "hostname": "au-syd-002", + "tcp": true, + "udp": true, "ips": [ + "2400:fa80:1:15::2f", "103.77.232.130" ] }, @@ -27111,7 +27145,10 @@ "city": "Sydney", "isp": "Intergrid", "hostname": "au-syd-003", + "tcp": true, + "udp": true, "ips": [ + "2400:fa80:1:12::3f", "103.77.232.146" ] }, @@ -27121,7 +27158,10 @@ "city": "Sydney", "isp": "M247", "hostname": "au-syd-201", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:84:28::1f", "89.44.10.18" ] }, @@ -27131,7 +27171,10 @@ "city": "Sydney", "isp": "M247", "hostname": "au-syd-203", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:84:30::3f", "89.44.10.50" ] }, @@ -27141,7 +27184,10 @@ "city": "Sydney", "isp": "M247", "hostname": "au-syd-204", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:84:38::4f", "89.44.10.194" ] }, @@ -27151,8 +27197,10 @@ "city": "Sydney", "isp": "Intergrid", "hostname": "au1-wireguard", + "udp": true, "wgpubkey": "kOpdNLq/ePrlc2wXGinRvbQWRhy755cZ4G4S7xwsKiw=", "ips": [ + "2400:fa80:1:11::a01f", "43.245.162.234" ] }, @@ -27162,8 +27210,10 @@ "city": "Sydney", "isp": "M247", "hostname": "au10-wireguard", + "udp": true, "wgpubkey": "pu22RCPeJCeiDIE7a1XtWvmv3BdgPp8ugF6AyntW8xU=", "ips": [ + "2001:ac8:84:33::a10f", "89.44.10.114" ] }, @@ -27173,8 +27223,10 @@ "city": "Sydney", "isp": "M247", "hostname": "au11-wireguard", + "udp": true, "wgpubkey": "lpNlTCVN/Oru86QtEblGpxKc6R6fEFVmKjm5clumZQQ=", "ips": [ + "2001:ac8:84:34::a11f", "89.44.10.130" ] }, @@ -27184,8 +27236,10 @@ "city": "Sydney", "isp": "M247", "hostname": "au12-wireguard", + "udp": true, "wgpubkey": "8EVsUWoy+kULNzuxI1pugiAhJ5ffPsfzL94p025rM3I=", "ips": [ + "2001:ac8:84:35::a12f", "89.44.10.146" ] }, @@ -27195,8 +27249,10 @@ "city": "Sydney", "isp": "M247", "hostname": "au13-wireguard", + "udp": true, "wgpubkey": "VNyHFgr0yhjg2+58Tx3sU2wUPcS9+k7GuIPr1htWkjw=", "ips": [ + "2001:ac8:84:36::a13f", "89.44.10.162" ] }, @@ -27206,8 +27262,10 @@ "city": "Sydney", "isp": "M247", "hostname": "au14-wireguard", + "udp": true, "wgpubkey": "c7Msv//vsEiZJCIWFps214YgeVHAY3QxJ0zv6/adqUs=", "ips": [ + "2001:ac8:84:37::a14f", "89.44.10.178" ] }, @@ -27217,8 +27275,10 @@ "city": "Sydney", "isp": "Intergrid", "hostname": "au2-wireguard", + "udp": true, "wgpubkey": "26Ad1I9IZJC4gLdSw9sAQrfW5+ahys2Jp9vzRsMMLmE=", "ips": [ + "2400:fa80:1:31::a02f", "103.77.233.50" ] }, @@ -27228,8 +27288,10 @@ "city": "Sydney", "isp": "M247", "hostname": "au8-wireguard", + "udp": true, "wgpubkey": "QhE7I5TnUuc3gLqSeF9KhOr0oew5v03bpj0EHrEOR2M=", "ips": [ + "2001:ac8:84:31::a08f", "89.44.10.66" ] }, @@ -27239,8 +27301,10 @@ "city": "Sydney", "isp": "M247", "hostname": "au9-wireguard", + "udp": true, "wgpubkey": "ehLDGUmJM2l0t1dei1/yhrUsWzwkwLAJrP09+grALhE=", "ips": [ + "2001:ac8:84:32::a09f", "89.44.10.82" ] }, @@ -27250,7 +27314,10 @@ "city": "Vienna", "isp": "M247", "hostname": "at-vie-101", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:29:5a::101f", "86.107.21.210" ] }, @@ -27260,8 +27327,11 @@ "city": "Vienna", "isp": "M247", "hostname": "at-vie-102", + "tcp": true, + "udp": true, "ips": [ - "5.253.207.34" + "5.253.207.34", + "2001:ac8:29:39::102f" ] }, { @@ -27270,7 +27340,10 @@ "city": "Vienna", "isp": "M247", "hostname": "at-vie-103", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:29:5b::103f", "86.107.21.226" ] }, @@ -27280,7 +27353,10 @@ "city": "Vienna", "isp": "M247", "hostname": "at-vie-104", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:29:5c::104f", "86.107.21.242" ] }, @@ -27290,8 +27366,10 @@ "city": "Vienna", "isp": "M247", "hostname": "at4-wireguard", + "udp": true, "wgpubkey": "hZpraeYrNU7Vl+UB2NSpXT2vBRM1fZ/a/gt4TTksP14=", "ips": [ + "2001:ac8:29:59::a04f", "86.107.21.50" ] }, @@ -27301,8 +27379,10 @@ "city": "Vienna", "isp": "M247", "hostname": "at5-wireguard", + "udp": true, "wgpubkey": "jJVG/lv7RikDG0FMsV3WJgfot5XecPm9aHDrYvU+NAM=", "ips": [ + "2001:ac8:29:58::a05f", "86.107.21.34" ] }, @@ -27312,8 +27392,10 @@ "city": "Vienna", "isp": "M247", "hostname": "at6-wireguard", + "udp": true, "wgpubkey": "l03RAG49wBmpdWKO6oywtdNO3Ksk8byIx9JCr3r8Mlo=", "ips": [ + "2001:ac8:29:57::a06f", "86.107.21.18" ] }, @@ -27323,8 +27405,10 @@ "city": "Vienna", "isp": "M247", "hostname": "at7-wireguard", + "udp": true, "wgpubkey": "FnyzqDU4TJeFMO5g1AcGEzLGeVcPAcvdvnEXjPFw3Gg=", "ips": [ + "2001:ac8:29:56::a07f", "86.107.21.2" ] }, @@ -27334,8 +27418,10 @@ "city": "Vienna", "isp": "M247", "hostname": "at8-wireguard", + "udp": true, "wgpubkey": "VxDx2tErPqmeDHGPfIhnsDg6nfJ5cnE6u4EfHx5MjBE=", "ips": [ + "2001:ac8:29:55::a08f", "86.107.21.130" ] }, @@ -27345,8 +27431,10 @@ "city": "Vienna", "isp": "M247", "hostname": "at9-wireguard", + "udp": true, "wgpubkey": "f4t0xU1DsADjvHsAeB0pJAOdq+FkYZ5IhHvWom+/dGI=", "ips": [ + "2001:ac8:29:54::a09f", "86.107.21.114" ] }, @@ -27356,7 +27444,10 @@ "city": "Brussels", "isp": "M247", "hostname": "be-bru-001", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:27:5::1f", "185.104.186.202" ] }, @@ -27366,7 +27457,10 @@ "city": "Brussels", "isp": "M247", "hostname": "be-bru-002", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:27:d::2f", "91.207.57.50" ] }, @@ -27376,7 +27470,10 @@ "city": "Brussels", "isp": "M247", "hostname": "be-bru-003", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:27:32::3f", "37.120.143.138" ] }, @@ -27386,7 +27483,10 @@ "city": "Brussels", "isp": "M247", "hostname": "be-bru-004", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:27:54::4f", "37.120.218.138" ] }, @@ -27396,7 +27496,10 @@ "city": "Brussels", "isp": "M247", "hostname": "be-bru-005", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:27:55::5f", "37.120.218.146" ] }, @@ -27406,30 +27509,23 @@ "city": "Brussels", "isp": "M247", "hostname": "be1-wireguard", + "udp": true, "wgpubkey": "wkEqQQKK3dJDttRanJWONU/5xuxRDR4cLfvnPJKtijE=", "ips": [ + "2001:ac8:27:20::a01f", "193.9.114.2" ] }, - { - "vpn": "wireguard", - "country": "Belgium", - "city": "Brussels", - "isp": "M247", - "hostname": "be2-wireguard", - "wgpubkey": "Djs+FiBl54bMSHt2QsWZgdyu3hU2Vlkm5MRZt8MHe0c=", - "ips": [ - "5.253.205.162" - ] - }, { "vpn": "wireguard", "country": "Belgium", "city": "Brussels", "isp": "M247", "hostname": "be3-wireguard", + "udp": true, "wgpubkey": "pW/VljNbNWBg42/heyYGHeiKGVuzDhMw59eiSUQfnjo=", "ips": [ + "2001:ac8:27:56::a03f", "37.120.218.154" ] }, @@ -27439,8 +27535,10 @@ "city": "Brussels", "isp": "M247", "hostname": "be4-wireguard", + "udp": true, "wgpubkey": "zotbXj8reba/gId9QDZ9Az8RsGLyAskCHVVM3HYhGQw=", "ips": [ + "2001:ac8:27:57::a04f", "37.120.218.162" ] }, @@ -27450,7 +27548,10 @@ "city": "Sao Paulo", "isp": "Qnax", "hostname": "br-sao-001", + "tcp": true, + "udp": true, "ips": [ + "2804:5364:2100:6::1f", "177.67.80.186" ] }, @@ -27460,8 +27561,10 @@ "city": "Sao Paulo", "isp": "Qnax", "hostname": "br1-wireguard", + "udp": true, "wgpubkey": "2eYsuY/H7kpeam31OG+eQ7s43BeuyzoVgqwdeGXMd3A=", "ips": [ + "2804:5364:3100:9::a01f", "45.162.228.186" ] }, @@ -27471,8 +27574,10 @@ "city": "Sao Paulo", "isp": "Maxihost", "hostname": "br3-wireguard", + "udp": true, "wgpubkey": "lpGGcyULrh77A7zDTbiDsZPveD5KEMgrZJnL3aNTg1A=", "ips": [ + "2804:391c:12::a03f", "177.54.152.43" ] }, @@ -27482,7 +27587,10 @@ "city": "Sofia", "isp": "M247", "hostname": "bg-sof-101", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:30:19::1f", "37.120.152.114" ] }, @@ -27492,7 +27600,10 @@ "city": "Sofia", "isp": "M247", "hostname": "bg-sof-102", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:30:1a::1f", "37.120.152.146" ] }, @@ -27502,8 +27613,10 @@ "city": "Sofia", "isp": "M247", "hostname": "bg4-wireguard", + "udp": true, "wgpubkey": "6TNimNeecei/wqpJak2Z8hdD25vg5oF/In9q3l4QQk4=", "ips": [ + "2001:ac8:30:28::a04f", "217.138.221.178" ] }, @@ -27513,8 +27626,10 @@ "city": "Sofia", "isp": "M247", "hostname": "bg5-wireguard", + "udp": true, "wgpubkey": "yXn7ziIFrHRgoZlhWRkxoGFb3maolOxOn6sh+OPLdT8=", "ips": [ + "2001:ac8:30:29::a05f", "217.138.221.226" ] }, @@ -27524,8 +27639,10 @@ "city": "Sofia", "isp": "M247", "hostname": "bg6-wireguard", + "udp": true, "wgpubkey": "lCGzNzh+hxEOyXQFvNo8FZwZcCD3dLgZvAo6XhnmUmk=", "ips": [ + "2001:ac8:30:30::a06f", "217.138.221.242" ] }, @@ -27535,8 +27652,10 @@ "city": "Sofia", "isp": "M247", "hostname": "bg7-wireguard", + "udp": true, "wgpubkey": "U2b1yPEcO/vlQrlpNTsgQJoYQ7oaxtW4OJQx6Cod9yo=", "ips": [ + "2001:ac8:30:31::a07f", "217.138.202.194" ] }, @@ -27546,7 +27665,10 @@ "city": "Montreal", "isp": "M247", "hostname": "ca-mtr-101", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:9:c8::1f", "89.36.78.18" ] }, @@ -27556,7 +27678,10 @@ "city": "Montreal", "isp": "M247", "hostname": "ca-mtr-102", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:9:c9::2f", "89.36.78.34" ] }, @@ -27566,7 +27691,10 @@ "city": "Montreal", "isp": "M247", "hostname": "ca-mtr-103", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:9:161::3f", "89.36.78.50" ] }, @@ -27576,7 +27704,10 @@ "city": "Montreal", "isp": "M247", "hostname": "ca-mtr-104", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:9:b6::4f", "89.36.78.66" ] }, @@ -27586,7 +27717,10 @@ "city": "Montreal", "isp": "M247", "hostname": "ca-mtr-105", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:9:b7::5f", "89.36.78.82" ] }, @@ -27596,7 +27730,10 @@ "city": "Montreal", "isp": "M247", "hostname": "ca-mtr-106", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:9:b8::6f", "89.36.78.98" ] }, @@ -27606,7 +27743,10 @@ "city": "Montreal", "isp": "M247", "hostname": "ca-mtr-107", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:9:b9::7f", "89.36.78.114" ] }, @@ -27616,7 +27756,10 @@ "city": "Montreal", "isp": "M247", "hostname": "ca-mtr-108", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:9:ba::8f", "89.36.78.130" ] }, @@ -27626,8 +27769,10 @@ "city": "Montreal", "isp": "M247", "hostname": "ca10-wireguard", + "udp": true, "wgpubkey": "dm6IAQ49WmZeLZswJbW8jPbfeQBhfntRs0qchWo7Dyc=", "ips": [ + "2a0d:5600:9:bb::a10f", "89.36.78.146" ] }, @@ -27637,8 +27782,10 @@ "city": "Montreal", "isp": "M247", "hostname": "ca11-wireguard", + "udp": true, "wgpubkey": "hWlbtTvF2lXHx7VYlKguVqC1TAvxU8F/NXW3jcFxBG8=", "ips": [ + "2a0d:5600:9:bc::a11f", "89.36.78.162" ] }, @@ -27648,8 +27795,10 @@ "city": "Montreal", "isp": "M247", "hostname": "ca12-wireguard", + "udp": true, "wgpubkey": "Dn8j7lbdBg8vDJcKFPT/JymWdTwVupQCdm0HtF8YikY=", "ips": [ + "2a0d:5600:9:bd::a12f", "89.36.78.178" ] }, @@ -27659,8 +27808,10 @@ "city": "Montreal", "isp": "M247", "hostname": "ca13-wireguard", + "udp": true, "wgpubkey": "6JseWScYkcFM5ibBZWGp7DbZQgZ1jQ14mrnXbvnKGnc=", "ips": [ + "2a0d:5600:9:be::a13f", "89.36.78.194" ] }, @@ -27670,8 +27821,10 @@ "city": "Montreal", "isp": "M247", "hostname": "ca14-wireguard", + "udp": true, "wgpubkey": "hAFhjCWuSgvIlnBplm4J3iQK4GNW1PSxY0WmoiQP63M=", "ips": [ + "2a0d:5600:9:bf::a14f", "89.36.78.210" ] }, @@ -27681,8 +27834,10 @@ "city": "Montreal", "isp": "M247", "hostname": "ca15-wireguard", + "udp": true, "wgpubkey": "dn27fhdet9sxRl3biHeCBvA5edZMC03bh0zZIj3DJzI=", "ips": [ + "2a0d:5600:9:c0::a15f", "89.36.78.226" ] }, @@ -27692,8 +27847,10 @@ "city": "Montreal", "isp": "M247", "hostname": "ca16-wireguard", + "udp": true, "wgpubkey": "eHHmvUwqIR2EQKxUM1i2HtiaNryOwGTjVP6K//HjRiY=", "ips": [ + "2a0d:5600:9:c1::a16f", "89.36.78.242" ] }, @@ -27703,8 +27860,10 @@ "city": "Montreal", "isp": "M247", "hostname": "ca17-wireguard", + "udp": true, "wgpubkey": "uWQn+YxJzgfChFium04RpovvN5KyoSZmnL9lnCHD9gc=", "ips": [ + "2a0d:5600:9:c2::a17f", "89.36.78.2" ] }, @@ -27714,9 +27873,11 @@ "city": "Montreal", "isp": "M247", "hostname": "ca18-wireguard", + "udp": true, "wgpubkey": "odeJmnpP19GxfiaAhZEqg9OkG4dgp5YxVVJL34ld1QI=", "ips": [ - "37.120.205.98" + "37.120.205.98", + "2a0d:5600:9:43::a18f" ] }, { @@ -27725,9 +27886,11 @@ "city": "Montreal", "isp": "M247", "hostname": "ca19-wireguard", + "udp": true, "wgpubkey": "5BBUQJ+/BDvI4G8ybxvJihMCkJN9B54Lrm2JYK5JzmY=", "ips": [ - "37.120.205.194" + "37.120.205.194", + "2a0d:5600:9:4a::a19f" ] }, { @@ -27736,9 +27899,11 @@ "city": "Montreal", "isp": "M247", "hostname": "ca20-wireguard", + "udp": true, "wgpubkey": "9yGUwYAwZ38uo1dNos9AVkRApE/2gloiS3cd/MhJmwg=", "ips": [ - "37.120.205.210" + "37.120.205.210", + "2a0d:5600:9:4b::a20f" ] }, { @@ -27747,18 +27912,49 @@ "city": "Montreal", "isp": "M247", "hostname": "ca21-wireguard", + "udp": true, "wgpubkey": "ywlUvPueZiLIKXTMT2/UslgGv8yU7cUuKdQOpWi4xiI=", "ips": [ + "2a0d:5600:9:ca::a21f", "91.193.6.2" ] }, + { + "vpn": "openvpn", + "country": "Canada", + "city": "Toronto", + "isp": "DataPacket", + "hostname": "ca-tor-001", + "tcp": true, + "udp": true, + "ips": [ + "2a02:6ea0:de08:3::1f", + "178.249.214.193" + ] + }, + { + "vpn": "openvpn", + "country": "Canada", + "city": "Toronto", + "isp": "DataPacket", + "hostname": "ca-tor-002", + "tcp": true, + "udp": true, + "ips": [ + "2a02:6ea0:de08:4::2f", + "178.249.214.206" + ] + }, { "vpn": "openvpn", "country": "Canada", "city": "Toronto", "isp": "Tzulo", "hostname": "ca-tor-101", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:6000:12::1f", "198.54.132.34" ] }, @@ -27768,7 +27964,10 @@ "city": "Toronto", "isp": "Tzulo", "hostname": "ca-tor-102", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:6000:13::2f", "198.54.132.50" ] }, @@ -27778,7 +27977,10 @@ "city": "Toronto", "isp": "Tzulo", "hostname": "ca-tor-103", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:6000:14::3f", "198.54.132.66" ] }, @@ -27788,8 +27990,10 @@ "city": "Toronto", "isp": "Tzulo", "hostname": "ca22-wireguard", + "udp": true, "wgpubkey": "9PfLtMmfLsdNuh3Rj3eBDMId2bXZ7+yWJO78CZfuLzU=", "ips": [ + "2607:9000:6000:15::a22f", "198.54.132.82" ] }, @@ -27799,8 +28003,10 @@ "city": "Toronto", "isp": "Tzulo", "hostname": "ca23-wireguard", + "udp": true, "wgpubkey": "iGwKJTbm/aL4kJXwcJkO0JYPEEGGDcYBrRTG7CHIQx0=", "ips": [ + "2607:9000:6000:16::a23f", "198.54.132.98" ] }, @@ -27810,8 +28016,10 @@ "city": "Toronto", "isp": "Tzulo", "hostname": "ca24-wireguard", + "udp": true, "wgpubkey": "MbusadbeACMR5bv+PPjhldb5CgwjlCbthnTJNrOJnhI=", "ips": [ + "2607:9000:6000:17::a24f", "198.54.132.114" ] }, @@ -27821,8 +28029,10 @@ "city": "Toronto", "isp": "Tzulo", "hostname": "ca25-wireguard", + "udp": true, "wgpubkey": "y9JT2B69QiWkbEAiXGq5yhtAvg8YNXNkjhHcUiBCiko=", "ips": [ + "2607:9000:6000:18::a25f", "198.54.132.130" ] }, @@ -27832,8 +28042,10 @@ "city": "Toronto", "isp": "Tzulo", "hostname": "ca26-wireguard", + "udp": true, "wgpubkey": "XE+hufytSkX14TjskwmYL4HL4mbPf+Vd5Jfgwf/5JHc=", "ips": [ + "2607:9000:6000:19::a26f", "198.54.132.146" ] }, @@ -27843,18 +28055,49 @@ "city": "Toronto", "isp": "Tzulo", "hostname": "ca27-wireguard", + "udp": true, "wgpubkey": "ptnLZbreIzTZrSyPD0XhOAAmN194hcPSG5TI5TTiL08=", "ips": [ + "2607:9000:6000:20::a27f", "198.54.132.162" ] }, + { + "vpn": "wireguard", + "country": "Canada", + "city": "Toronto", + "isp": "DataPacket", + "hostname": "ca28-wireguard", + "udp": true, + "wgpubkey": "/ukKnQanjsX5MHbbhe7dJYIrSdPyP5UY7DMGStAznwk=", + "ips": [ + "2a02:6ea0:de08:1::a28f", + "178.249.214.2" + ] + }, + { + "vpn": "wireguard", + "country": "Canada", + "city": "Toronto", + "isp": "DataPacket", + "hostname": "ca29-wireguard", + "udp": true, + "wgpubkey": "JrDXNOO4YQoWvZK2UbpkmxQqvV36Wp/ehlSxCaZlixw=", + "ips": [ + "2a02:6ea0:de08:2::a29f", + "178.249.214.15" + ] + }, { "vpn": "openvpn", "country": "Canada", "city": "Vancouver", "isp": "Esecuredata", "hostname": "ca-van-003", + "tcp": true, + "udp": true, "ips": [ + "2605:80:18:2::4", "71.19.248.240" ] }, @@ -27864,8 +28107,11 @@ "city": "Vancouver", "isp": "Esecuredata", "hostname": "ca-van-004", + "tcp": true, + "udp": true, "ips": [ - "71.19.249.81" + "2605:80:19:2::5", + "71.19.249.79" ] }, { @@ -27874,8 +28120,10 @@ "city": "Vancouver", "isp": "Esecuredata", "hostname": "ca7-wireguard", + "udp": true, "wgpubkey": "uPz+Jh+cXpTmNOmCvBJOFWzzygtCcnkAZ0jyFQF9pFQ=", "ips": [ + "2605:80:19:4::a07f", "71.19.249.31" ] }, @@ -27885,7 +28133,10 @@ "city": "Prague", "isp": "M247", "hostname": "cz-prg-001", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:33:7::1f", "185.156.174.146" ] }, @@ -27895,7 +28146,10 @@ "city": "Prague", "isp": "M247", "hostname": "cz-prg-002", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:33:14::2", "185.156.174.170" ] }, @@ -27905,7 +28159,10 @@ "city": "Prague", "isp": "M247", "hostname": "cz-prg-003", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:33:b::3f", "185.216.35.242" ] }, @@ -27915,7 +28172,10 @@ "city": "Prague", "isp": "M247", "hostname": "cz-prg-004", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:33:3f::4f", "217.138.199.74" ] }, @@ -27925,7 +28185,10 @@ "city": "Prague", "isp": "M247", "hostname": "cz-prg-005", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:33:40::5f", "217.138.199.82" ] }, @@ -27935,8 +28198,10 @@ "city": "Prague", "isp": "M247", "hostname": "cz1-wireguard", + "udp": true, "wgpubkey": "rzjQv6s02Mshlo/dBe/KrDBQ178zbQ0foVA1DFbT3A0=", "ips": [ + "2001:ac8:33:a::a01f", "185.242.6.18" ] }, @@ -27946,8 +28211,10 @@ "city": "Prague", "isp": "M247", "hostname": "cz2-wireguard", + "udp": true, "wgpubkey": "mE0F3QmdNc44IWWdVZxOF0iMCZDeY/I25qtcsaQ1D3c=", "ips": [ + "2001:ac8:33:1a::a02f", "193.9.112.114" ] }, @@ -27957,8 +28224,10 @@ "city": "Prague", "isp": "M247", "hostname": "cz3-wireguard", + "udp": true, "wgpubkey": "24BMtS3Wm/TgGUkRDqyGuZHIeCZDn1eY6tesPYWDYns=", "ips": [ + "2001:ac8:33:23::a03f", "185.242.6.194" ] }, @@ -27968,8 +28237,10 @@ "city": "Prague", "isp": "M247", "hostname": "cz4-wireguard", + "udp": true, "wgpubkey": "HLoMhpEgHr3NapOh4gQv/3txQX+EfyqWWrtY2qAB9iE=", "ips": [ + "2001:ac8:33:41::a04f", "217.138.199.90" ] }, @@ -27979,8 +28250,10 @@ "city": "Prague", "isp": "M247", "hostname": "cz5-wireguard", + "udp": true, "wgpubkey": "uZTF1+bM/EiXMBbvvZ7qGMtC7PMmHez1XHOomYSQbCs=", "ips": [ + "2001:ac8:33:42::a05f", "217.138.199.98" ] }, @@ -27991,7 +28264,10 @@ "isp": "31173", "owned": true, "hostname": "dk-cph-001", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:8:f011::1f", "141.98.254.71" ] }, @@ -28002,7 +28278,10 @@ "isp": "31173", "owned": true, "hostname": "dk-cph-002", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:8:f011::2f", "45.129.56.81" ] }, @@ -28012,7 +28291,10 @@ "city": "Copenhagen", "isp": "M247", "hostname": "dk-cph-103", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:37:5b::103f", "89.45.7.130" ] }, @@ -28022,7 +28304,10 @@ "city": "Copenhagen", "isp": "M247", "hostname": "dk-cph-104", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:37:5c::104f", "89.45.7.146" ] }, @@ -28032,7 +28317,10 @@ "city": "Copenhagen", "isp": "Blix", "hostname": "dk-cph-201", + "tcp": true, + "udp": true, "ips": [ + "2a02:ed01:4120::1f", "134.90.149.138" ] }, @@ -28043,8 +28331,10 @@ "isp": "31173", "owned": true, "hostname": "dk2-wireguard", + "udp": true, "wgpubkey": "egl+0TkpFU39F5O6r6+hIBMPQLOa8/t5CymOZV6CC3Y=", "ips": [ + "2a03:1b20:8:f011::a02f", "45.129.56.67" ] }, @@ -28055,8 +28345,10 @@ "isp": "31173", "owned": true, "hostname": "dk3-wireguard", + "udp": true, "wgpubkey": "R5LUBgM/1UjeAR4lt+L/yA30Gee6/VqVZ9eAB3ZTajs=", "ips": [ + "2a03:1b20:8:f011::a03f", "45.129.56.68" ] }, @@ -28066,8 +28358,10 @@ "city": "Copenhagen", "isp": "M247", "hostname": "dk5-wireguard", + "udp": true, "wgpubkey": "7eykWQ65FV7saXDJiZazA5htM0Fr/01FrUa5Mgyg4j0=", "ips": [ + "2001:ac8:37:5d::a05f", "89.45.7.178" ] }, @@ -28077,8 +28371,10 @@ "city": "Copenhagen", "isp": "M247", "hostname": "dk6-wireguard", + "udp": true, "wgpubkey": "jlhgiPDCNxhrfMUEAEXxU8AyJU+oZ+4TCYrt7o5VsFs=", "ips": [ + "2001:ac8:37:5e::a06f", "89.45.7.194" ] }, @@ -28088,8 +28384,10 @@ "city": "Copenhagen", "isp": "M247", "hostname": "dk7-wireguard", + "udp": true, "wgpubkey": "E3XgsLAaDdRhYl5tPbBIO87bdTYQmpF72nqIhFBk3g8=", "ips": [ + "2001:ac8:37:5f::a07f", "89.45.7.210" ] }, @@ -28099,8 +28397,10 @@ "city": "Copenhagen", "isp": "Asergo", "hostname": "dk8-wireguard", + "udp": true, "wgpubkey": "H7tZk6jMQps9WHn8opffvYmt6XN3v1614EGpsMZoA3w=", "ips": [ + "2a00:9080:1:98c::1f", "82.103.140.213" ] }, @@ -28110,8 +28410,10 @@ "city": "Tallinn", "isp": "xtom", "hostname": "ee1-wireguard", + "udp": true, "wgpubkey": "5Gr+2UwVVy/jRJPKJGOIWXTTsqxPGd8mL/VgPlcuZXU=", "ips": [ + "2a07:d880:2::a01f", "194.127.167.67" ] }, @@ -28121,8 +28423,10 @@ "city": "Tallinn", "isp": "xtom", "hostname": "ee2-wireguard", + "udp": true, "wgpubkey": "LH+fpnB3eeHVgxrFIBUtiieXfEqd2sZENyyzGhS5K2o=", "ips": [ + "2a07:d880:2::a02f", "194.127.167.87" ] }, @@ -28132,8 +28436,10 @@ "city": "Tallinn", "isp": "xtom", "hostname": "ee3-wireguard", + "udp": true, "wgpubkey": "BFTDEFHcbU9huaxwpYa98eeaSJZa1iEJsH8OLXHxQjk=", "ips": [ + "2a07:d880:2::a03f", "194.127.167.107" ] }, @@ -28144,7 +28450,10 @@ "isp": "Creanova", "owned": true, "hostname": "fi-hel-001", + "tcp": true, + "udp": true, "ips": [ + "2a0c:f040:0:2790::1f", "185.204.1.171" ] }, @@ -28155,7 +28464,10 @@ "isp": "Creanova", "owned": true, "hostname": "fi-hel-002", + "tcp": true, + "udp": true, "ips": [ + "2a0c:f040:0:2790::2f", "185.204.1.172" ] }, @@ -28166,7 +28478,10 @@ "isp": "Creanova", "owned": true, "hostname": "fi-hel-003", + "tcp": true, + "udp": true, "ips": [ + "2a0c:f040:0:2790::3f", "185.204.1.173" ] }, @@ -28177,7 +28492,10 @@ "isp": "Creanova", "owned": true, "hostname": "fi-hel-004", + "tcp": true, + "udp": true, "ips": [ + "2a0c:f040:0:2790::4f", "185.204.1.174" ] }, @@ -28188,7 +28506,10 @@ "isp": "Creanova", "owned": true, "hostname": "fi-hel-005", + "tcp": true, + "udp": true, "ips": [ + "2a0c:f040:0:2790::5f", "185.204.1.175" ] }, @@ -28199,7 +28520,10 @@ "isp": "Creanova", "owned": true, "hostname": "fi-hel-006", + "tcp": true, + "udp": true, "ips": [ + "2a0c:f040:0:2790::6f", "185.204.1.176" ] }, @@ -28210,7 +28534,10 @@ "isp": "Creanova", "owned": true, "hostname": "fi-hel-007", + "tcp": true, + "udp": true, "ips": [ + "2a0c:f040:0:2790::7f", "185.212.149.201" ] }, @@ -28221,8 +28548,10 @@ "isp": "Creanova", "owned": true, "hostname": "fi1-wireguard", + "udp": true, "wgpubkey": "rGL76wTvmRKI2f8VHdGEZnTQbwRG4+RTO1sokGouVGU=", "ips": [ + "2a0c:f040:0:2790::a01f", "185.204.1.203" ] }, @@ -28233,8 +28562,10 @@ "isp": "Creanova", "owned": true, "hostname": "fi2-wireguard", + "udp": true, "wgpubkey": "PbgdQd49ejV2cbyEvbufUNLGczh0cq2P5E77qbm8M3A=", "ips": [ + "2a0c:f040:0:2790::a02f", "185.204.1.211" ] }, @@ -28245,8 +28576,10 @@ "isp": "Creanova", "owned": true, "hostname": "fi3-wireguard", + "udp": true, "wgpubkey": "CYFNNfntzhRHn0+QHWv2eBOeU/sCZ5f6FLbTMUyIQHk=", "ips": [ + "2a0c:f040:0:2790::a03f", "185.204.1.219" ] }, @@ -28256,8 +28589,10 @@ "city": "Marseille", "isp": "DataPacket", "hostname": "fr15-wireguard", + "udp": true, "wgpubkey": "fOrw0hU1D3Wc2A7AsLVdozlDlxwYOHZo6ZJ9OiNmGxU=", "ips": [ + "2a02:6ea0:dc05::a15f", "138.199.15.162" ] }, @@ -28267,8 +28602,10 @@ "city": "Marseille", "isp": "DataPacket", "hostname": "fr16-wireguard", + "udp": true, "wgpubkey": "fzwXRcbEE7+zZkDcWaR3fpx84+S1cWYzdiSE/1z4V3Q=", "ips": [ + "2a02:6ea0:dc06::a16f", "138.199.15.146" ] }, @@ -28279,7 +28616,10 @@ "isp": "31173", "owned": true, "hostname": "fr-par-001", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:9:f011::1f", "193.32.126.81" ] }, @@ -28290,7 +28630,10 @@ "isp": "31173", "owned": true, "hostname": "fr-par-002", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:9:f011::2f", "193.32.126.82" ] }, @@ -28301,7 +28644,10 @@ "isp": "31173", "owned": true, "hostname": "fr-par-003", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:9:f011::3f", "193.32.126.83" ] }, @@ -28312,7 +28658,10 @@ "isp": "31173", "owned": true, "hostname": "fr-par-004", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:9:f011::4f", "193.32.126.84" ] }, @@ -28322,7 +28671,10 @@ "city": "Paris", "isp": "M247", "hostname": "fr-par-201", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:25:d0::1f", "89.44.9.19" ] }, @@ -28332,7 +28684,10 @@ "city": "Paris", "isp": "M247", "hostname": "fr-par-202", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:25:d1::2f", "89.44.9.35" ] }, @@ -28342,7 +28697,10 @@ "city": "Paris", "isp": "M247", "hostname": "fr-par-203", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:25:d2::3f", "194.110.113.3" ] }, @@ -28352,8 +28710,10 @@ "city": "Paris", "isp": "M247", "hostname": "fr10-wireguard", + "udp": true, "wgpubkey": "5O4SgkYRFsGMB2KzlV/ukyVxko+GglmX9TeXX7WajQQ=", "ips": [ + "2001:ac8:25:d3::a10f", "194.110.113.19" ] }, @@ -28363,8 +28723,10 @@ "city": "Paris", "isp": "M247", "hostname": "fr11-wireguard", + "udp": true, "wgpubkey": "YKHo5jAYWOzvAFzc+9XAjn7rEWqY75MA3fPJmk7D7jU=", "ips": [ + "2001:ac8:25:d4::a11f", "194.110.113.35" ] }, @@ -28374,8 +28736,10 @@ "city": "Paris", "isp": "M247", "hostname": "fr12-wireguard", + "udp": true, "wgpubkey": "j/1ylCahjyHLiynsaPKykQw8mE5F0M6lQMZfgicJpm8=", "ips": [ + "2001:ac8:25:d5::a12f", "194.110.113.51" ] }, @@ -28385,8 +28749,10 @@ "city": "Paris", "isp": "M247", "hostname": "fr13-wireguard", + "udp": true, "wgpubkey": "YdJ9oVr5sCvE1kQhMm2d67XFjaQn15AofDgLRJPtlwo=", "ips": [ + "2001:ac8:25:d6::a13f", "194.110.113.67" ] }, @@ -28396,8 +28762,10 @@ "city": "Paris", "isp": "M247", "hostname": "fr14-wireguard", + "udp": true, "wgpubkey": "2N0hu5kBMUCTBtEp81yMdfFTDpNvklQP3qaq3tuRaXk=", "ips": [ + "2001:ac8:25:d7::a14f", "194.110.113.83" ] }, @@ -28408,8 +28776,10 @@ "isp": "31173", "owned": true, "hostname": "fr4-wireguard", + "udp": true, "wgpubkey": "ov323GyDOEHLT0sNRUUPYiE3BkvFDjpmi1a4fzv49hE=", "ips": [ + "2a03:1b20:9:f011::a01f", "193.32.126.66" ] }, @@ -28420,8 +28790,10 @@ "isp": "31173", "owned": true, "hostname": "fr5-wireguard", + "udp": true, "wgpubkey": "R5Ve+PJD24QjNXi2Dim7szwCiOLnv+6hg+WyTudAYmE=", "ips": [ + "2a03:1b20:9:f011::a02f", "193.32.126.67" ] }, @@ -28432,8 +28804,10 @@ "isp": "31173", "owned": true, "hostname": "fr6-wireguard", + "udp": true, "wgpubkey": "w4r/o6VImF7l0/De3JpOGnpzjAFv9wcCu8Rop5eZkWc=", "ips": [ + "2a03:1b20:9:f011::a03f", "193.32.126.68" ] }, @@ -28444,8 +28818,10 @@ "isp": "31173", "owned": true, "hostname": "fr7-wireguard", + "udp": true, "wgpubkey": "E/KjR7nlFouuRXh1pwGDr7iK2TAZ6c4K0LjjmA1A2Tc=", "ips": [ + "2a03:1b20:9:f011::a04f", "193.32.126.69" ] }, @@ -28456,8 +28832,10 @@ "isp": "31173", "owned": true, "hostname": "fr8-wireguard", + "udp": true, "wgpubkey": "cmqtSjWUa4/0bENQDKxdr0vQqf4nFVDodarHm0Pc0hY=", "ips": [ + "2a03:1b20:9:f011::a05f", "193.32.126.70" ] }, @@ -28467,8 +28845,10 @@ "city": "Dusseldorf", "isp": "xtom", "hostname": "de20-wireguard", + "udp": true, "wgpubkey": "/pS3lXg1jTJ7I58GD/s/4GNL2B0U8JNbjbH9Ddh0myw=", "ips": [ + "2a03:d9c0:3000::a20f", "185.254.75.3" ] }, @@ -28478,22 +28858,13 @@ "city": "Dusseldorf", "isp": "xtom", "hostname": "de21-wireguard", + "udp": true, "wgpubkey": "I6LOIdGsXojaR9GtwJUyFSzLtSnhct/x6IOrxK1W/Qo=", "ips": [ + "2a03:d9c0:3000::a21f", "185.254.75.4" ] }, - { - "vpn": "wireguard", - "country": "Germany", - "city": "Dusseldorf", - "isp": "xtom", - "hostname": "de22-wireguard", - "wgpubkey": "+TpVOeCDHnfnqWMw1MI9MUK+UqleDQJeH4PN7/PyuU0=", - "ips": [ - "185.254.75.5" - ] - }, { "vpn": "openvpn", "country": "Germany", @@ -28501,7 +28872,10 @@ "isp": "31173", "owned": true, "hostname": "de-fra-002", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:6:f011::2f", "185.213.155.132" ] }, @@ -28512,7 +28886,10 @@ "isp": "31173", "owned": true, "hostname": "de-fra-003", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:6:f011::3f", "185.213.155.133" ] }, @@ -28523,7 +28900,10 @@ "isp": "31173", "owned": true, "hostname": "de-fra-004", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:6:f011::4f", "185.213.155.134" ] }, @@ -28534,7 +28914,10 @@ "isp": "31173", "owned": true, "hostname": "de-fra-005", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:6:f011::5f", "185.213.155.135" ] }, @@ -28545,7 +28928,10 @@ "isp": "31173", "owned": true, "hostname": "de-fra-006", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:6:f011::6f", "185.213.155.136" ] }, @@ -28556,7 +28942,10 @@ "isp": "31173", "owned": true, "hostname": "de-fra-007", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:6:f011::7f", "185.213.155.137" ] }, @@ -28567,7 +28956,10 @@ "isp": "31173", "owned": true, "hostname": "de-fra-009", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:6:f011::9f", "185.213.155.139" ] }, @@ -28576,8 +28968,37 @@ "country": "Germany", "city": "Frankfurt", "isp": "M247", - "hostname": "de-fra-201", + "hostname": "de-fra-101", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:20:271::1f", + "146.70.117.66" + ] + }, + { + "vpn": "openvpn", + "country": "Germany", + "city": "Frankfurt", + "isp": "M247", + "hostname": "de-fra-102", + "tcp": true, + "udp": true, + "ips": [ + "2001:ac8:20:272::2f", + "146.70.117.98" + ] + }, + { + "vpn": "openvpn", + "country": "Germany", + "city": "Frankfurt", + "isp": "M247", + "hostname": "de-fra-201", + "tcp": true, + "udp": true, + "ips": [ + "2001:ac8:20:301::201f", "193.27.14.2" ] }, @@ -28587,7 +29008,10 @@ "city": "Frankfurt", "isp": "M247", "hostname": "de-fra-202", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:20:302::202f", "193.27.14.18" ] }, @@ -28597,7 +29021,10 @@ "city": "Frankfurt", "isp": "M247", "hostname": "de-fra-203", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:20:303::203f", "193.27.14.34" ] }, @@ -28608,8 +29035,10 @@ "isp": "31173", "owned": true, "hostname": "de10-wireguard", + "udp": true, "wgpubkey": "+30LcSQzgNtB01wyCyh4YPjItVyBFX5TP6Fs47AJSnA=", "ips": [ + "2a03:1b20:6:f011::a10f", "185.209.196.69" ] }, @@ -28620,8 +29049,10 @@ "isp": "31173", "owned": true, "hostname": "de11-wireguard", + "udp": true, "wgpubkey": "uC0C1H4zE6WoDjOq65DByv1dSZt2wAv6gXQ5nYOLiQM=", "ips": [ + "2a03:1b20:6:f011::a11f", "185.209.196.70" ] }, @@ -28631,8 +29062,10 @@ "city": "Frankfurt", "isp": "M247", "hostname": "de12-wireguard", + "udp": true, "wgpubkey": "Ec/wwcosVal9Kjc97ZuTTV7Dy5c0/W5iLet7jrSEm2k=", "ips": [ + "2001:ac8:20:305::a12f", "193.27.14.66" ] }, @@ -28642,8 +29075,10 @@ "city": "Frankfurt", "isp": "M247", "hostname": "de13-wireguard", + "udp": true, "wgpubkey": "gB+j+wTsZ8dZq2TbUQovV6zwmM9O2SMneGQR6NHxOQQ=", "ips": [ + "2001:ac8:20:306::a13f", "193.27.14.82" ] }, @@ -28653,8 +29088,10 @@ "city": "Frankfurt", "isp": "M247", "hostname": "de14-wireguard", + "udp": true, "wgpubkey": "vtqDtifokiHna0eBshGdJLedj/lzGW+iDvWKx+YjDFs=", "ips": [ + "2001:ac8:20:307::a14f", "193.27.14.98" ] }, @@ -28664,8 +29101,10 @@ "city": "Frankfurt", "isp": "M247", "hostname": "de15-wireguard", + "udp": true, "wgpubkey": "7YN0g5B6gTRAcgb+78RpfGTw1UaNJprciQTSO/tKjyE=", "ips": [ + "2001:ac8:20:308::a15f", "193.27.14.114" ] }, @@ -28675,8 +29114,10 @@ "city": "Frankfurt", "isp": "M247", "hostname": "de16-wireguard", + "udp": true, "wgpubkey": "3bEHVNah9L8nvWZmk7suzNvSQBPTC4EgO7umldY34Ac=", "ips": [ + "2001:ac8:20:308::a16f", "193.27.14.130" ] }, @@ -28686,8 +29127,10 @@ "city": "Frankfurt", "isp": "M247", "hostname": "de17-wireguard", + "udp": true, "wgpubkey": "Fp3bDkNLmmTajbN3cSVM9zi0OeSuOZySMGypk7HOO3E=", "ips": [ + "2001:ac8:20:309::a17f", "193.27.14.146" ] }, @@ -28697,8 +29140,10 @@ "city": "Frankfurt", "isp": "xtom", "hostname": "de23-wireguard", + "udp": true, "wgpubkey": "EpiZKShr92zHOHRyMzHpw1fONtbk9uppMkxklU3SxhY=", "ips": [ + "2a07:fe00:1::a23f", "194.36.25.3" ] }, @@ -28708,8 +29153,10 @@ "city": "Frankfurt", "isp": "xtom", "hostname": "de24-wireguard", + "udp": true, "wgpubkey": "9hIGjit4ApkNGuEWYBLpahxokEoP0cT9CMZ+ELEygzo=", "ips": [ + "2a07:fe00:1::a24f", "194.36.25.18" ] }, @@ -28719,8 +29166,10 @@ "city": "Frankfurt", "isp": "xtom", "hostname": "de25-wireguard", + "udp": true, "wgpubkey": "Rc+VTdcBPg7i7dy7MAp6TOhwJP3g1/TilK+IaE7Aojc=", "ips": [ + "2a07:fe00:1::a25f", "194.36.25.33" ] }, @@ -28730,11 +29179,78 @@ "city": "Frankfurt", "isp": "xtom", "hostname": "de26-wireguard", + "udp": true, "wgpubkey": "UXKb8MiyaWHI1k9ayZH0i206Pc+/gKUhAwCORDqonkE=", "ips": [ + "2a07:fe00:1::a26f", "194.36.25.48" ] }, + { + "vpn": "wireguard", + "country": "Germany", + "city": "Frankfurt", + "isp": "M247", + "hostname": "de30-wireguard", + "udp": true, + "wgpubkey": "XW54UEhVows7GnY4p+GlvcJMPBUCD7q/JNMmKLu/DVk=", + "ips": [ + "2001:ac8:20:275::a30f", + "146.70.117.194" + ] + }, + { + "vpn": "wireguard", + "country": "Germany", + "city": "Frankfurt", + "isp": "M247", + "hostname": "de31-wireguard", + "udp": true, + "wgpubkey": "JbiSKQ5j0B6ap9Uyv2JubCI7X8sy2HGuvQh60wZ8mXw=", + "ips": [ + "2001:ac8:20:276::a31f", + "146.70.117.226" + ] + }, + { + "vpn": "wireguard", + "country": "Germany", + "city": "Frankfurt", + "isp": "M247", + "hostname": "de32-wireguard", + "udp": true, + "wgpubkey": "uKTC5oP/zfn6SSjayiXDDR9L82X0tGYJd5LVn5kzyCc=", + "ips": [ + "2001:ac8:20:277::a32f", + "146.70.107.194" + ] + }, + { + "vpn": "wireguard", + "country": "Germany", + "city": "Frankfurt", + "isp": "M247", + "hostname": "de33-wireguard", + "udp": true, + "wgpubkey": "Sttn2cr14dvIcCrE8qdlRGHXriqvTyvQWC7dzujH/iM=", + "ips": [ + "2001:ac8:20:269::a33f", + "146.70.117.2" + ] + }, + { + "vpn": "wireguard", + "country": "Germany", + "city": "Frankfurt", + "isp": "M247", + "hostname": "de34-wireguard", + "udp": true, + "wgpubkey": "9ldhvN7r4xGZkGehbsNfYb5tpyTJ5KBb5B3TbxCwklw=", + "ips": [ + "2001:ac8:20:270::a34f", + "146.70.117.34" + ] + }, { "vpn": "wireguard", "country": "Germany", @@ -28742,8 +29258,10 @@ "isp": "31173", "owned": true, "hostname": "de4-wireguard", + "udp": true, "wgpubkey": "XTdlx3YmLb1vg1NsruXYmfzP6FZKmZR90Vr3u9kJ7S0=", "ips": [ + "2a03:1b20:6:f011::a01f", "185.213.155.130" ] }, @@ -28754,8 +29272,10 @@ "isp": "31173", "owned": true, "hostname": "de5-wireguard", + "udp": true, "wgpubkey": "bRcOjl6Yc+2x0dHCO6eSGoo9Y9euv9DljDJEYoLA0ks=", "ips": [ + "2a03:1b20:6:f011::a02f", "185.213.155.222" ] }, @@ -28766,8 +29286,10 @@ "isp": "31173", "owned": true, "hostname": "de7-wireguard", + "udp": true, "wgpubkey": "+0BEfUZ3D0DEM/fJVPUUhYYDdkkLjqedVerm8dV4bmE=", "ips": [ + "2a03:1b20:6:f011::a07f", "185.209.196.66" ] }, @@ -28778,8 +29300,10 @@ "isp": "31173", "owned": true, "hostname": "de8-wireguard", + "udp": true, "wgpubkey": "XIge3HgGEHf52e4Jpzk8iFOrrp6q7trq0udhufFlDVo=", "ips": [ + "2a03:1b20:6:f011::a08f", "185.209.196.67" ] }, @@ -28789,7 +29313,10 @@ "city": "Athens", "isp": "aweb", "hostname": "gr-ath-001", + "tcp": true, + "udp": true, "ips": [ + "2a0c:5e00:0:8::1f", "185.226.67.168" ] }, @@ -28799,7 +29326,10 @@ "city": "Hong Kong", "isp": "Leaseweb", "hostname": "hk-hkg-001", + "tcp": true, + "udp": true, "ips": [ + "2001:df1:801:a005:500::1f", "209.58.184.146" ] }, @@ -28809,7 +29339,10 @@ "city": "Hong Kong", "isp": "Leaseweb", "hostname": "hk-hkg-002", + "tcp": true, + "udp": true, "ips": [ + "2001:df1:801:a003:4::2f", "209.58.185.53" ] }, @@ -28819,7 +29352,10 @@ "city": "Hong Kong", "isp": "Leaseweb", "hostname": "hk-hkg-003", + "tcp": true, + "udp": true, "ips": [ + "2001:df1:801:a003:5::3f", "209.58.185.186" ] }, @@ -28829,7 +29365,10 @@ "city": "Hong Kong", "isp": "M247", "hostname": "hk-hkg-101", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:92:9::1f", "89.45.6.50" ] }, @@ -28839,18 +29378,49 @@ "city": "Hong Kong", "isp": "M247", "hostname": "hk-hkg-102", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:92:2::2f", "89.45.6.66" ] }, + { + "vpn": "openvpn", + "country": "Hong Kong", + "city": "Hong Kong", + "isp": "xtom", + "hostname": "hk-hkg-201", + "tcp": true, + "udp": true, + "ips": [ + "2403:2c81:1000::1f", + "103.125.233.33" + ] + }, + { + "vpn": "openvpn", + "country": "Hong Kong", + "city": "Hong Kong", + "isp": "xtom", + "hostname": "hk-hkg-202", + "tcp": true, + "udp": true, + "ips": [ + "2403:2c81:1000::2f", + "103.125.233.48" + ] + }, { "vpn": "wireguard", "country": "Hong Kong", "city": "Hong Kong", "isp": "Leaseweb", "hostname": "hk1-wireguard", + "udp": true, "wgpubkey": "n0e99a2tJAC12VqONOeB59LHThtWk2ScVa8R8knSDWw=", "ips": [ + "2001:df1:801:a009:10::a01f", "209.58.188.180" ] }, @@ -28860,8 +29430,10 @@ "city": "Hong Kong", "isp": "M247", "hostname": "hk2-wireguard", + "udp": true, "wgpubkey": "+LXNw5k3CFHeUaFGKC3bj7iQMvzGCprtBSraL2IsQWU=", "ips": [ + "2001:ac8:92:3::a02f", "89.45.6.82" ] }, @@ -28871,8 +29443,10 @@ "city": "Hong Kong", "isp": "M247", "hostname": "hk3-wireguard", + "udp": true, "wgpubkey": "i/7J2fCZq0lyB/tIDUz9sZGmaJ9FZPh93mARV/gZ9xo=", "ips": [ + "2001:ac8:92:4::a03f", "89.45.6.98" ] }, @@ -28882,18 +29456,49 @@ "city": "Hong Kong", "isp": "M247", "hostname": "hk4-wireguard", + "udp": true, "wgpubkey": "ZzgEOyEeSzMatv+vSK6YMinqdR9HUb2nzQqQjqoHCRg=", "ips": [ + "2001:ac8:92:5::a04f", "89.45.6.114" ] }, + { + "vpn": "wireguard", + "country": "Hong Kong", + "city": "Hong Kong", + "isp": "xtom", + "hostname": "hk5-wireguard", + "udp": true, + "wgpubkey": "X85DJrRdJXdF7YDW73h/+3umt9DOn9sAAu0ImxPED18=", + "ips": [ + "2403:2c81:1000::a05f", + "103.125.233.3" + ] + }, + { + "vpn": "wireguard", + "country": "Hong Kong", + "city": "Hong Kong", + "isp": "xtom", + "hostname": "hk6-wireguard", + "udp": true, + "wgpubkey": "p1euu5uYTGiqNjDYVylnTEWlRdQlwR+YQEw8uQ/p4WU=", + "ips": [ + "2403:2c81:1000::a06f", + "103.125.233.18" + ] + }, { "vpn": "openvpn", "country": "Hungary", "city": "Budapest", "isp": "M247", "hostname": "hu-bud-003", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:26:ab::3f", "86.106.74.34" ] }, @@ -28903,7 +29508,10 @@ "city": "Budapest", "isp": "M247", "hostname": "hu-bud-004", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:26:ac::4f", "86.106.74.50" ] }, @@ -28913,8 +29521,10 @@ "city": "Budapest", "isp": "M247", "hostname": "hu3-wireguard", + "udp": true, "wgpubkey": "gHcjEh2XuoCPiExm8ScXdz6pzduZPp6zRyam6NE6VRQ=", "ips": [ + "2001:ac8:26:ad::a03f", "86.106.74.66" ] }, @@ -28924,8 +29534,10 @@ "city": "Budapest", "isp": "M247", "hostname": "hu4-wireguard", + "udp": true, "wgpubkey": "VLosXjrnpppwX5yjqW6WaFOYEY76hWQrDPlfe/0dzyY=", "ips": [ + "2001:ac8:26:ae::a04f", "86.106.74.82" ] }, @@ -28935,8 +29547,10 @@ "city": "Budapest", "isp": "M247", "hostname": "hu5-wireguard", + "udp": true, "wgpubkey": "mZM32UGNrhVXeQrTPCMqjh3jMyH5HvHbk8vwieTWpzM=", "ips": [ + "2001:ac8:26:af::a05f", "86.106.74.98" ] }, @@ -28946,7 +29560,10 @@ "city": "Dublin", "isp": "M247", "hostname": "ie-dub-001", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:88:5a::1f", "217.138.222.82" ] }, @@ -28956,7 +29573,10 @@ "city": "Dublin", "isp": "M247", "hostname": "ie-dub-002", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:88:5b::2f", "217.138.222.90" ] }, @@ -28966,8 +29586,10 @@ "city": "Dublin", "isp": "M247", "hostname": "ie1-wireguard", + "udp": true, "wgpubkey": "202IWDDdX4GK94YtFlB/DEOPxe6BLpiwFYAviWHiKj8=", "ips": [ + "2001:ac8:88:5d::a01f", "217.138.222.98" ] }, @@ -28977,8 +29599,10 @@ "city": "Dublin", "isp": "M247", "hostname": "ie2-wireguard", + "udp": true, "wgpubkey": "DOunbHw/O5gnTNo1Ov/6rknpvJck9BlQ1zTMHE4JA38=", "ips": [ + "2001:ac8:88:5e::a02f", "217.138.222.106" ] }, @@ -28988,7 +29612,10 @@ "city": "Tel Aviv", "isp": "HQServ", "hostname": "il-tlv-001", + "tcp": true, + "udp": true, "ips": [ + "2a0a:1dc4:1::1f", "185.191.207.210" ] }, @@ -28998,7 +29625,10 @@ "city": "Milan", "isp": "M247", "hostname": "it-mil-101", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:24:76::1f", "89.40.182.146" ] }, @@ -29008,7 +29638,10 @@ "city": "Milan", "isp": "M247", "hostname": "it-mil-102", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:24:77::2f", "192.145.127.98" ] }, @@ -29018,7 +29651,10 @@ "city": "Milan", "isp": "M247", "hostname": "it-mil-103", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:24:78::3f", "192.145.127.114" ] }, @@ -29028,18 +29664,49 @@ "city": "Milan", "isp": "M247", "hostname": "it-mil-104", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:24:79::4f", "89.40.182.210" ] }, + { + "vpn": "wireguard", + "country": "Italy", + "city": "Milan", + "isp": "DataPacket", + "hostname": "it10-wireguard", + "udp": true, + "wgpubkey": "aBj4bBGwll8lmqQKaeWBwL1KXiChRLXUWXscyWvI9GM=", + "ips": [ + "2a02:6ea0:d509:2::a10f", + "178.249.211.79" + ] + }, + { + "vpn": "wireguard", + "country": "Italy", + "city": "Milan", + "isp": "DataPacket", + "hostname": "it11-wireguard", + "udp": true, + "wgpubkey": "lSgzPzjTnUgsIcu+iJYfZgeR2n2VjVuj7imwT5qYJhA=", + "ips": [ + "2a02:6ea0:d509:3::a11f", + "178.249.211.92" + ] + }, { "vpn": "wireguard", "country": "Italy", "city": "Milan", "isp": "M247", "hostname": "it4-wireguard", + "udp": true, "wgpubkey": "CJMsEa5/skjmYPc+lvHnmLD1dpSFoRmv/FE815oBbRE=", "ips": [ + "2001:ac8:24:7a::a04f", "91.193.5.2" ] }, @@ -29049,8 +29716,10 @@ "city": "Milan", "isp": "M247", "hostname": "it5-wireguard", + "udp": true, "wgpubkey": "FetdLS9yyn5FQYWpJQUUdxs17Abjp5AotivoxUiOVHk=", "ips": [ + "2001:ac8:24:7b::a05f", "91.193.5.18" ] }, @@ -29060,8 +29729,10 @@ "city": "Milan", "isp": "M247", "hostname": "it6-wireguard", + "udp": true, "wgpubkey": "6c25503CIsKKZ5BwFvSnid6dcCKTh5/ftmz4MvGnXzQ=", "ips": [ + "2001:ac8:24:7c::a06f", "91.193.5.34" ] }, @@ -29071,8 +29742,10 @@ "city": "Milan", "isp": "M247", "hostname": "it7-wireguard", + "udp": true, "wgpubkey": "F4Scn2i1IIHTsWsCfXesNb2XYyrIu8Wn+vJihvPVk2M=", "ips": [ + "2001:ac8:24:50::a07f", "37.120.201.82" ] }, @@ -29082,19 +29755,36 @@ "city": "Milan", "isp": "M247", "hostname": "it8-wireguard", + "udp": true, "wgpubkey": "hW+QDgH+88xUCgMSZkdMqTIuUossLmopwu6nWqHCsXc=", "ips": [ + "2001:ac8:24:49::a08f", "37.120.201.114" ] }, + { + "vpn": "wireguard", + "country": "Italy", + "city": "Milan", + "isp": "DataPacket", + "hostname": "it9-wireguard", + "udp": true, + "wgpubkey": "NgwNcjxnm7XEBo/6YTrMzChhUG9KEwZ9RRReShYBF2s=", + "ips": [ + "2a02:6ea0:d509:1::a09f", + "178.249.211.66" + ] + }, { "vpn": "wireguard", "country": "Japan", "city": "Osaka", "isp": "xtom", "hostname": "jp1-wireguard", + "udp": true, "wgpubkey": "C2TUHPoZlT08iceLM2coBDTbcfg9tTKrUt7tRBWP0nk=", "ips": [ + "2400:ddc0:c000::a01f", "45.8.223.195" ] }, @@ -29104,8 +29794,10 @@ "city": "Osaka", "isp": "xtom", "hostname": "jp2-wireguard", + "udp": true, "wgpubkey": "SKSP2p2pmtAbLF5QsiULdcqVaeiI/IOOvU06gQRNVUs=", "ips": [ + "2400:ddc0:c000::a02f", "45.8.223.210" ] }, @@ -29115,8 +29807,10 @@ "city": "Osaka", "isp": "xtom", "hostname": "jp3-wireguard", + "udp": true, "wgpubkey": "oWo/Ljb6SYqJYHHhRd8nKDjFJx9MqfouEYSJvba4XH4=", "ips": [ + "2400:ddc0:c000::a03f", "45.8.223.225" ] }, @@ -29126,8 +29820,10 @@ "city": "Osaka", "isp": "xtom", "hostname": "jp4-wireguard", + "udp": true, "wgpubkey": "EDkvP9v1ZX0eCTPStNC6PtbHvFk2t1b8iud+UQNe3Es=", "ips": [ + "2400:ddc0:c000::a04f", "45.8.223.240" ] }, @@ -29137,7 +29833,10 @@ "city": "Tokyo", "isp": "M247", "hostname": "jp-tyo-101", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:40:b1::1f", "217.138.252.50" ] }, @@ -29147,7 +29846,10 @@ "city": "Tokyo", "isp": "M247", "hostname": "jp-tyo-102", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:40:b2::2f", "217.138.252.162" ] }, @@ -29157,7 +29859,10 @@ "city": "Tokyo", "isp": "M247", "hostname": "jp-tyo-103", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:40:b3::3f", "217.138.252.178" ] }, @@ -29167,7 +29872,10 @@ "city": "Tokyo", "isp": "M247", "hostname": "jp-tyo-104", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:40:b4::4f", "217.138.252.194" ] }, @@ -29177,7 +29885,10 @@ "city": "Tokyo", "isp": "M247", "hostname": "jp-tyo-105", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:40:b5::5f", "217.138.252.210" ] }, @@ -29187,8 +29898,10 @@ "city": "Tokyo", "isp": "M247", "hostname": "jp10-wireguard", + "udp": true, "wgpubkey": "OR4kf/AOFDn3dCzZdG/hiH92lRHeYPFitKHm40wWTWc=", "ips": [ + "2001:ac8:40:ba::a10f", "91.193.7.34" ] }, @@ -29198,8 +29911,10 @@ "city": "Tokyo", "isp": "M247", "hostname": "jp11-wireguard", + "udp": true, "wgpubkey": "29LnpTfQyk4mBnp8ne9an0ynqVr8nAPx47UhZ83zX30=", "ips": [ + "2001:ac8:40:bb::a11f", "91.193.7.50" ] }, @@ -29209,8 +29924,10 @@ "city": "Tokyo", "isp": "M247", "hostname": "jp12-wireguard", + "udp": true, "wgpubkey": "pxL/+Kh5nOwHRNkO0FRkSX423+qPssRp2k9+hUxGoR8=", "ips": [ + "2001:ac8:40:bc::a12f", "91.193.7.66" ] }, @@ -29220,19 +29937,49 @@ "city": "Tokyo", "isp": "M247", "hostname": "jp13-wireguard", + "udp": true, "wgpubkey": "MirGjkQpzD6c6yxgbcvECZlECFvgO0hx5p+QhpOJYRQ=", "ips": [ + "2001:ac8:40:bd::a13f", "91.193.7.82" ] }, + { + "vpn": "wireguard", + "country": "Japan", + "city": "Tokyo", + "isp": "DataPacket", + "hostname": "jp14-wireguard", + "udp": true, + "wgpubkey": "BkbUEttlfptrbK3VL84mNo8U2VNF3t6g4MPoe5M5B0s=", + "ips": [ + "2a02:6ea0:d31b::a14f", + "138.199.21.226" + ] + }, + { + "vpn": "wireguard", + "country": "Japan", + "city": "Tokyo", + "isp": "DataPacket", + "hostname": "jp15-wireguard", + "udp": true, + "wgpubkey": "pJA2YAQQwxSywiZyjvaWVB+2ToGJGL5VDO6wMT5Ztgc=", + "ips": [ + "2a02:6ea0:d31c::a15f", + "138.199.21.239" + ] + }, { "vpn": "wireguard", "country": "Japan", "city": "Tokyo", "isp": "M247", "hostname": "jp6-wireguard", + "udp": true, "wgpubkey": "4EhX6bW/gfcu75nPm9nyexX6cRZXN/RCt/TETfXF0jc=", "ips": [ + "2001:ac8:40:b6::a06f", "217.138.252.226" ] }, @@ -29242,8 +29989,10 @@ "city": "Tokyo", "isp": "M247", "hostname": "jp7-wireguard", + "udp": true, "wgpubkey": "JYBVvOwWa3cbZrm3ZUWry3CgG6AxsSlxJv7H2yEsCjk=", "ips": [ + "2001:ac8:40:b7::a07f", "217.138.252.242" ] }, @@ -29253,8 +30002,10 @@ "city": "Tokyo", "isp": "M247", "hostname": "jp8-wireguard", + "udp": true, "wgpubkey": "ATinKg0uacPxUhrxqjixcgksJ8coK8zP2Y9q0Hz4dnA=", "ips": [ + "2001:ac8:40:b8::a08f", "91.193.7.2" ] }, @@ -29264,8 +30015,10 @@ "city": "Tokyo", "isp": "M247", "hostname": "jp9-wireguard", + "udp": true, "wgpubkey": "6qBkfoucP2xtTJo5hiXl+1b5pbAHPVMcbng/DIhJEiw=", "ips": [ + "2001:ac8:40:b9::a09f", "91.193.7.18" ] }, @@ -29275,8 +30028,11 @@ "city": "Riga", "isp": "Makonix", "hostname": "lv-rix-001", + "tcp": true, + "udp": true, "ips": [ - "31.170.22.2" + "31.170.22.2", + "2a00:c68:0:cbcf::1f" ] }, { @@ -29285,9 +30041,11 @@ "city": "Riga", "isp": "Makonix", "hostname": "lv1-wireguard", + "udp": true, "wgpubkey": "/4WK/eoCp0d2g3Vnd2D+0JVxcUVagZoZm0xg3bZpdgY=", "ips": [ - "31.170.22.15" + "31.170.22.15", + "2a00:c68:0:cbd0::a01f" ] }, { @@ -29296,7 +30054,10 @@ "city": "Luxembourg", "isp": "Evoluso", "hostname": "lu-lux-001", + "tcp": true, + "udp": true, "ips": [ + "2a03:90c0:83:2953::1f", "92.223.89.160" ] }, @@ -29306,7 +30067,10 @@ "city": "Luxembourg", "isp": "Evoluso", "hostname": "lu-lux-002", + "tcp": true, + "udp": true, "ips": [ + "2a03:90c0:83:2953::2f", "92.223.89.182" ] }, @@ -29316,8 +30080,10 @@ "city": "Luxembourg", "isp": "Evoluso", "hostname": "lu1-wireguard", + "udp": true, "wgpubkey": "nqb90SP3pY5kGjO0UetVv7PdOkZUEOh91Gmcf3LFRXc=", "ips": [ + "2a03:90c0:83:2953::a01f", "92.223.89.181" ] }, @@ -29327,8 +30093,10 @@ "city": "Luxembourg", "isp": "Evoluso", "hostname": "lu2-wireguard", + "udp": true, "wgpubkey": "08lMToz0IbJfqNdybOrLJ+bGeyl28DuTaM80paWCrVg=", "ips": [ + "2a03:90c0:83:2953::a02f", "92.223.89.165" ] }, @@ -29338,7 +30106,10 @@ "city": "Chisinau", "isp": "Trabia", "hostname": "md-kiv-001", + "tcp": true, + "udp": true, "ips": [ + "2a00:1dc0:2925::1f", "178.175.142.194" ] }, @@ -29348,8 +30119,10 @@ "city": "Chisinau", "isp": "Trabia", "hostname": "md1-wireguard", + "udp": true, "wgpubkey": "BQobp2UXHJguYGz06WWJGJV6QytNIZlgMwr6Joufhx8=", "ips": [ + "2a00:1dc0:2925:10::a01f", "178.175.131.98" ] }, @@ -29360,7 +30133,10 @@ "isp": "31173", "owned": true, "hostname": "nl-ams-001", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:3:f011::1f", "185.65.134.131" ] }, @@ -29371,7 +30147,10 @@ "isp": "31173", "owned": true, "hostname": "nl-ams-002", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:3:f011::2f", "185.65.134.132" ] }, @@ -29382,7 +30161,10 @@ "isp": "31173", "owned": true, "hostname": "nl-ams-003", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:3:f011::3f", "185.65.134.133" ] }, @@ -29393,7 +30175,10 @@ "isp": "31173", "owned": true, "hostname": "nl-ams-004", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:3:f011::4f", "185.65.134.134" ] }, @@ -29404,7 +30189,10 @@ "isp": "31173", "owned": true, "hostname": "nl-ams-005", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:3:f011::5f", "185.65.134.135" ] }, @@ -29415,7 +30203,10 @@ "isp": "31173", "owned": true, "hostname": "nl-ams-006", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:3:f011::6f", "185.65.134.136" ] }, @@ -29426,7 +30217,10 @@ "isp": "31173", "owned": true, "hostname": "nl-ams-007", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:3:f011::7f", "185.65.134.137" ] }, @@ -29437,8 +30231,10 @@ "isp": "31173", "owned": true, "hostname": "nl1-wireguard", + "udp": true, "wgpubkey": "UrQiI9ISdPPzd4ARw1NHOPKKvKvxUhjwRjaI0JpJFgM=", "ips": [ + "2a03:1b20:3:f011::a01f", "193.32.249.66" ] }, @@ -29449,8 +30245,10 @@ "isp": "31173", "owned": true, "hostname": "nl2-wireguard", + "udp": true, "wgpubkey": "P0NpAUCe/gfL4lgs/PH4nDd5kA5zNDtHbUcqfYmSdmg=", "ips": [ + "2a03:1b20:3:f011::a02f", "185.65.134.222" ] }, @@ -29460,8 +30258,10 @@ "city": "Amsterdam", "isp": "xtom", "hostname": "nl20-wireguard", + "udp": true, "wgpubkey": "StMPmol1+QQQQCJyAkm7t+l/QYTKe5CzXUhw0I6VX14=", "ips": [ + "2a0c:59c0:18::a20f", "92.60.40.194" ] }, @@ -29471,8 +30271,10 @@ "city": "Amsterdam", "isp": "xtom", "hostname": "nl21-wireguard", + "udp": true, "wgpubkey": "RodGkT2Xqiumwb7pg4WmiTjkZgJq0hW9okaJUyNBong=", "ips": [ + "2a0c:59c0:18::a21f", "92.60.40.209" ] }, @@ -29482,8 +30284,10 @@ "city": "Amsterdam", "isp": "xtom", "hostname": "nl22-wireguard", + "udp": true, "wgpubkey": "xwANpTKjog2nflBgA+HWplQfUXgbvh+b4a53P83nmX0=", "ips": [ + "2a0c:59c0:18::a22f", "92.60.40.224" ] }, @@ -29493,8 +30297,10 @@ "city": "Amsterdam", "isp": "xtom", "hostname": "nl23-wireguard", + "udp": true, "wgpubkey": "PaU5gPqZnj9XQ2csZK2oiyNz/cOUZM3yk6qHm67wbmA=", "ips": [ + "2a0c:59c0:18::a23f", "92.60.40.239" ] }, @@ -29505,8 +30311,10 @@ "isp": "31173", "owned": true, "hostname": "nl3-wireguard", + "udp": true, "wgpubkey": "hnRorSW0YHlHAzGb4Uc/sjOqQIrqDnpJnTQi/n7Rp1c=", "ips": [ + "2a03:1b20:3:f011::a03f", "185.65.134.223" ] }, @@ -29517,8 +30325,10 @@ "isp": "31173", "owned": true, "hostname": "nl4-wireguard", + "udp": true, "wgpubkey": "hnRyse6QxPPcZOoSwRsHUtK1W+APWXnIoaDTmH6JsHQ=", "ips": [ + "2a03:1b20:3:f011::a04f", "193.32.249.69" ] }, @@ -29529,8 +30339,10 @@ "isp": "31173", "owned": true, "hostname": "nl5-wireguard", + "udp": true, "wgpubkey": "33BoONMGCm2vknq2eq72eozRsHmHQY6ZHEEZ4851TkY=", "ips": [ + "2a03:1b20:3:f011::a05f", "193.32.249.70" ] }, @@ -29540,7 +30352,10 @@ "city": "Auckland", "isp": "Intergrid", "hostname": "nz-akl-001", + "tcp": true, + "udp": true, "ips": [ + "2400:fa80:4:9::1f", "103.231.91.114" ] }, @@ -29550,8 +30365,10 @@ "city": "Auckland", "isp": "Intergrid", "hostname": "nz1-wireguard", + "udp": true, "wgpubkey": "fz9sSuR61ZqbFlI004lFBksGbw3U4KADy0Kvxhv5JyY=", "ips": [ + "2400:fa80:4:10::a01f", "103.108.94.34" ] }, @@ -29561,8 +30378,10 @@ "city": "Auckland", "isp": "Intergrid", "hostname": "nz2-wireguard", + "udp": true, "wgpubkey": "kDVDjSME2WSxhEqOV6fkeNetTHv6tYWD8HNqHXCnESw=", "ips": [ + "2400:fa80:4:11::a02f", "103.231.91.226" ] }, @@ -29572,8 +30391,10 @@ "city": "Skopje", "isp": "Interspace", "hostname": "mk1-wireguard", + "udp": true, "wgpubkey": "jJ6XV88Ba0olZqriq44Gga8uMH35FBlMEg/6AzZ02BI=", "ips": [ + "2a0d:4500::a01f", "185.225.28.146" ] }, @@ -29584,7 +30405,10 @@ "isp": "Blix", "owned": true, "hostname": "no-osl-001", + "tcp": true, + "udp": true, "ips": [ + "2a02:20c8:4124::1f", "91.90.44.11" ] }, @@ -29595,7 +30419,10 @@ "isp": "Blix", "owned": true, "hostname": "no-osl-002", + "tcp": true, + "udp": true, "ips": [ + "2a02:20c8:4124::2f", "91.90.44.12" ] }, @@ -29606,7 +30433,10 @@ "isp": "Blix", "owned": true, "hostname": "no-osl-003", + "tcp": true, + "udp": true, "ips": [ + "2a02:20c8:4124::3f", "91.90.44.13" ] }, @@ -29617,7 +30447,10 @@ "isp": "Blix", "owned": true, "hostname": "no-osl-004", + "tcp": true, + "udp": true, "ips": [ + "2a02:20c8:4124::4f", "91.90.44.14" ] }, @@ -29628,7 +30461,10 @@ "isp": "Blix", "owned": true, "hostname": "no-osl-005", + "tcp": true, + "udp": true, "ips": [ + "2a02:20c8:4124::5f", "91.90.44.15" ] }, @@ -29639,7 +30475,10 @@ "isp": "Blix", "owned": true, "hostname": "no-osl-006", + "tcp": true, + "udp": true, "ips": [ + "2a02:20c8:4124::6f", "91.90.44.16" ] }, @@ -29650,7 +30489,10 @@ "isp": "Blix", "owned": true, "hostname": "no-osl-007", + "tcp": true, + "udp": true, "ips": [ + "2a02:20c8:4124::7f", "91.90.44.17" ] }, @@ -29661,7 +30503,10 @@ "isp": "Blix", "owned": true, "hostname": "no-osl-008", + "tcp": true, + "udp": true, "ips": [ + "2a02:20c8:4124::8f", "91.90.44.18" ] }, @@ -29672,8 +30517,10 @@ "isp": "Blix", "owned": true, "hostname": "no1-wireguard", + "udp": true, "wgpubkey": "jOUZjMq2PWHDzQxu3jPXktYB7EKeFwBzGZx56cTXXQg=", "ips": [ + "2a02:20c8:4124::a01f", "176.125.235.71" ] }, @@ -29684,8 +30531,10 @@ "isp": "Blix", "owned": true, "hostname": "no2-wireguard", + "udp": true, "wgpubkey": "IhhpKphSFWpwja1P4HBctZ367G3Q53EgdeFGZro29Tc=", "ips": [ + "2a02:20c8:4124::a02f", "176.125.235.72" ] }, @@ -29696,8 +30545,10 @@ "isp": "Blix", "owned": true, "hostname": "no3-wireguard", + "udp": true, "wgpubkey": "zOBWmQ3BEOZKsYKbj4dC2hQjxCbr3eKa6wGWyEDYbC4=", "ips": [ + "2a02:20c8:4124::a03f", "176.125.235.73" ] }, @@ -29708,8 +30559,10 @@ "isp": "Blix", "owned": true, "hostname": "no4-wireguard", + "udp": true, "wgpubkey": "veeEoYS9a2T6K8WMs/MvRCdNJG580XbhnLfbFjp3B0M=", "ips": [ + "2a02:20c8:4124::a04f", "176.125.235.74" ] }, @@ -29719,8 +30572,11 @@ "city": "Warsaw", "isp": "M247", "hostname": "pl-waw-001", + "tcp": true, + "udp": true, "ips": [ - "37.120.156.162" + "37.120.156.162", + "2a0d:5600:13:bb1::1f" ] }, { @@ -29729,7 +30585,10 @@ "city": "Warsaw", "isp": "M247", "hostname": "pl-waw-002", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:13:6::2f", "185.244.214.210" ] }, @@ -29739,7 +30598,10 @@ "city": "Warsaw", "isp": "M247", "hostname": "pl-waw-003", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:13:7::3f", "185.244.214.215" ] }, @@ -29749,8 +30611,11 @@ "city": "Warsaw", "isp": "M247", "hostname": "pl-waw-004", + "tcp": true, + "udp": true, "ips": [ - "37.120.211.186" + "37.120.211.186", + "2a0d:5600:13:39::4f" ] }, { @@ -29759,8 +30624,11 @@ "city": "Warsaw", "isp": "M247", "hostname": "pl-waw-005", + "tcp": true, + "udp": true, "ips": [ - "37.120.211.194" + "37.120.211.194", + "2a0d:5600:13:3a::5f" ] }, { @@ -29769,8 +30637,11 @@ "city": "Warsaw", "isp": "M247", "hostname": "pl-waw-006", + "tcp": true, + "udp": true, "ips": [ - "37.120.211.202" + "37.120.211.202", + "2a0d:5600:13:3b::6f" ] }, { @@ -29779,8 +30650,10 @@ "city": "Warsaw", "isp": "M247", "hostname": "pl1-wireguard", + "udp": true, "wgpubkey": "p9FqkVuPmFXOta1CFn81m0HRgD+uic5UfLU0fQb3t00=", "ips": [ + "2a0d:5600:13:9::a01f", "185.244.214.58" ] }, @@ -29790,9 +30663,11 @@ "city": "Warsaw", "isp": "M247", "hostname": "pl2-wireguard", + "udp": true, "wgpubkey": "9v9VK6f98rFS2iZvYxqTvNWeeT34EYn6TRRZqNC2MhU=", "ips": [ - "37.120.156.242" + "37.120.156.242", + "2a0d:5600:13:1b::a02f" ] }, { @@ -29801,9 +30676,11 @@ "city": "Warsaw", "isp": "M247", "hostname": "pl3-wireguard", + "udp": true, "wgpubkey": "VXt/spGVLruJ0m7aSkKWIIc5ktxS6wOg9dlNwDOKw0I=", "ips": [ - "5.253.206.210" + "5.253.206.210", + "2a0d:5600:13:1c::a03f" ] }, { @@ -29812,9 +30689,50 @@ "city": "Warsaw", "isp": "M247", "hostname": "pl4-wireguard", + "udp": true, "wgpubkey": "fOEmuT2M++Qnk1riHmce8DCriSlO5G5BQZVmzK7tq2E=", "ips": [ - "37.120.211.210" + "37.120.211.210", + "2a0d:5600:13:3c::a04f" + ] + }, + { + "vpn": "wireguard", + "country": "Poland", + "city": "Warsaw", + "isp": "DataPacket", + "hostname": "pl5-wireguard", + "udp": true, + "wgpubkey": "TYQ2DDoazWSxCO4JvtIdj86YUoQ4g5MfQ/m6lTg5SQQ=", + "ips": [ + "2a02:6ea0:ce08:1::a05f", + "45.134.212.66" + ] + }, + { + "vpn": "wireguard", + "country": "Poland", + "city": "Warsaw", + "isp": "DataPacket", + "hostname": "pl6-wireguard", + "udp": true, + "wgpubkey": "idpB87uLzIFTwjhBWJ4HnO+biSb3k7UgrpajQoDUP2c=", + "ips": [ + "2a02:6ea0:ce08:2::a06f", + "45.134.212.79" + ] + }, + { + "vpn": "wireguard", + "country": "Poland", + "city": "Warsaw", + "isp": "DataPacket", + "hostname": "pl7-wireguard", + "udp": true, + "wgpubkey": "KtjnCWDsf9R7rJSPUCFEDSE8PFj/t7mEnscCm8DSsBY=", + "ips": [ + "2a02:6ea0:ce08:3::a07f", + "45.134.212.92" ] }, { @@ -29823,8 +30741,10 @@ "city": "Lisbon", "isp": "ptisp", "hostname": "pt1-wireguard", + "udp": true, "wgpubkey": "xL7uaEPI7KV3aNPELKpGjVxBCq0yiAc376iS/MRDo3Y=", "ips": [ + "2a00:1651:0:4000::a01f", "94.46.24.33" ] }, @@ -29834,8 +30754,10 @@ "city": "Lisbon", "isp": "ptisp", "hostname": "pt2-wireguard", + "udp": true, "wgpubkey": "9fS+IEof6FztE6sdxuyq94PzB90obnggin4TuHEpLhY=", "ips": [ + "2a00:1651:0:4001::a02f", "94.46.24.49" ] }, @@ -29845,7 +30767,10 @@ "city": "Bucharest", "isp": "M247", "hostname": "ro-buh-101", + "tcp": true, + "udp": true, "ips": [ + "2a04:9dc0:0:90::101f", "185.163.110.66" ] }, @@ -29855,7 +30780,10 @@ "city": "Bucharest", "isp": "M247", "hostname": "ro-buh-102", + "tcp": true, + "udp": true, "ips": [ + "2a04:9dc0:0:91::102f", "185.163.110.82" ] }, @@ -29865,7 +30793,10 @@ "city": "Bucharest", "isp": "M247", "hostname": "ro-buh-103", + "tcp": true, + "udp": true, "ips": [ + "2a04:9dc0:0:92::103f", "185.163.110.98" ] }, @@ -29875,7 +30806,10 @@ "city": "Bucharest", "isp": "M247", "hostname": "ro-buh-104", + "tcp": true, + "udp": true, "ips": [ + "2a04:9dc0:0:93::104f", "185.163.110.114" ] }, @@ -29885,8 +30819,10 @@ "city": "Bucharest", "isp": "M247", "hostname": "ro4-wireguard", + "udp": true, "wgpubkey": "NGG2LF66eJhGOKe77mfX9rzP81gAK45XRj05TVC79GU=", "ips": [ + "2a04:9dc0:0:94::a04f", "185.45.15.194" ] }, @@ -29896,8 +30832,10 @@ "city": "Bucharest", "isp": "M247", "hostname": "ro5-wireguard", + "udp": true, "wgpubkey": "6hqbJrVJMv5a15d1zvJDw09bB1heRHHupc2GEmUsmGo=", "ips": [ + "2a04:9dc0:0:95::a05f", "185.45.15.210" ] }, @@ -29907,8 +30845,10 @@ "city": "Bucharest", "isp": "M247", "hostname": "ro6-wireguard", + "udp": true, "wgpubkey": "t1D8bGu6LN9Rtscxe5KtDl9Xfa3wFgj+Mpn+89onYD8=", "ips": [ + "2a04:9dc0:0:96::a06f", "185.123.143.194" ] }, @@ -29918,8 +30858,10 @@ "city": "Bucharest", "isp": "M247", "hostname": "ro7-wireguard", + "udp": true, "wgpubkey": "PBkAK/T6eQHrBTAvfeSngjNnwb8FvhwQ2FKXEQp5dgM=", "ips": [ + "2a04:9dc0:0:97::a07f", "185.123.143.210" ] }, @@ -29929,8 +30871,10 @@ "city": "Bucharest", "isp": "M247", "hostname": "ro8-wireguard", + "udp": true, "wgpubkey": "fdEVvu79A9F/VcI0sDK+7RNWBt1Yg2OYXo7O+fliKF8=", "ips": [ + "2a04:9dc0:0:98::a08f", "185.120.144.98" ] }, @@ -29940,7 +30884,10 @@ "city": "Belgrade", "isp": "M247", "hostname": "rs-beg-002", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:7d:10::2f", "89.38.224.98" ] }, @@ -29950,7 +30897,10 @@ "city": "Belgrade", "isp": "M247", "hostname": "rs-beg-003", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:7d:11::3f", "89.38.224.114" ] }, @@ -29960,8 +30910,10 @@ "city": "Belgrade", "isp": "M247", "hostname": "rs3-wireguard", + "udp": true, "wgpubkey": "9U+3Wxd6DLZ+p9q0OImYd5FeLYjs86DHO7wsEL04M2A=", "ips": [ + "2001:ac8:7d:1b::a03f", "152.89.160.178" ] }, @@ -29971,8 +30923,10 @@ "city": "Belgrade", "isp": "M247", "hostname": "rs4-wireguard", + "udp": true, "wgpubkey": "XfYd3s53gcTH4TDL8aCu2sa88TAxuWBD7CcOHtlDmjw=", "ips": [ + "2001:ac8:7d:20::a04f", "89.38.224.82" ] }, @@ -29982,7 +30936,10 @@ "city": "Nis", "isp": "ninet", "hostname": "rs-ini-001", + "tcp": true, + "udp": true, "ips": [ + "2a06:185:1:2::1f", "176.104.107.118" ] }, @@ -29992,7 +30949,10 @@ "city": "Singapore", "isp": "M247", "hostname": "sg-sin-201", + "tcp": true, + "udp": true, "ips": [ + "2a0a:b640:1:54::1f", "89.38.225.34" ] }, @@ -30002,7 +30962,10 @@ "city": "Singapore", "isp": "M247", "hostname": "sg-sin-202", + "tcp": true, + "udp": true, "ips": [ + "2a0a:b640:1:55::2f", "94.198.43.2" ] }, @@ -30012,8 +30975,10 @@ "city": "Singapore", "isp": "M247", "hostname": "sg4-wireguard", + "udp": true, "wgpubkey": "HbD3PLJKJdHPyjof67Tug83HH5x/KyInbiuPQvkOaDI=", "ips": [ + "2a0a:b640:1:57::a04f", "94.198.43.34" ] }, @@ -30023,8 +30988,10 @@ "city": "Singapore", "isp": "M247", "hostname": "sg5-wireguard", + "udp": true, "wgpubkey": "+B9zLO2t0vCxoLlrG3fhB8M1OQ/kOSr6VL81eP+AUXU=", "ips": [ + "2a0a:b640:1:58::a05f", "94.198.43.50" ] }, @@ -30034,8 +31001,10 @@ "city": "Singapore", "isp": "M247", "hostname": "sg6-wireguard", + "udp": true, "wgpubkey": "FfjGK3hSDhCm8xWixKv2O4SbPcQEH9Vx2ykfEWEY7ho=", "ips": [ + "2a0a:b640:1:59::a06f", "94.198.43.66" ] }, @@ -30045,8 +31014,10 @@ "city": "Singapore", "isp": "M247", "hostname": "sg7-wireguard", + "udp": true, "wgpubkey": "4KtYjALlkYH0xKW6AeUAhyznDAa5GKqDk8WHYso9/D8=", "ips": [ + "2a0a:b640:1:5a::a07f", "94.198.43.82" ] }, @@ -30056,8 +31027,10 @@ "city": "Singapore", "isp": "M247", "hostname": "sg8-wireguard", + "udp": true, "wgpubkey": "VxROoDxnI3XS5DBgXEucl+iEd964v//8p7dHGMWGbkE=", "ips": [ + "2a0a:b640:1:5b::a08f", "94.198.43.98" ] }, @@ -30067,7 +31040,10 @@ "city": "Madrid", "isp": "M247", "hostname": "es-mad-001", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:23:6::1f", "89.238.178.34" ] }, @@ -30077,7 +31053,10 @@ "city": "Madrid", "isp": "M247", "hostname": "es-mad-002", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:23:12::f2", "89.238.178.74" ] }, @@ -30087,7 +31066,10 @@ "city": "Madrid", "isp": "M247", "hostname": "es-mad-003", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:23:2a::3f", "195.206.107.146" ] }, @@ -30097,7 +31079,10 @@ "city": "Madrid", "isp": "M247", "hostname": "es-mad-004", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:23:58::4f", "45.152.183.26" ] }, @@ -30107,7 +31092,10 @@ "city": "Madrid", "isp": "M247", "hostname": "es-mad-005", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:23:59::5f", "45.152.183.42" ] }, @@ -30117,8 +31105,10 @@ "city": "Madrid", "isp": "M247", "hostname": "es1-wireguard", + "udp": true, "wgpubkey": "hDflDse0Nz7GsZ0q5uylWOJaJQ6woJPCGy8IvTXKjzo=", "ips": [ + "2001:ac8:23:2c::a01f", "194.99.104.10" ] }, @@ -30128,8 +31118,10 @@ "city": "Madrid", "isp": "M247", "hostname": "es2-wireguard", + "udp": true, "wgpubkey": "fMYx8zLs1oBQvXtkdpdCwhy0UUx9QhbF0kaXp1QJJSY=", "ips": [ + "2001:ac8:23:4b::a02f", "37.120.199.34" ] }, @@ -30139,8 +31131,10 @@ "city": "Madrid", "isp": "M247", "hostname": "es4-wireguard", + "udp": true, "wgpubkey": "Bnrn99Enx6mxeZO77+DanSMhAXi7EHazFUwGmFL2VCo=", "ips": [ + "2001:ac8:23:5a::a04f", "45.152.183.50" ] }, @@ -30150,11 +31144,39 @@ "city": "Madrid", "isp": "M247", "hostname": "es5-wireguard", + "udp": true, "wgpubkey": "/u0n1ETjberX5jYv0W94zLvX5Qzn+pPL/8umey/iIlE=", "ips": [ + "2001:ac8:23:5b::a05f", "45.152.183.58" ] }, + { + "vpn": "wireguard", + "country": "Spain", + "city": "Madrid", + "isp": "DataPacket", + "hostname": "es6-wireguard", + "udp": true, + "wgpubkey": "1GQLeOWjHgzflfONrXlj1iUKo4uWHe6VAsOAzsp1hgw=", + "ips": [ + "2a02:6ea0:c318:1::a06f", + "45.134.213.194" + ] + }, + { + "vpn": "wireguard", + "country": "Spain", + "city": "Madrid", + "isp": "DataPacket", + "hostname": "es7-wireguard", + "udp": true, + "wgpubkey": "azJb0GofbDjSh2KTPReEeVdB8QVs4QC7E57P7MC7dQg=", + "ips": [ + "2a02:6ea0:c318:2::a07f", + "45.134.213.207" + ] + }, { "vpn": "openvpn", "country": "Sweden", @@ -30162,7 +31184,10 @@ "isp": "31173", "owned": true, "hostname": "se-got-001", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:5:f011:31::1f", "185.213.154.131" ] }, @@ -30173,7 +31198,10 @@ "isp": "31173", "owned": true, "hostname": "se-got-002", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:5:f011:31::2f", "185.213.154.132" ] }, @@ -30184,7 +31212,10 @@ "isp": "31173", "owned": true, "hostname": "se-got-003", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:5:f011:31::3f", "185.213.154.133" ] }, @@ -30195,7 +31226,10 @@ "isp": "31173", "owned": true, "hostname": "se-got-004", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:5:f011:31::4f", "185.213.154.134" ] }, @@ -30206,7 +31240,10 @@ "isp": "31173", "owned": true, "hostname": "se-got-005", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:5:f011:31::5f", "185.213.154.135" ] }, @@ -30217,7 +31254,10 @@ "isp": "31173", "owned": true, "hostname": "se-got-006", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:5:f011:31::6f", "185.213.154.136" ] }, @@ -30228,7 +31268,10 @@ "isp": "31173", "owned": true, "hostname": "se-got-007", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:5:f011:31::7f", "185.213.154.137" ] }, @@ -30239,7 +31282,10 @@ "isp": "31173", "owned": true, "hostname": "se-got-008", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:5:f011::8f", "185.213.154.138" ] }, @@ -30250,7 +31296,10 @@ "isp": "31173", "owned": true, "hostname": "se-got-009", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:5:f011::9f", "185.213.154.139" ] }, @@ -30261,7 +31310,10 @@ "isp": "31173", "owned": true, "hostname": "se-got-010", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:5:f011::10f", "185.213.154.140" ] }, @@ -30272,7 +31324,10 @@ "isp": "31173", "owned": true, "hostname": "se-got-011", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:5:f011::11f", "185.213.154.141" ] }, @@ -30283,7 +31338,10 @@ "isp": "31173", "owned": true, "hostname": "se-got-012", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:5:f011::12f", "185.213.154.142" ] }, @@ -30294,8 +31352,10 @@ "isp": "31173", "owned": true, "hostname": "se10-wireguard", + "udp": true, "wgpubkey": "veGD6/aEY6sMfN3Ls7YWPmNgu3AheO7nQqsFT47YSws=", "ips": [ + "2a03:1b20:5:f011::a10f", "185.213.154.69" ] }, @@ -30306,8 +31366,10 @@ "isp": "31173", "owned": true, "hostname": "se3-wireguard", + "udp": true, "wgpubkey": "5JMPeO7gXIbR5CnUa/NPNK4L5GqUnreF0/Bozai4pl4=", "ips": [ + "2a03:1b20:5:f011:31::a03f", "185.213.154.66" ] }, @@ -30318,8 +31380,10 @@ "isp": "31173", "owned": true, "hostname": "se5-wireguard", + "udp": true, "wgpubkey": "AtvE5KdPeQtOcE2QyXaPt9eQoBV3GBxzimQ2FIuGQ2U=", "ips": [ + "2a03:1b20:5:f011::a05f", "185.213.154.67" ] }, @@ -30330,8 +31394,10 @@ "isp": "31173", "owned": true, "hostname": "se9-wireguard", + "udp": true, "wgpubkey": "BLNHNoGO88LjV/wDBa7CUUwUzPq/fO2UwcGLy56hKy4=", "ips": [ + "2a03:1b20:5:f011::a09f", "185.213.154.68" ] }, @@ -30342,7 +31408,10 @@ "isp": "31173", "owned": true, "hostname": "se-hel-001", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:2:f702::1f", "185.213.152.131" ] }, @@ -30353,7 +31422,10 @@ "isp": "31173", "owned": true, "hostname": "se-hel-002", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:2:f702::2f", "185.213.152.132" ] }, @@ -30364,7 +31436,10 @@ "isp": "31173", "owned": true, "hostname": "se-mma-001", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:1:f410:40::1f", "193.138.218.131" ] }, @@ -30375,7 +31450,10 @@ "isp": "31173", "owned": true, "hostname": "se-mma-002", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:1:f410:40::2f", "193.138.218.132" ] }, @@ -30386,7 +31464,10 @@ "isp": "31173", "owned": true, "hostname": "se-mma-013", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:1:f410::13f", "141.98.255.83" ] }, @@ -30397,7 +31478,10 @@ "isp": "31173", "owned": true, "hostname": "se-mma-014", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:1:f410::14f", "141.98.255.84" ] }, @@ -30408,7 +31492,10 @@ "isp": "31173", "owned": true, "hostname": "se-mma-015", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:1:f410::15f", "141.98.255.85" ] }, @@ -30419,7 +31506,10 @@ "isp": "31173", "owned": true, "hostname": "se-mma-016", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:1:f410::16f", "141.98.255.86" ] }, @@ -30430,7 +31520,10 @@ "isp": "31173", "owned": true, "hostname": "se-mma-017", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:1:f410::17f", "141.98.255.87" ] }, @@ -30441,7 +31534,10 @@ "isp": "31173", "owned": true, "hostname": "se-mma-018", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:1:f410::18f", "141.98.255.88" ] }, @@ -30452,7 +31548,10 @@ "isp": "31173", "owned": true, "hostname": "se-mma-019", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:1:f410::19f", "141.98.255.89" ] }, @@ -30463,7 +31562,10 @@ "isp": "31173", "owned": true, "hostname": "se-mma-020", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:1:f410::20f", "141.98.255.90" ] }, @@ -30474,7 +31576,10 @@ "isp": "31173", "owned": true, "hostname": "se-mma-021", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:1:f410::21f", "141.98.255.91" ] }, @@ -30485,7 +31590,10 @@ "isp": "31173", "owned": true, "hostname": "se-mma-022", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:1:f410::22f", "141.98.255.92" ] }, @@ -30496,7 +31604,10 @@ "isp": "31173", "owned": true, "hostname": "se-mma-023", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:1:f410::23f", "141.98.255.93" ] }, @@ -30507,7 +31618,10 @@ "isp": "31173", "owned": true, "hostname": "se-mma-110", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:1:e011::10f", "45.83.220.90" ] }, @@ -30518,7 +31632,10 @@ "isp": "31173", "owned": true, "hostname": "se-mma-112", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:1:e011::12f", "45.83.220.92" ] }, @@ -30529,8 +31646,10 @@ "isp": "31173", "owned": true, "hostname": "se1-wireguard", + "udp": true, "wgpubkey": "Qn1QaXYTJJSmJSMw18CGdnFiVM0/Gj/15OdkxbXCSG0=", "ips": [ + "2a03:1b20:1:f410::a01f", "193.138.218.220" ] }, @@ -30541,8 +31660,10 @@ "isp": "31173", "owned": true, "hostname": "se15-wireguard", + "udp": true, "wgpubkey": "5y66WShsFXqM5K7/4CPEGCWfk7PQyNhVBT2ILjbGm2I=", "ips": [ + "2a03:1b20:1:f410::a15f", "193.138.218.80" ] }, @@ -30553,8 +31674,10 @@ "isp": "31173", "owned": true, "hostname": "se17-wireguard", + "udp": true, "wgpubkey": "dBAObjXtN11hAbyYZxw0m6NQw86ccnkY5O0YKSmq4lI=", "ips": [ + "2a03:1b20:1:f410::a17f", "193.138.218.82" ] }, @@ -30565,8 +31688,10 @@ "isp": "31173", "owned": true, "hostname": "se18-wireguard", + "udp": true, "wgpubkey": "fZFAcd8vqWOBpRqlXifsjzGf16gMTg2GuwKyZtkG6UU=", "ips": [ + "2a03:1b20:1:f410::a18f", "193.138.218.83" ] }, @@ -30577,8 +31702,10 @@ "isp": "31173", "owned": true, "hostname": "se19-wireguard", + "udp": true, "wgpubkey": "oaIh0j5LHNtoBWeFKOa+l1QBt+fNu2rHN9ALubSakyg=", "ips": [ + "2a03:1b20:1:e011::a19f", "45.83.220.66" ] }, @@ -30589,8 +31716,10 @@ "isp": "31173", "owned": true, "hostname": "se21-wireguard", + "udp": true, "wgpubkey": "7ncbaCb+9za3jnXlR95I6dJBkwL1ABB5i4ndFUesYxE=", "ips": [ + "2a03:1b20:1:e011::a21f", "45.83.220.68" ] }, @@ -30601,8 +31730,10 @@ "isp": "31173", "owned": true, "hostname": "se22-wireguard", + "udp": true, "wgpubkey": "cwglRdgLQ4gMG36TIYlc5OIemLNrYs4UM1KTc8mnzxk=", "ips": [ + "2a03:1b20:1:e011::a22f", "45.83.220.69" ] }, @@ -30613,11 +31744,27 @@ "isp": "31173", "owned": true, "hostname": "se23-wireguard", + "udp": true, "wgpubkey": "XscA5gebj51nmhAr6o+aUCnMHWGjbS1Gvvd0tuLRiFE=", "ips": [ + "2a03:1b20:1:e011::a23f", "45.83.220.70" ] }, + { + "vpn": "wireguard", + "country": "Sweden", + "city": "Malmö", + "isp": "31173", + "owned": true, + "hostname": "se4-wireguard", + "udp": true, + "wgpubkey": "m4jnogFbACz7LByjo++8z5+1WV0BuR1T7E1OWA+n8h0=", + "ips": [ + "2a03:1b20:1:f410:40::a04f", + "193.138.218.130" + ] + }, { "vpn": "openvpn", "country": "Sweden", @@ -30625,7 +31772,10 @@ "isp": "31173", "owned": true, "hostname": "se-sto-007", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:4:f011::7f", "185.65.135.137" ] }, @@ -30636,7 +31786,10 @@ "isp": "31173", "owned": true, "hostname": "se-sto-008", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:4:f011::8f", "185.65.135.138" ] }, @@ -30647,7 +31800,10 @@ "isp": "31173", "owned": true, "hostname": "se-sto-009", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:4:f011::9f", "185.65.135.139" ] }, @@ -30658,7 +31814,10 @@ "isp": "31173", "owned": true, "hostname": "se-sto-010", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:4:f011::10f", "185.65.135.140" ] }, @@ -30669,7 +31828,10 @@ "isp": "31173", "owned": true, "hostname": "se-sto-011", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:4:f011::11f", "185.65.135.141" ] }, @@ -30680,7 +31842,10 @@ "isp": "31173", "owned": true, "hostname": "se-sto-013", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:4:f011::13f", "185.65.135.143" ] }, @@ -30691,7 +31856,10 @@ "isp": "31173", "owned": true, "hostname": "se-sto-014", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:4:f011::14e", "185.65.135.144" ] }, @@ -30702,7 +31870,10 @@ "isp": "31173", "owned": true, "hostname": "se-sto-015", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:4:f011::15f", "185.65.135.145" ] }, @@ -30713,7 +31884,10 @@ "isp": "31173", "owned": true, "hostname": "se-sto-016", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:4:f011::16f", "185.65.135.146" ] }, @@ -30724,7 +31898,10 @@ "isp": "31173", "owned": true, "hostname": "se-sto-017", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:4:f011::17f", "185.65.135.147" ] }, @@ -30735,7 +31912,10 @@ "isp": "31173", "owned": true, "hostname": "se-sto-018", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:4:f011::18f", "185.65.135.148" ] }, @@ -30746,7 +31926,10 @@ "isp": "31173", "owned": true, "hostname": "se-sto-019", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:4:f011::19f", "185.65.135.149" ] }, @@ -30757,7 +31940,10 @@ "isp": "31173", "owned": true, "hostname": "se-sto-020", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:4:f011::20f", "185.65.135.150" ] }, @@ -30768,7 +31954,10 @@ "isp": "31173", "owned": true, "hostname": "se-sto-021", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:4:f011::21f", "185.65.135.151" ] }, @@ -30779,7 +31968,10 @@ "isp": "31173", "owned": true, "hostname": "se-sto-022", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:4:f011::22f", "185.65.135.152" ] }, @@ -30790,7 +31982,10 @@ "isp": "31173", "owned": true, "hostname": "se-sto-023", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:4:f011::23f", "185.65.135.153" ] }, @@ -30801,8 +31996,10 @@ "isp": "31173", "owned": true, "hostname": "se13-wireguard", + "udp": true, "wgpubkey": "615mnBGkvjZnD/vRbyL/6da7YhtctfB+jimN+wfV724=", "ips": [ + "2a03:1b20:4:f011::a13f", "185.65.135.70" ] }, @@ -30813,8 +32010,10 @@ "isp": "31173", "owned": true, "hostname": "se14-wireguard", + "udp": true, "wgpubkey": "v02a3f1hdtTFD+bzStbGN6FxwOMAA/4d/yjNKoLTXFI=", "ips": [ + "2a03:1b20:4:f011::a14f", "185.65.135.71" ] }, @@ -30825,8 +32024,10 @@ "isp": "31173", "owned": true, "hostname": "se2-wireguard", + "udp": true, "wgpubkey": "BfyxzL1mtigKIfM51OhxD+FBBSk+/SHEUE9UlDJ45W4=", "ips": [ + "2a03:1b20:4:f011::a02f", "185.65.135.130" ] }, @@ -30837,23 +32038,13 @@ "isp": "31173", "owned": true, "hostname": "se26-wireguard", + "udp": true, "wgpubkey": "1493vtFUbIfSpQKRBki/1d0YgWIQwMV4AQAvGxjCNVM=", "ips": [ + "2a03:1b20:4:f011::a26f", "185.195.233.66" ] }, - { - "vpn": "wireguard", - "country": "Sweden", - "city": "Stockholm", - "isp": "31173", - "owned": true, - "hostname": "se27-wireguard", - "wgpubkey": "3UPY4O7hJ31aEi9BVWbJTGKK5pjh9lBm++vquG34owo=", - "ips": [ - "185.195.233.67" - ] - }, { "vpn": "wireguard", "country": "Sweden", @@ -30861,8 +32052,10 @@ "isp": "31173", "owned": true, "hostname": "se28-wireguard", + "udp": true, "wgpubkey": "V6RHmYEXDDXvCPZENmhwk5VEn6KgSseTFHw/IkXFzGg=", "ips": [ + "2a03:1b20:4:f011::a28f", "185.195.233.68" ] }, @@ -30873,8 +32066,10 @@ "isp": "31173", "owned": true, "hostname": "se6-wireguard", + "udp": true, "wgpubkey": "pKcMMeC4jMUxSU5pH1orvp4//GrY8is+y9JRfVP3+BY=", "ips": [ + "2a03:1b20:4:f011::a06f", "185.65.135.222" ] }, @@ -30885,8 +32080,10 @@ "isp": "31173", "owned": true, "hostname": "se7-wireguard", + "udp": true, "wgpubkey": "Io+BJ9lxGxi8jhvy95tqwudkzzy5zrvrf8KLxWRGs0w=", "ips": [ + "2a03:1b20:4:f011::a07f", "185.65.135.223" ] }, @@ -30897,8 +32094,10 @@ "isp": "31173", "owned": true, "hostname": "se8-wireguard", + "udp": true, "wgpubkey": "CNn6UoRrPYQYUYt19fXJb75MI6a24Mgq/+OKAahfI0I=", "ips": [ + "2a03:1b20:4:f011::a08f", "185.65.135.224" ] }, @@ -30909,8 +32108,10 @@ "isp": "31173", "owned": true, "hostname": "beta-got-1", - "wgpubkey": "LA5VntlZgnLXthNllYwxuJw0Bhs61/s3/k251OjCX10=", + "udp": true, + "wgpubkey": "0WpdnUttKD8OyGgzEMFwUR2g8+7Q1HK3KTRuXf+H5jY=", "ips": [ + "2a03:1b20:5:f011::aaaf", "185.213.154.70" ] }, @@ -30921,8 +32122,10 @@ "isp": "31173", "owned": true, "hostname": "beta-sto-1", - "wgpubkey": "kY+VpxyLoKXxFyR9absk/ykfd2Lp7yYRwa97Zvl1HTw=", + "udp": true, + "wgpubkey": "SRAx3EUuBjfG8wo7FfEThs1k4qLh/oLytkdZy1TN0Qg=", "ips": [ + "2a03:1b20:4:f011::999f", "185.195.233.76" ] }, @@ -30933,7 +32136,10 @@ "isp": "31173", "owned": true, "hostname": "ch-zrh-001", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:a:f011::1f", "193.32.127.81" ] }, @@ -30944,7 +32150,10 @@ "isp": "31173", "owned": true, "hostname": "ch-zrh-002", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:a:f011::2f", "193.32.127.82" ] }, @@ -30955,7 +32164,10 @@ "isp": "31173", "owned": true, "hostname": "ch-zrh-003", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:a:f011::3f", "193.32.127.83" ] }, @@ -30966,7 +32178,10 @@ "isp": "31173", "owned": true, "hostname": "ch-zrh-004", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:a:f011::4f", "193.32.127.84" ] }, @@ -30976,7 +32191,10 @@ "city": "Zurich", "isp": "PrivateLayer", "hostname": "ch-zrh-201", + "tcp": true, + "udp": true, "ips": [ + "2a02:29b8:dc01:597::1f", "179.43.128.170" ] }, @@ -30986,7 +32204,10 @@ "city": "Zurich", "isp": "PrivateLayer", "hostname": "ch-zrh-202", + "tcp": true, + "udp": true, "ips": [ + "2a02:29b8:dc01:1881::2f", "81.17.20.34" ] }, @@ -30996,7 +32217,10 @@ "city": "Zurich", "isp": "M247", "hostname": "ch-zrh-301", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:28:97::1f", "91.193.4.2" ] }, @@ -31006,7 +32230,10 @@ "city": "Zurich", "isp": "M247", "hostname": "ch-zrh-302", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:28:84::2f", "91.193.4.18" ] }, @@ -31016,7 +32243,10 @@ "city": "Zurich", "isp": "M247", "hostname": "ch-zrh-303", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:28:85::3f", "91.193.4.34" ] }, @@ -31026,7 +32256,10 @@ "city": "Zurich", "isp": "M247", "hostname": "ch-zrh-304", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:28:86::4f", "91.193.4.50" ] }, @@ -31036,8 +32269,10 @@ "city": "Zurich", "isp": "M247", "hostname": "ch10-wireguard", + "udp": true, "wgpubkey": "KYqwrr7VPNXZ69XYRKP8QiQmMrlPMZj4j5BlvapZihY=", "ips": [ + "2001:ac8:28:88::a10f", "91.193.4.82" ] }, @@ -31047,8 +32282,10 @@ "city": "Zurich", "isp": "M247", "hostname": "ch11-wireguard", + "udp": true, "wgpubkey": "cw0Fi1eyfXK15XjuxTLXvmmGB2MMWHqXtgyou88BND4=", "ips": [ + "2001:ac8:28:89::a11f", "91.193.4.98" ] }, @@ -31058,8 +32295,10 @@ "city": "Zurich", "isp": "M247", "hostname": "ch12-wireguard", + "udp": true, "wgpubkey": "nm+od1xQfib6hOHupY4STktnjlDSKBcLVTyV5ukBTlE=", "ips": [ + "2001:ac8:28:90::a12f", "91.193.4.114" ] }, @@ -31069,8 +32308,10 @@ "city": "Zurich", "isp": "M247", "hostname": "ch13-wireguard", + "udp": true, "wgpubkey": "68OCxVdQLk9wtE2Bcag2+Yo3X8jb+raKXxHdCUamaiM=", "ips": [ + "2001:ac8:28:91::a13f", "91.193.4.130" ] }, @@ -31080,8 +32321,10 @@ "city": "Zurich", "isp": "M247", "hostname": "ch14-wireguard", + "udp": true, "wgpubkey": "s+gmJDvPmOPJkCYaXE2qydVnnM5vvQsazGLxnVW/GQM=", "ips": [ + "2001:ac8:28:92::a14f", "91.193.4.146" ] }, @@ -31091,8 +32334,10 @@ "city": "Zurich", "isp": "M247", "hostname": "ch15-wireguard", + "udp": true, "wgpubkey": "jLddqPJjcG0nGagLsJwxGWWkKcS0GwQgiEZL7iX/n0E=", "ips": [ + "2001:ac8:28:93::a15f", "91.193.4.162" ] }, @@ -31102,8 +32347,10 @@ "city": "Zurich", "isp": "M247", "hostname": "ch16-wireguard", + "udp": true, "wgpubkey": "wGY+iakQnz4nJIPBf8X/ahRqB8qL5/GHxEvCw80Kjkc=", "ips": [ + "2001:ac8:28:94::a16f", "91.193.4.178" ] }, @@ -31113,20 +32360,76 @@ "city": "Zurich", "isp": "M247", "hostname": "ch17-wireguard", + "udp": true, "wgpubkey": "4cr4WJxUbl5EqayrN2EecNROHjiXGkZKEProFeyaPWo=", "ips": [ + "2001:ac8:28:95::a17f", "91.193.4.194" ] }, + { + "vpn": "wireguard", + "country": "Switzerland", + "city": "Zurich", + "isp": "DataPacket", + "hostname": "ch18-wireguard", + "udp": true, + "wgpubkey": "DMMY46sOiyCKaY+8BPUyDGqgyAk9jyw/qkwGQO3+I1U=", + "ips": [ + "2a02:6ea0:d406:1::a18f", + "138.199.6.194" + ] + }, + { + "vpn": "wireguard", + "country": "Switzerland", + "city": "Zurich", + "isp": "DataPacket", + "hostname": "ch19-wireguard", + "udp": true, + "wgpubkey": "AUqDi4OgZKUsJMmggT8CgO4psXKRSwm6vspDVlGWDwM=", + "ips": [ + "2a02:6ea0:d406:2::a19f", + "138.199.6.207" + ] + }, { "vpn": "wireguard", "country": "Switzerland", "city": "Zurich", "isp": "PrivateLayer", "hostname": "ch2-wireguard", + "udp": true, "wgpubkey": "bmy9vGzMqc0yS3IiMMyOONyXRwPCMiyhR/bnNQ2LsCE=", "ips": [ - "31.7.59.250" + "31.7.59.250", + "2a02:29b8:dc01:1641::a02f" + ] + }, + { + "vpn": "wireguard", + "country": "Switzerland", + "city": "Zurich", + "isp": "DataPacket", + "hostname": "ch20-wireguard", + "udp": true, + "wgpubkey": "CrVsR/GimomhjhSaBJaM9nRQSRoztLMuEMjZgnoq7ng=", + "ips": [ + "2a02:6ea0:d406:3::a20f", + "138.199.6.220" + ] + }, + { + "vpn": "wireguard", + "country": "Switzerland", + "city": "Zurich", + "isp": "DataPacket", + "hostname": "ch21-wireguard", + "udp": true, + "wgpubkey": "nt4J55Ndxvrr+ZHQ0EDRh1L+gYynqNFKaJS2hUX4pQg=", + "ips": [ + "2a02:6ea0:d406:4::a21f", + "138.199.6.233" ] }, { @@ -31136,8 +32439,10 @@ "isp": "31173", "owned": true, "hostname": "ch5-wireguard", + "udp": true, "wgpubkey": "/iivwlyqWqxQ0BVWmJRhcXIFdJeo0WbHQ/hZwuXaN3g=", "ips": [ + "2a03:1b20:a:f011::a01f", "193.32.127.66" ] }, @@ -31148,8 +32453,10 @@ "isp": "31173", "owned": true, "hostname": "ch6-wireguard", + "udp": true, "wgpubkey": "qcvI02LwBnTb7aFrOyZSWvg4kb7zNW9/+rS6alnWyFE=", "ips": [ + "2a03:1b20:a:f011::a02f", "193.32.127.67" ] }, @@ -31160,8 +32467,10 @@ "isp": "31173", "owned": true, "hostname": "ch7-wireguard", + "udp": true, "wgpubkey": "5Ms10UxGjCSzwImTrvEjcygsWY8AfMIdYyRvgFuTqH8=", "ips": [ + "2a03:1b20:a:f011::a03f", "193.32.127.68" ] }, @@ -31172,8 +32481,10 @@ "isp": "31173", "owned": true, "hostname": "ch8-wireguard", + "udp": true, "wgpubkey": "C3jAgPirUZG6sNYe4VuAgDEYunENUyG34X42y+SBngQ=", "ips": [ + "2a03:1b20:a:f011::a04f", "193.32.127.69" ] }, @@ -31184,8 +32495,10 @@ "isp": "31173", "owned": true, "hostname": "ch9-wireguard", + "udp": true, "wgpubkey": "dV/aHhwG0fmp0XuvSvrdWjCtdyhPDDFiE/nuv/1xnRM=", "ips": [ + "2a03:1b20:a:f011::a05f", "193.32.127.70" ] }, @@ -31196,7 +32509,10 @@ "isp": "31173", "owned": true, "hostname": "gb-lon-001", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:7:f011::1f", "141.98.252.131" ] }, @@ -31207,7 +32523,10 @@ "isp": "31173", "owned": true, "hostname": "gb-lon-002", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:7:f011::2f", "141.98.252.132" ] }, @@ -31218,7 +32537,10 @@ "isp": "31173", "owned": true, "hostname": "gb-lon-003", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:7:f011::3f", "141.98.252.133" ] }, @@ -31229,7 +32551,10 @@ "isp": "31173", "owned": true, "hostname": "gb-lon-005", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:7:f011::5f", "185.195.232.85" ] }, @@ -31240,7 +32565,10 @@ "isp": "31173", "owned": true, "hostname": "gb-lon-006", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:7:f011::6f", "185.195.232.86" ] }, @@ -31251,7 +32579,10 @@ "isp": "31173", "owned": true, "hostname": "gb-lon-008", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:7:f011::8f", "141.98.252.138" ] }, @@ -31262,7 +32593,10 @@ "isp": "31173", "owned": true, "hostname": "gb-lon-009", + "tcp": true, + "udp": true, "ips": [ + "2a03:1b20:7:f011::9f", "141.98.252.139" ] }, @@ -31272,7 +32606,10 @@ "city": "London", "isp": "M247", "hostname": "gb-lon-101", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:31:235::1f", "185.200.118.178" ] }, @@ -31282,10 +32619,52 @@ "city": "London", "isp": "M247", "hostname": "gb-lon-102", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:31:236::2f", "45.87.215.50" ] }, + { + "vpn": "openvpn", + "country": "UK", + "city": "London", + "isp": "M247", + "hostname": "gb-lon-301", + "tcp": true, + "udp": true, + "ips": [ + "2001:ac8:31:f008::1f", + "146.70.119.98" + ] + }, + { + "vpn": "openvpn", + "country": "UK", + "city": "London", + "isp": "M247", + "hostname": "gb-lon-302", + "tcp": true, + "udp": true, + "ips": [ + "2001:ac8:31:f009::2f", + "146.70.119.130" + ] + }, + { + "vpn": "openvpn", + "country": "UK", + "city": "London", + "isp": "M247", + "hostname": "gb-lon-303", + "tcp": true, + "udp": true, + "ips": [ + "2001:ac8:31:f00a::3f", + "146.70.119.162" + ] + }, { "vpn": "wireguard", "country": "UK", @@ -31293,8 +32672,10 @@ "isp": "31173", "owned": true, "hostname": "gb11-wireguard", + "udp": true, "wgpubkey": "VZwE8hrpNzg6SMwn9LtEqonXzSWd5dkFk62PrNWFW3Y=", "ips": [ + "2a03:1b20:7:f011::a11f", "185.195.232.66" ] }, @@ -31305,8 +32686,10 @@ "isp": "31173", "owned": true, "hostname": "gb12-wireguard", + "udp": true, "wgpubkey": "PLpO9ikFX1garSFaeUpo7XVSMrILrTB8D9ZwQt6Zgwk=", "ips": [ + "2a03:1b20:7:f011::a12f", "185.195.232.67" ] }, @@ -31317,8 +32700,10 @@ "isp": "31173", "owned": true, "hostname": "gb13-wireguard", + "udp": true, "wgpubkey": "bG6WulLmMK408n719B8nQJNuTRyRA3Qjm7bsm9d6v2M=", "ips": [ + "2a03:1b20:7:f011::a13f", "185.195.232.68" ] }, @@ -31329,8 +32714,10 @@ "isp": "31173", "owned": true, "hostname": "gb14-wireguard", + "udp": true, "wgpubkey": "INRhM0h4T1hi9j28pcC+vRv47bp7DIsNKtagaFZFSBI=", "ips": [ + "2a03:1b20:7:f011::a14f", "185.195.232.69" ] }, @@ -31341,8 +32728,10 @@ "isp": "31173", "owned": true, "hostname": "gb15-wireguard", + "udp": true, "wgpubkey": "MVqe9e9aDwfFuvEhEn4Wd/zWV3cmiCX9fZMWetz+23A=", "ips": [ + "2a03:1b20:7:f011::a15f", "185.195.232.70" ] }, @@ -31352,8 +32741,10 @@ "city": "London", "isp": "M247", "hostname": "gb16-wireguard", + "udp": true, "wgpubkey": "OLqqtEra8OCMZ9mvI9attDHly+wFVU+j/g47GvgpDAY=", "ips": [ + "2001:ac8:31:237::a16f", "141.98.100.146" ] }, @@ -31363,8 +32754,10 @@ "city": "London", "isp": "M247", "hostname": "gb17-wireguard", + "udp": true, "wgpubkey": "9ERbjhPKAITbf5J8NPXlyrJeeBzAJ7TlxKVAV4Cf+iA=", "ips": [ + "2001:ac8:31:238::a17f", "37.120.198.146" ] }, @@ -31374,8 +32767,10 @@ "city": "London", "isp": "M247", "hostname": "gb18-wireguard", + "udp": true, "wgpubkey": "4CO8lBJQ+iyP7wtsn41oxTWvAWZlOYqdM4oAabpwslw=", "ips": [ + "2001:ac8:31:239::a18f", "89.238.176.162" ] }, @@ -31385,8 +32780,10 @@ "city": "London", "isp": "M247", "hostname": "gb19-wireguard", + "udp": true, "wgpubkey": "rRfIbGqzAgcIivBVAu0oQgZUvCoQTLQDKC3I1l5ZUVA=", "ips": [ + "2001:ac8:31:23a::a19f", "89.238.176.178" ] }, @@ -31396,8 +32793,10 @@ "city": "London", "isp": "M247", "hostname": "gb20-wireguard", + "udp": true, "wgpubkey": "Kt7nO9EG5CpRJ8ga56gnmcP4K/dr87xtpMOtpj1GtEs=", "ips": [ + "2001:ac8:31:23b::a20f", "217.138.254.98" ] }, @@ -31407,8 +32806,10 @@ "city": "London", "isp": "xtom", "hostname": "gb33-wireguard", + "udp": true, "wgpubkey": "b71Y8V/vVwNRGkL4d1zvApDVL18u7m31dN+x+i5OJVs=", "ips": [ + "2a0b:89c1:3::a33f", "185.248.85.3" ] }, @@ -31418,8 +32819,10 @@ "city": "London", "isp": "xtom", "hostname": "gb34-wireguard", + "udp": true, "wgpubkey": "+iQWuT3wb2DCy1u2eUKovhJTCB4aUdJUnpxGtONDIVE=", "ips": [ + "2a0b:89c1:3::a34f", "185.248.85.18" ] }, @@ -31429,8 +32832,10 @@ "city": "London", "isp": "xtom", "hostname": "gb35-wireguard", + "udp": true, "wgpubkey": "G7XDQqevQOw1SVL7Iarn9PM+RvmI6H/CfkmahBYEG0g=", "ips": [ + "2a0b:89c1:3::a35f", "185.248.85.33" ] }, @@ -31440,11 +32845,52 @@ "city": "London", "isp": "xtom", "hostname": "gb36-wireguard", + "udp": true, "wgpubkey": "tJVHqpfkV2Xgmd4YK60aoErSt6PmJKJjkggHNDfWwiU=", "ips": [ + "2a0b:89c1:3::a36f", "185.248.85.48" ] }, + { + "vpn": "wireguard", + "country": "UK", + "city": "London", + "isp": "M247", + "hostname": "gb37-wireguard", + "udp": true, + "wgpubkey": "XtXd2k1wMra6dSODZYCZdzU5ZJ7XKQGR1nfhF3s9wSw=", + "ips": [ + "2001:ac8:31:f005::a37f", + "146.70.119.2" + ] + }, + { + "vpn": "wireguard", + "country": "UK", + "city": "London", + "isp": "M247", + "hostname": "gb38-wireguard", + "udp": true, + "wgpubkey": "QY3xZuhOqhQXiaYjO0Jp4Cdl41pHOz68xPS54rM0Q1M=", + "ips": [ + "2001:ac8:31:f006::a38f", + "146.70.119.34" + ] + }, + { + "vpn": "wireguard", + "country": "UK", + "city": "London", + "isp": "M247", + "hostname": "gb39-wireguard", + "udp": true, + "wgpubkey": "41AMWF5wy5Id1yRFBoQU5PdL0cm9n9goehVI7gn7/28=", + "ips": [ + "2001:ac8:31:f007::a39f", + "146.70.119.66" + ] + }, { "vpn": "wireguard", "country": "UK", @@ -31452,8 +32898,10 @@ "isp": "31173", "owned": true, "hostname": "gb4-wireguard", + "udp": true, "wgpubkey": "IJJe0TQtuQOyemL4IZn6oHEsMKSPqOuLfD5HoAWEPTY=", "ips": [ + "2a03:1b20:7:f011::a01f", "141.98.252.130" ] }, @@ -31464,8 +32912,10 @@ "isp": "31173", "owned": true, "hostname": "gb5-wireguard", + "udp": true, "wgpubkey": "J57ba81Q8bigy9RXBXvl0DgABTrbl81nb37GuX50gnY=", "ips": [ + "2a03:1b20:7:f011::a02f", "141.98.252.222" ] }, @@ -31475,7 +32925,10 @@ "city": "Manchester", "isp": "M247", "hostname": "gb-mnc-101", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:21:45::1f", "217.151.98.68" ] }, @@ -31485,7 +32938,10 @@ "city": "Manchester", "isp": "M247", "hostname": "gb-mnc-102", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:21:1b::2f", "37.120.159.164" ] }, @@ -31495,7 +32951,10 @@ "city": "Manchester", "isp": "M247", "hostname": "gb-mnc-103", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:21:34::3f", "194.37.96.180" ] }, @@ -31505,7 +32964,10 @@ "city": "Manchester", "isp": "M247", "hostname": "gb-mnc-106", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:21:3::6f", "89.238.132.36" ] }, @@ -31515,8 +32977,10 @@ "city": "Manchester", "isp": "M247", "hostname": "gb22-wireguard", + "udp": true, "wgpubkey": "BDTfnJvtHlh15E54kLYHJlZBL5yXkEQlC0AtOyDXNRU=", "ips": [ + "2001:ac8:21:ac::a22f", "185.206.227.130" ] }, @@ -31526,8 +32990,10 @@ "city": "Manchester", "isp": "M247", "hostname": "gb24-wireguard", + "udp": true, "wgpubkey": "vx3qY69JPrJoeIFIMoWjNGCz4VQhkhrF97+ekj3nVTU=", "ips": [ + "2001:ac8:21:ae::a24f", "194.37.96.98" ] }, @@ -31537,8 +33003,10 @@ "city": "Manchester", "isp": "M247", "hostname": "gb25-wireguard", + "udp": true, "wgpubkey": "HAsZqzSSc9sxOTfpV6PQg0ll8rRn0IzRNdyGL/Vq+X0=", "ips": [ + "2001:ac8:21:af::a25f", "81.92.205.18" ] }, @@ -31548,8 +33016,10 @@ "city": "Manchester", "isp": "M247", "hostname": "gb26-wireguard", + "udp": true, "wgpubkey": "oSsZE1FGG+KbUHCBgT84RkSOhkZfUBKLPcF9SNL9yCY=", "ips": [ + "2001:ac8:21:b5::a26f", "86.106.136.210" ] }, @@ -31559,8 +33029,10 @@ "city": "Manchester", "isp": "M247", "hostname": "gb27-wireguard", + "udp": true, "wgpubkey": "MFY3o3SFgAsTRL0EVAfvFU0qxQ2GWLdtE1xTsk87w1U=", "ips": [ + "2001:ac8:21:b6::a27f", "89.238.130.66" ] }, @@ -31570,8 +33042,10 @@ "city": "Manchester", "isp": "M247", "hostname": "gb28-wireguard", + "udp": true, "wgpubkey": "6cp7iV7x3DGcvcfL83VohcMu5BYaJOo9b1ffC/4L31Q=", "ips": [ + "2001:ac8:21:b7::a28f", "194.37.96.114" ] }, @@ -31581,8 +33055,10 @@ "city": "Manchester", "isp": "M247", "hostname": "gb29-wireguard", + "udp": true, "wgpubkey": "uaBPua4Tnbluy51WbNOahHx77RGJFGRr/MAqWFILJhI=", "ips": [ + "2001:ac8:21:b8::a29f", "81.92.206.2" ] }, @@ -31592,8 +33068,10 @@ "city": "Manchester", "isp": "M247", "hostname": "gb30-wireguard", + "udp": true, "wgpubkey": "/XJ5QVlczjYpsYj7acmoXu+17PRkY68NYUx1jk7dvyY=", "ips": [ + "2001:ac8:21:b9::a30f", "194.37.96.130" ] }, @@ -31603,8 +33081,10 @@ "city": "Manchester", "isp": "M247", "hostname": "gb31-wireguard", + "udp": true, "wgpubkey": "+tcSmB5oL9s+eIRl33hFKH+qAJVG9t42cfym7WzRMB0=", "ips": [ + "2001:ac8:21:ba::a31f", "89.238.143.226" ] }, @@ -31614,8 +33094,10 @@ "city": "Manchester", "isp": "M247", "hostname": "gb32-wireguard", + "udp": true, "wgpubkey": "u/CMY/BfJDTQk6n7WXbhHvM7LUvHIqJRuzGk0V8y/U8=", "ips": [ + "2001:ac8:21:bb::a32f", "194.37.96.146" ] }, @@ -31625,7 +33107,10 @@ "city": "Ashburn VA", "isp": "Tzulo", "hostname": "us-qas-001", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:9000:16::1f", "198.54.135.162" ] }, @@ -31635,7 +33120,10 @@ "city": "Ashburn VA", "isp": "Tzulo", "hostname": "us-qas-002", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:9000:17::1f", "198.54.135.194" ] }, @@ -31645,8 +33133,10 @@ "city": "Ashburn VA", "isp": "Tzulo", "hostname": "us246-wireguard", + "udp": true, "wgpubkey": "UKNLCimke54RqRdj6UFyIuBO6nv2VVpDT3vM9N25VyI=", "ips": [ + "2607:9000:9000:12::b46f", "198.54.135.34" ] }, @@ -31656,8 +33146,10 @@ "city": "Ashburn VA", "isp": "Tzulo", "hostname": "us247-wireguard", + "udp": true, "wgpubkey": "UUCBSYnGq+zEDqA6Wyse3JXv8fZuqKEgavRZTnCXlBg=", "ips": [ + "2607:9000:9000:13::b47f", "198.54.135.66" ] }, @@ -31667,8 +33159,10 @@ "city": "Ashburn VA", "isp": "Tzulo", "hostname": "us248-wireguard", + "udp": true, "wgpubkey": "0s0NdIzo+pq0OiHstZHqapYsdevGQGopQ5NM54g/9jo=", "ips": [ + "2607:9000:9000:14::b48f", "198.54.135.98" ] }, @@ -31678,18 +33172,49 @@ "city": "Ashburn VA", "isp": "Tzulo", "hostname": "us249-wireguard", + "udp": true, "wgpubkey": "TvqnL6VkJbz0KrjtHnUYWvA7zRt9ysI64LjTOx2vmm4=", "ips": [ + "2607:9000:9000:15::b49f", "198.54.135.130" ] }, + { + "vpn": "openvpn", + "country": "USA", + "city": "Atlanta GA", + "isp": "DataPacket", + "hostname": "us-atl-001", + "tcp": true, + "udp": true, + "ips": [ + "2a02:6ea0:c122:3::1f", + "45.134.140.156" + ] + }, + { + "vpn": "openvpn", + "country": "USA", + "city": "Atlanta GA", + "isp": "DataPacket", + "hostname": "us-atl-002", + "tcp": true, + "udp": true, + "ips": [ + "2a02:6ea0:c122:4::2f", + "45.134.140.169" + ] + }, { "vpn": "openvpn", "country": "USA", "city": "Atlanta GA", "isp": "100TB", "hostname": "us-atl-101", + "tcp": true, + "udp": true, "ips": [ + "2607:f7a0:1:d::1f", "66.115.180.226" ] }, @@ -31699,7 +33224,10 @@ "city": "Atlanta GA", "isp": "100TB", "hostname": "us-atl-102", + "tcp": true, + "udp": true, "ips": [ + "2607:f7a0:1:d::2f", "66.115.180.227" ] }, @@ -31709,7 +33237,10 @@ "city": "Atlanta GA", "isp": "100TB", "hostname": "us-atl-103", + "tcp": true, + "udp": true, "ips": [ + "2607:f7a0:1:d::3f", "66.115.180.228" ] }, @@ -31719,7 +33250,10 @@ "city": "Atlanta GA", "isp": "100TB", "hostname": "us-atl-104", + "tcp": true, + "udp": true, "ips": [ + "2607:f7a0:1:d::4f", "66.115.180.229" ] }, @@ -31729,7 +33263,10 @@ "city": "Atlanta GA", "isp": "100TB", "hostname": "us-atl-105", + "tcp": true, + "udp": true, "ips": [ + "2607:f7a0:1:d::5f", "66.115.180.230" ] }, @@ -31739,8 +33276,10 @@ "city": "Atlanta GA", "isp": "100TB", "hostname": "us167-wireguard", + "udp": true, "wgpubkey": "Qnb4cyMyHnrQlXUZ8YHh6UPYktfFaGeimjznPaZCpBY=", "ips": [ + "2607:f7a0:1:d::b67f", "66.115.180.231" ] }, @@ -31750,8 +33289,10 @@ "city": "Atlanta GA", "isp": "100TB", "hostname": "us168-wireguard", + "udp": true, "wgpubkey": "pg4kotnWL9a3BahNti+vFBvficl1o4iZ/+t35pbsPgY=", "ips": [ + "2607:f7a0:1:d::b68f", "66.115.180.232" ] }, @@ -31761,8 +33302,10 @@ "city": "Atlanta GA", "isp": "100TB", "hostname": "us169-wireguard", + "udp": true, "wgpubkey": "clLbW98O5wGCAf8E/H/uAW3n7orhY3bQO+cNxOCedzw=", "ips": [ + "2607:f7a0:1:d::b69f", "66.115.180.233" ] }, @@ -31772,8 +33315,10 @@ "city": "Atlanta GA", "isp": "100TB", "hostname": "us170-wireguard", + "udp": true, "wgpubkey": "KOenblckGztqhbgUGFCagR8qDDtIX2/RIGRDmEBjxGM=", "ips": [ + "2607:f7a0:1:d::b70f", "66.115.180.234" ] }, @@ -31783,8 +33328,10 @@ "city": "Atlanta GA", "isp": "100TB", "hostname": "us171-wireguard", + "udp": true, "wgpubkey": "UpNcVbTDbcOYfcGqDT52M2OR9RPI1HcQFrbXUPEIpT4=", "ips": [ + "2607:f7a0:1:d::b71f", "66.115.180.235" ] }, @@ -31794,8 +33341,10 @@ "city": "Atlanta GA", "isp": "100TB", "hostname": "us172-wireguard", + "udp": true, "wgpubkey": "j2Bac2450sZJyeeBTo8YQkdIFiPwwx8PSPxqkXSDN34=", "ips": [ + "2607:f7a0:1:d::b72f", "66.115.180.236" ] }, @@ -31805,8 +33354,10 @@ "city": "Atlanta GA", "isp": "100TB", "hostname": "us173-wireguard", + "udp": true, "wgpubkey": "o3YKd2Hn//+R8r0vdE2DMSgnLleARo8DvjMM7XjzFQw=", "ips": [ + "2607:f7a0:1:d::b73f", "66.115.180.237" ] }, @@ -31816,8 +33367,10 @@ "city": "Atlanta GA", "isp": "100TB", "hostname": "us174-wireguard", + "udp": true, "wgpubkey": "XgXzdXuzqeMBlM3p56j6kogTPkKYXkBfIM5WkmjEXws=", "ips": [ + "2607:f7a0:1:d::b74f", "66.115.180.238" ] }, @@ -31827,8 +33380,10 @@ "city": "Atlanta GA", "isp": "100TB", "hostname": "us175-wireguard", + "udp": true, "wgpubkey": "dVF4vhm2wGsfNjvX+5CsgTSPp70YjHbtYe+8uhWVzBA=", "ips": [ + "2607:f7a0:1:d::b75f", "66.115.180.239" ] }, @@ -31838,8 +33393,10 @@ "city": "Atlanta GA", "isp": "100TB", "hostname": "us176-wireguard", + "udp": true, "wgpubkey": "Cx/hhbSGCLO3fwm8vU2c81CRziEU7pF8aEkAcPClG0A=", "ips": [ + "2607:f7a0:1:d::b76f", "66.115.180.240" ] }, @@ -31849,8 +33406,10 @@ "city": "Atlanta GA", "isp": "Quadranet", "hostname": "us233-wireguard", + "udp": true, "wgpubkey": "6HYOLpMu3qna9C3p+yz9uPXaT+Gdm9htVKrwAY517wQ=", "ips": [ + "2607:fcd0:aa80:1302::b33f", "104.129.24.98" ] }, @@ -31860,8 +33419,10 @@ "city": "Atlanta GA", "isp": "Quadranet", "hostname": "us234-wireguard", + "udp": true, "wgpubkey": "Mq78MwH+pE/xVjRm6AZVJD3MtCe8QGDomSbQ7bFfxlU=", "ips": [ + "2607:fcd0:aa80:1303::b34f", "104.129.24.114" ] }, @@ -31871,8 +33432,10 @@ "city": "Atlanta GA", "isp": "Quadranet", "hostname": "us242-wireguard", + "udp": true, "wgpubkey": "gcZ2sG/J8UHp/CC3kxysqIQfSBhzglh0+9SidhKr2SA=", "ips": [ + "2607:fcd0:aa80:1304::b42f", "69.174.103.162" ] }, @@ -31882,18 +33445,49 @@ "city": "Atlanta GA", "isp": "Quadranet", "hostname": "us243-wireguard", + "udp": true, "wgpubkey": "7SsdOV15w0po1smXcXYlX9F+bjDHt3mbrZk8zgl0uh4=", "ips": [ + "2607:fcd0:aa80:1305::b43f", "104.223.91.18" ] }, + { + "vpn": "wireguard", + "country": "USA", + "city": "Atlanta GA", + "isp": "DataPacket", + "hostname": "us279-wireguard", + "udp": true, + "wgpubkey": "CRhwV0jEBFbRb1BTfgIVFVoK2E8vGutZxGjfoBroKxQ=", + "ips": [ + "2a02:6ea0:c122:1::b79f", + "45.134.140.130" + ] + }, + { + "vpn": "wireguard", + "country": "USA", + "city": "Atlanta GA", + "isp": "DataPacket", + "hostname": "us280-wireguard", + "udp": true, + "wgpubkey": "ENZxThOv6O4u1i95wzHh94dWrjOWdvxsnm6cxW2D+m8=", + "ips": [ + "2a02:6ea0:c122:2::b80f", + "45.134.140.143" + ] + }, { "vpn": "openvpn", "country": "USA", "city": "Chicago IL", "isp": "Tzulo", "hostname": "us-chi-001", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:0:65::1f", "68.235.43.122" ] }, @@ -31903,7 +33497,10 @@ "city": "Chicago IL", "isp": "Tzulo", "hostname": "us-chi-002", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:0:51::2f", "68.235.43.10" ] }, @@ -31913,7 +33510,10 @@ "city": "Chicago IL", "isp": "Tzulo", "hostname": "us-chi-003", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:0:52::3f", "68.235.43.18" ] }, @@ -31923,7 +33523,10 @@ "city": "Chicago IL", "isp": "Tzulo", "hostname": "us-chi-004", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:0:53::4f", "68.235.43.26" ] }, @@ -31933,7 +33536,10 @@ "city": "Chicago IL", "isp": "Tzulo", "hostname": "us-chi-005", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:0:54::5f", "68.235.43.34" ] }, @@ -31943,8 +33549,10 @@ "city": "Chicago IL", "isp": "Tzulo", "hostname": "us128-wireguard", + "udp": true, "wgpubkey": "6S4lS+ShQOI0BHMunSiuM++0gy+o+jtpHx9pbJ5XeFk=", "ips": [ + "2607:9000:0:67::b28f", "68.235.44.2" ] }, @@ -31954,8 +33562,10 @@ "city": "Chicago IL", "isp": "Tzulo", "hostname": "us129-wireguard", + "udp": true, "wgpubkey": "dr0ORuPoV9TYY6G5cM00cOoO72wfUC7Lmni7+Az9m0Y=", "ips": [ + "2607:9000:0:68::b29f", "68.235.44.18" ] }, @@ -31965,8 +33575,10 @@ "city": "Chicago IL", "isp": "Tzulo", "hostname": "us130-wireguard", + "udp": true, "wgpubkey": "VY5Dos3WeCyI1Jb8Z+KhB4YlEKZmrQeSNcP0WCrzk2I=", "ips": [ + "2607:9000:0:69::b30f", "68.235.44.34" ] }, @@ -31976,8 +33588,10 @@ "city": "Chicago IL", "isp": "Tzulo", "hostname": "us131-wireguard", + "udp": true, "wgpubkey": "Na8m5Z3O6kwtLFPsign+JPlLoFm/Q3eBdIMI08psSzg=", "ips": [ + "2607:9000:0:70::b31f", "68.235.44.50" ] }, @@ -31987,8 +33601,10 @@ "city": "Chicago IL", "isp": "Tzulo", "hostname": "us132-wireguard", + "udp": true, "wgpubkey": "X50kEMmdPc50SYWFaDFNOAMzUYnCZv3rxzw2Y6BqOyk=", "ips": [ + "2607:9000:0:71::b32f", "68.235.44.66" ] }, @@ -31998,8 +33614,10 @@ "city": "Chicago IL", "isp": "Tzulo", "hostname": "us133-wireguard", + "udp": true, "wgpubkey": "01KgzQY+pT7Q+GPUa1ijj0YgdN5owMaK9ViRZO4dIWo=", "ips": [ + "2607:9000:0:72::b33f", "68.235.43.170" ] }, @@ -32009,8 +33627,10 @@ "city": "Chicago IL", "isp": "Tzulo", "hostname": "us18-wireguard", + "udp": true, "wgpubkey": "ol481cXpMyefr/BiXiJZQ5ITTkuazXCDETr4UZaZ8Ww=", "ips": [ + "2607:9000:0:61::a02f", "68.235.43.90" ] }, @@ -32020,8 +33640,10 @@ "city": "Chicago IL", "isp": "Tzulo", "hostname": "us22-wireguard", + "udp": true, "wgpubkey": "Fenda7dhi0ZROU5MS7Q3CGojIdSSuY2thWLBOHFIXHQ=", "ips": [ + "2607:9000:0:62::a03f", "68.235.43.98" ] }, @@ -32031,8 +33653,10 @@ "city": "Chicago IL", "isp": "Tzulo", "hostname": "us23-wireguard", + "udp": true, "wgpubkey": "3+7obQ7g6LT4uoHOtViDBEddTGWRyrEC2h6s3ELnfic=", "ips": [ + "2607:9000:0:63::a04f", "68.235.43.106" ] }, @@ -32042,8 +33666,10 @@ "city": "Chicago IL", "isp": "Quadranet", "hostname": "us231-wireguard", + "udp": true, "wgpubkey": "tZzQt3tfqG+yZlvbcqPuUtwM23mKiI7ncNnKV8/+7xM=", "ips": [ + "2607:fcd0:bb80:402::b31f", "66.63.167.98" ] }, @@ -32053,8 +33679,10 @@ "city": "Chicago IL", "isp": "Quadranet", "hostname": "us232-wireguard", + "udp": true, "wgpubkey": "Ou6ayqTmV9H8rf2waNbaJKsGCRy4NjcvCZjgJPvtx0Y=", "ips": [ + "2607:fcd0:bb80:403::b32f", "66.63.167.114" ] }, @@ -32064,8 +33692,10 @@ "city": "Chicago IL", "isp": "Quadranet", "hostname": "us244-wireguard", + "udp": true, "wgpubkey": "JzNqgbWfRSnPjiktdB9XnuErkg8WY9P+oN+J62D9/1Q=", "ips": [ + "2607:fcd0:bb80:404::b44f", "66.63.167.162" ] }, @@ -32075,8 +33705,10 @@ "city": "Chicago IL", "isp": "Quadranet", "hostname": "us245-wireguard", + "udp": true, "wgpubkey": "4VYPzFR+2bgw2g8pKwJlF3vUm4sKo51m3D72ruBua0s=", "ips": [ + "2607:fcd0:bb80:405::b45f", "66.63.167.146" ] }, @@ -32086,8 +33718,10 @@ "city": "Chicago IL", "isp": "DataPacket", "hostname": "us263-wireguard", + "udp": true, "wgpubkey": "vVw9pMlo0Yban2uzc5eEE7cVILHhyc2pWk6NE99gJhA=", "ips": [ + "2a02:6ea0:c61f::b63f", "87.249.134.1" ] }, @@ -32097,8 +33731,10 @@ "city": "Chicago IL", "isp": "DataPacket", "hostname": "us264-wireguard", + "udp": true, "wgpubkey": "clNKbrrlhGDon1Dy250omwFLki/7Jj9EyTs1Wb7WJBM=", "ips": [ + "2a02:6ea0:c61f:1::b64f", "87.249.134.14" ] }, @@ -32108,8 +33744,10 @@ "city": "Chicago IL", "isp": "DataPacket", "hostname": "us265-wireguard", + "udp": true, "wgpubkey": "E7RPtlWcWKVhvLmqPBLPb8P5mmsf847wpJCcwKwrj2E=", "ips": [ + "2a02:6ea0:c61f:2::b65f", "87.249.134.27" ] }, @@ -32119,8 +33757,10 @@ "city": "Chicago IL", "isp": "Tzulo", "hostname": "us4-wireguard", + "udp": true, "wgpubkey": "MRZsEblqO4wlq0WPnZgp5X9ex4Z2FHm9bljO/a/Mznk=", "ips": [ + "2607:9000:0:60::a01f", "68.235.43.82" ] }, @@ -32130,7 +33770,10 @@ "city": "Dallas TX", "isp": "100TB", "hostname": "us-dal-101", + "tcp": true, + "udp": true, "ips": [ + "2606:2e00:8007:1::1f", "174.127.113.3" ] }, @@ -32140,7 +33783,10 @@ "city": "Dallas TX", "isp": "100TB", "hostname": "us-dal-102", + "tcp": true, + "udp": true, "ips": [ + "2606:2e00:8007:1::2f", "174.127.113.4" ] }, @@ -32150,7 +33796,10 @@ "city": "Dallas TX", "isp": "100TB", "hostname": "us-dal-103", + "tcp": true, + "udp": true, "ips": [ + "2606:2e00:8007:1::3f", "174.127.113.5" ] }, @@ -32160,7 +33809,10 @@ "city": "Dallas TX", "isp": "100TB", "hostname": "us-dal-104", + "tcp": true, + "udp": true, "ips": [ + "2606:2e00:8007:1::4f", "174.127.113.6" ] }, @@ -32170,7 +33822,10 @@ "city": "Dallas TX", "isp": "100TB", "hostname": "us-dal-105", + "tcp": true, + "udp": true, "ips": [ + "2606:2e00:8007:1::5f", "174.127.113.7" ] }, @@ -32180,7 +33835,10 @@ "city": "Dallas TX", "isp": "M247", "hostname": "us-dal-201", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:9a:10::1f", "193.27.13.178" ] }, @@ -32190,7 +33848,10 @@ "city": "Dallas TX", "isp": "M247", "hostname": "us-dal-202", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:9a:1::2f", "193.27.13.34" ] }, @@ -32200,7 +33861,10 @@ "city": "Dallas TX", "isp": "M247", "hostname": "us-dal-203", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:9a:2::3f", "193.27.13.50" ] }, @@ -32210,7 +33874,10 @@ "city": "Dallas TX", "isp": "M247", "hostname": "us-dal-204", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:9a:3::4f", "193.27.13.66" ] }, @@ -32220,8 +33887,10 @@ "city": "Dallas TX", "isp": "M247", "hostname": "us143-wireguard", + "udp": true, "wgpubkey": "ys1/HwvP8ajGFVUooMA4CjE11QGqZUCdcO0uw7pxm3c=", "ips": [ + "2001:ac8:9a:5::b43f", "193.27.13.98" ] }, @@ -32231,8 +33900,10 @@ "city": "Dallas TX", "isp": "M247", "hostname": "us144-wireguard", + "udp": true, "wgpubkey": "oLDrbdUAs51AAA9TjFnSvmmfV85dp2ZWFqr29P2HxzM=", "ips": [ + "2001:ac8:9a:6::b44f", "193.27.13.114" ] }, @@ -32242,8 +33913,10 @@ "city": "Dallas TX", "isp": "M247", "hostname": "us145-wireguard", + "udp": true, "wgpubkey": "MXSRliYAgPs3/BKO0pxLCDz4wTCQ4cafj02J1LriBj4=", "ips": [ + "2001:ac8:9a:7::b45f", "193.27.13.130" ] }, @@ -32253,8 +33926,10 @@ "city": "Dallas TX", "isp": "M247", "hostname": "us146-wireguard", + "udp": true, "wgpubkey": "1QfJqj4XweHehHtQyS3kPibLXVIB8gB72ECLdxrgfWM=", "ips": [ + "2001:ac8:9a:8::b46f", "193.27.13.146" ] }, @@ -32264,8 +33939,10 @@ "city": "Dallas TX", "isp": "M247", "hostname": "us147-wireguard", + "udp": true, "wgpubkey": "Q/slQ6Agjqp6iNvfbTGyz7CXv/LgsK4XnJil7UE60ng=", "ips": [ + "2001:ac8:9a:9::b47f", "193.27.13.162" ] }, @@ -32275,8 +33952,10 @@ "city": "Dallas TX", "isp": "M247", "hostname": "us148-wireguard", + "udp": true, "wgpubkey": "yK1wfMTkMbksuR7+rlEbkq6mk5wsdyIJYSD9fB/htnA=", "ips": [ + "2001:ac8:9a:11::b48f", "193.27.13.194" ] }, @@ -32286,8 +33965,10 @@ "city": "Dallas TX", "isp": "M247", "hostname": "us149-wireguard", + "udp": true, "wgpubkey": "vh34NFVrwEKbmX+Rqy5xKyQ81unOWLb0DpYXSGHLxyk=", "ips": [ + "2001:ac8:9a:12::b49f", "193.27.13.210" ] }, @@ -32297,8 +33978,10 @@ "city": "Dallas TX", "isp": "M247", "hostname": "us150-wireguard", + "udp": true, "wgpubkey": "bigXstWXYiY7BznqpvHr40hyhcAXCyDsajLJ+HxRTk8=", "ips": [ + "2001:ac8:9a:13::b50f", "193.27.13.226" ] }, @@ -32308,8 +33991,10 @@ "city": "Dallas TX", "isp": "M247", "hostname": "us151-wireguard", + "udp": true, "wgpubkey": "RRQAnqeXwqxhltKBEFWdg9nwoPraRMvr7LIE91kg+zg=", "ips": [ + "2001:ac8:9a:14::b51f", "193.27.13.242" ] }, @@ -32319,8 +34004,10 @@ "city": "Dallas TX", "isp": "M247", "hostname": "us152-wireguard", + "udp": true, "wgpubkey": "fymKfaPctNpWCfC4xGl9UjZQ4bvEXT6GTK1+7DtVYBk=", "ips": [ + "2001:ac8:9a:15::b52f", "194.110.112.2" ] }, @@ -32330,8 +34017,10 @@ "city": "Dallas TX", "isp": "M247", "hostname": "us153-wireguard", + "udp": true, "wgpubkey": "GYU0qZ/in7Bw9mxgQw1z5hAuTbXF8Tt8rGyAD7rA0Ho=", "ips": [ + "2001:ac8:9a:16::b53f", "194.110.112.18" ] }, @@ -32341,8 +34030,10 @@ "city": "Dallas TX", "isp": "M247", "hostname": "us154-wireguard", + "udp": true, "wgpubkey": "AFmZ9bQhiP4yCbAddJTpxbzF/IWlNgjrzN0OqqCE6A8=", "ips": [ + "2001:ac8:9a:17::b54f", "194.110.112.34" ] }, @@ -32352,8 +34043,10 @@ "city": "Dallas TX", "isp": "Serverhub", "hostname": "us17-wireguard", + "udp": true, "wgpubkey": "XihrmIgj3/yCGr/NW0wNJm9haS3FQl6p5MvSB8mWdjc=", "ips": [ + "2607:ff28:800f:10::a02f", "50.2.184.146" ] }, @@ -32363,8 +34056,10 @@ "city": "Dallas TX", "isp": "Quadranet", "hostname": "us235-wireguard", + "udp": true, "wgpubkey": "/eAFrbWF72bLtQC0u0p8q/NXYq6dwrst4ZXuSx9HXHE=", "ips": [ + "2607:fcd0:da80:1803::b35f", "96.44.191.130" ] }, @@ -32374,8 +34069,10 @@ "city": "Dallas TX", "isp": "Quadranet", "hostname": "us236-wireguard", + "udp": true, "wgpubkey": "H7CKyeh+CpwMJyeY5s203PUEYqqTiZyp7ukdfczWKj8=", "ips": [ + "2607:fcd0:da80:1804::b36f", "96.44.191.146" ] }, @@ -32385,19 +34082,62 @@ "city": "Dallas TX", "isp": "Quadranet", "hostname": "us240-wireguard", + "udp": true, "wgpubkey": "VVf5qgLmmhs+7pLYq1cpKDx4SoaR9/tDK8tIWeFHtXc=", "ips": [ + "2607:fcd0:da80:1801::c40f", "96.44.189.98" ] }, + { + "vpn": "wireguard", + "country": "USA", + "city": "Dallas TX", + "isp": "DataPacket", + "hostname": "us270-wireguard", + "udp": true, + "wgpubkey": "rzv9QSk5+vKHQ5zusPtxCS8wcrntkkQSml+7nJJJ1h8=", + "ips": [ + "37.19.200.130", + "2a02:6ea0:d20c:1::b70f" + ] + }, + { + "vpn": "wireguard", + "country": "USA", + "city": "Dallas TX", + "isp": "DataPacket", + "hostname": "us271-wireguard", + "udp": true, + "wgpubkey": "sPi2QiA6l7mamZYtgLnEgPIQ6g8cqEpx4SBimVVgPnA=", + "ips": [ + "37.19.200.143", + "2a02:6ea0:d20c:2::b71f" + ] + }, + { + "vpn": "wireguard", + "country": "USA", + "city": "Dallas TX", + "isp": "DataPacket", + "hostname": "us272-wireguard", + "udp": true, + "wgpubkey": "hkNRfPW5rqrjP3WLfO9XfNoRKavUs/rVg6KBK/MiaFc=", + "ips": [ + "37.19.200.156", + "2a02:6ea0:d20c:3::b72f" + ] + }, { "vpn": "wireguard", "country": "USA", "city": "Dallas TX", "isp": "100TB", "hostname": "us30-wireguard", + "udp": true, "wgpubkey": "RW+wwTv4BqRNbHPZFcIwl74f9kuRQlFLxnaocpMyKgw=", "ips": [ + "2606:2e00:8007:1::a30f", "174.127.113.8" ] }, @@ -32407,8 +34147,10 @@ "city": "Dallas TX", "isp": "100TB", "hostname": "us31-wireguard", + "udp": true, "wgpubkey": "jByGGMuJ53aax6Kvo5CTL7Bz2e9ZglFgHbC6IOoux2o=", "ips": [ + "2606:2e00:8007:1::a31f", "174.127.113.9" ] }, @@ -32418,8 +34160,10 @@ "city": "Dallas TX", "isp": "100TB", "hostname": "us32-wireguard", + "udp": true, "wgpubkey": "jHxY2OKpxjqAwWH4r1Pb2K6xDUDt087ivxpM1KpE0Ec=", "ips": [ + "2606:2e00:8007:1::a32f", "174.127.113.10" ] }, @@ -32429,8 +34173,10 @@ "city": "Dallas TX", "isp": "100TB", "hostname": "us33-wireguard", + "udp": true, "wgpubkey": "d0QX/luq22c8W+SEeegfI02NL1gCg7F6HSZFiDZK4k8=", "ips": [ + "2606:2e00:8007:1::a33f", "174.127.113.11" ] }, @@ -32440,8 +34186,10 @@ "city": "Dallas TX", "isp": "100TB", "hostname": "us34-wireguard", + "udp": true, "wgpubkey": "GCfWfE0241Hj8oSZIDQzk9VsLVC5VQ3MgFAEdhepNyA=", "ips": [ + "2606:2e00:8007:1::a34f", "174.127.113.12" ] }, @@ -32451,8 +34199,10 @@ "city": "Dallas TX", "isp": "100TB", "hostname": "us35-wireguard", + "udp": true, "wgpubkey": "sUve70TE2F3AaSGRPjN5aYr4um9OlKlIbnDw/2Ab8xg=", "ips": [ + "2606:2e00:8007:1::a35f", "174.127.113.13" ] }, @@ -32462,8 +34212,10 @@ "city": "Dallas TX", "isp": "100TB", "hostname": "us36-wireguard", + "udp": true, "wgpubkey": "fb9f0n73/qk9wvQQ9ufo7EZmeIH9bxmjETLdetuMyz8=", "ips": [ + "2606:2e00:8007:1::a36f", "174.127.113.14" ] }, @@ -32473,8 +34225,10 @@ "city": "Dallas TX", "isp": "100TB", "hostname": "us37-wireguard", + "udp": true, "wgpubkey": "smo7KmPLfKStrAlIwU5Vmr2aCD/UNUfR6LrUAraY3jY=", "ips": [ + "2606:2e00:8007:1::a37f", "174.127.113.15" ] }, @@ -32484,8 +34238,10 @@ "city": "Dallas TX", "isp": "100TB", "hostname": "us38-wireguard", + "udp": true, "wgpubkey": "EWuW/w7GpnxKdl0sr+dfxJ3DTxjMN6JWs/GR6OIzgB4=", "ips": [ + "2606:2e00:8007:1::a38f", "174.127.113.16" ] }, @@ -32495,8 +34251,10 @@ "city": "Dallas TX", "isp": "100TB", "hostname": "us39-wireguard", + "udp": true, "wgpubkey": "fjO/un6d9DFtxjhwbe8cMohORIgbPFN0WgLw/LdHoRg=", "ips": [ + "2606:2e00:8007:1::a39f", "174.127.113.17" ] }, @@ -32506,7 +34264,10 @@ "city": "Denver CO", "isp": "Tzulo", "hostname": "us-den-001", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:2000:18::1f", "198.54.128.74" ] }, @@ -32516,7 +34277,10 @@ "city": "Denver CO", "isp": "Tzulo", "hostname": "us-den-002", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:2000:17::2f", "198.54.128.66" ] }, @@ -32526,7 +34290,10 @@ "city": "Denver CO", "isp": "Tzulo", "hostname": "us-den-003", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:2000:22::3f", "198.54.128.106" ] }, @@ -32536,8 +34303,10 @@ "city": "Denver CO", "isp": "Tzulo", "hostname": "us10-wireguard", + "udp": true, "wgpubkey": "dEtwYUFPV0pF7MWJpzo+AixB2CdEIXxBQcQg1ljQkVo=", "ips": [ + "2607:9000:2000:19::a10f", "198.54.128.82" ] }, @@ -32547,8 +34316,10 @@ "city": "Denver CO", "isp": "Tzulo", "hostname": "us11-wireguard", + "udp": true, "wgpubkey": "/oMM8Z3svzY5wteCZPL111XjfaJvek/8s+PkUmvDIHs=", "ips": [ + "2607:9000:2000:20::a11f", "198.54.128.90" ] }, @@ -32558,8 +34329,10 @@ "city": "Denver CO", "isp": "Tzulo", "hostname": "us12-wireguard", + "udp": true, "wgpubkey": "fBVnH5KCfh1tCYzRlMusbUDLK1IswpE984JCLY3jQCA=", "ips": [ + "2607:9000:2000:25::a12f", "198.54.128.98" ] }, @@ -32569,9 +34342,11 @@ "city": "Denver CO", "isp": "DataPacket", "hostname": "us257-wireguard", + "udp": true, "wgpubkey": "ELo9g48V0FSx8fgpAPKcSlRf1my+vagqI9J26IRLIC4=", "ips": [ - "37.19.210.1" + "37.19.210.1", + "2a02:6ea0:d70a::b57f" ] }, { @@ -32580,9 +34355,11 @@ "city": "Denver CO", "isp": "DataPacket", "hostname": "us258-wireguard", + "udp": true, "wgpubkey": "8HqjKTfSI9OZ//G9yekEaHrx+eUHBuUMpIPaKWaElBk=", "ips": [ - "37.19.210.14" + "37.19.210.14", + "2a02:6ea0:d70a:1::b58f" ] }, { @@ -32591,9 +34368,11 @@ "city": "Denver CO", "isp": "DataPacket", "hostname": "us259-wireguard", + "udp": true, "wgpubkey": "9BP/NfyAc1gljj86BXgu0/DcP5nK9OismCKxX70kO2k=", "ips": [ - "37.19.210.27" + "37.19.210.27", + "2a02:6ea0:d70a:2::b59f" ] }, { @@ -32602,8 +34381,10 @@ "city": "Denver CO", "isp": "Tzulo", "hostname": "us44-wireguard", + "udp": true, "wgpubkey": "Cbcd0TNfEsI45BFzJO8mK9uF2mjGSiXPfF+EwOQSy0Y=", "ips": [ + "2607:9000:2000:16::a44f", "198.54.128.58" ] }, @@ -32613,8 +34394,10 @@ "city": "Denver CO", "isp": "Tzulo", "hostname": "us45-wireguard", + "udp": true, "wgpubkey": "9xreD+7LFgwE74vlpqDOqJzXg5BCCi7Qk4QiAzAMyXs=", "ips": [ + "2607:9000:2000:15::a45f", "198.54.128.50" ] }, @@ -32624,8 +34407,10 @@ "city": "Denver CO", "isp": "Tzulo", "hostname": "us46-wireguard", + "udp": true, "wgpubkey": "49D0pBK50sOxNXURjkoAQHZYDGmhGXWcSx9y7p7BWyU=", "ips": [ + "2607:9000:2000:14::a46f", "198.54.128.42" ] }, @@ -32635,8 +34420,10 @@ "city": "Denver CO", "isp": "Tzulo", "hostname": "us47-wireguard", + "udp": true, "wgpubkey": "Hp5qr3VmbPdD6vV8N1RPxasaES6RxRkMAnPr30bUdlw=", "ips": [ + "2607:9000:2000:13::a47f", "198.54.128.34" ] }, @@ -32646,9 +34433,11 @@ "city": "Houston TX", "isp": "DataPacket", "hostname": "us253-wireguard", + "udp": true, "wgpubkey": "8KXHOC+Mkzey+FTLAHqJS84XZjstuccVDCd+4ff0Qjs=", "ips": [ - "37.19.221.130" + "37.19.221.130", + "2a02:6ea0:e001::b53f" ] }, { @@ -32657,9 +34446,11 @@ "city": "Houston TX", "isp": "DataPacket", "hostname": "us254-wireguard", + "udp": true, "wgpubkey": "kpb/k07BetSfEwh9pboHvF5q/1uOgbJzHixvCaCM0D4=", "ips": [ - "37.19.221.143" + "37.19.221.143", + "2a02:6ea0:e001:1::b54f" ] }, { @@ -32668,9 +34459,11 @@ "city": "Houston TX", "isp": "DataPacket", "hostname": "us255-wireguard", + "udp": true, "wgpubkey": "arh7i4ptcw/4pzHLSJgfH5B5GI7c4J8yaZ3UJbch3X8=", "ips": [ - "37.19.221.156" + "37.19.221.156", + "2a02:6ea0:e001:2::b55f" ] }, { @@ -32679,9 +34472,11 @@ "city": "Houston TX", "isp": "DataPacket", "hostname": "us256-wireguard", + "udp": true, "wgpubkey": "STIUJn8A0SY8caTGd6rZFt2GLO79iZVY6HCYJ+kYMWw=", "ips": [ - "37.19.221.169" + "37.19.221.169", + "2a02:6ea0:e001:3::b56f" ] }, { @@ -32690,7 +34485,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us-lax-001", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:8:e::1f", "89.46.114.15" ] }, @@ -32700,7 +34498,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us-lax-002", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:8:e::2f", "89.46.114.28" ] }, @@ -32710,7 +34511,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us-lax-003", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:8:e::3f", "89.46.114.41" ] }, @@ -32720,7 +34524,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us-lax-004", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:8:e::4f", "89.46.114.54" ] }, @@ -32730,7 +34537,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us-lax-005", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:8:e::5f", "89.46.114.67" ] }, @@ -32740,7 +34550,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us-lax-006", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:8:e::6f", "89.46.114.80" ] }, @@ -32750,7 +34563,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us-lax-007", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:8:e::7f", "89.46.114.93" ] }, @@ -32760,7 +34576,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us-lax-008", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:8:e::8f", "89.46.114.106" ] }, @@ -32770,7 +34589,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us-lax-009", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:8:e::9f", "89.46.114.119" ] }, @@ -32780,7 +34602,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us-lax-010", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:8:e::10f", "89.46.114.132" ] }, @@ -32790,7 +34615,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us-lax-011", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:8:e::11f", "89.46.114.145" ] }, @@ -32800,7 +34628,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us-lax-012", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:8:e::12f", "89.46.114.158" ] }, @@ -32810,7 +34641,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us-lax-013", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:8:e::13f", "89.46.114.171" ] }, @@ -32820,7 +34654,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us-lax-014", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:8:e::14f", "89.46.114.184" ] }, @@ -32830,7 +34667,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us-lax-015", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:8:e::15f", "89.46.114.197" ] }, @@ -32840,7 +34680,10 @@ "city": "Los Angeles CA", "isp": "Tzulo", "hostname": "us-lax-101", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:3000:18::1f", "198.54.129.82" ] }, @@ -32850,7 +34693,10 @@ "city": "Los Angeles CA", "isp": "Tzulo", "hostname": "us-lax-102", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:3000:17::2f", "198.54.129.74" ] }, @@ -32860,8 +34706,10 @@ "city": "Los Angeles CA", "isp": "Quadranet", "hostname": "us229-wireguard", + "udp": true, "wgpubkey": "7cwtRG3gRwDSxLjqD1XAyE1X4TKHZeaSgS+TU3yg4AE=", "ips": [ + "2607:fcd0:100:7c01::b29f", "204.152.216.98" ] }, @@ -32871,8 +34719,10 @@ "city": "Los Angeles CA", "isp": "Quadranet", "hostname": "us230-wireguard", + "udp": true, "wgpubkey": "1zHPMv8F6LCvud0WcSfsWFqDKGoW5uXxrVMgMftNYmw=", "ips": [ + "2607:fcd0:100:7c02::b30f", "204.152.216.114" ] }, @@ -32882,8 +34732,10 @@ "city": "Los Angeles CA", "isp": "Quadranet", "hostname": "us239-wireguard", + "udp": true, "wgpubkey": "JQm2SMisUZtMvaS9dC9Jfrbs0CUizWPKhHiiykJnsDs=", "ips": [ + "2607:fcd0:100:7c03::c39f", "204.152.215.242" ] }, @@ -32893,8 +34745,10 @@ "city": "Los Angeles CA", "isp": "Tzulo", "hostname": "us48-wireguard", + "udp": true, "wgpubkey": "qzi6yOzbLmoJXYYLzijkA5GO9lFhcEwglxI5qi4NpCI=", "ips": [ + "2607:9000:3000:16::a48f", "198.54.129.66" ] }, @@ -32904,8 +34758,10 @@ "city": "Los Angeles CA", "isp": "Tzulo", "hostname": "us49-wireguard", + "udp": true, "wgpubkey": "BmtJaMoC5AeSGuDIAmySreki0yix5Y2upboTeMkzN0Q=", "ips": [ + "2607:9000:3000:15::a49f", "198.54.129.58" ] }, @@ -32915,8 +34771,10 @@ "city": "Los Angeles CA", "isp": "Tzulo", "hostname": "us50-wireguard", + "udp": true, "wgpubkey": "Yonaeu428pg8Z2YO0hCddNaxyxzHQkRlXJoJNkQ+vQk=", "ips": [ + "2607:9000:3000:14::a50f", "198.54.129.50" ] }, @@ -32926,8 +34784,10 @@ "city": "Los Angeles CA", "isp": "Tzulo", "hostname": "us51-wireguard", + "udp": true, "wgpubkey": "6aUVzlDMGDsP8F3lUO8FLMMKH1ebuBgpclmL3eZPC0k=", "ips": [ + "2607:9000:3000:13::a51f", "198.54.129.42" ] }, @@ -32937,8 +34797,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us52-wireguard", + "udp": true, "wgpubkey": "ZWcFSx6ziTcOqchJPt1VJCMRjhJUq5FDuBzDivNXMyU=", "ips": [ + "2a0d:5600:8:f::a52f", "89.46.114.236" ] }, @@ -32948,8 +34810,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us53-wireguard", + "udp": true, "wgpubkey": "kKtCsMOA99s8YyOvlNCx6ehA3NF2OI1NMLDT43hJizU=", "ips": [ + "2a0d:5600:8:f::a53f", "89.45.90.2" ] }, @@ -32959,8 +34823,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us54-wireguard", + "udp": true, "wgpubkey": "cI+iLB7yKEXlfb4qFfW3EWzAf6WuqiLcNMrEsd5koUs=", "ips": [ + "2a0d:5600:8:f::a54f", "89.45.90.15" ] }, @@ -32970,8 +34836,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us55-wireguard", + "udp": true, "wgpubkey": "n+NXpY3iG8cn56WIa0W/rWS8RGrONvGb6ukBwkJkmj0=", "ips": [ + "2a0d:5600:8:1e::a55f", "89.45.90.28" ] }, @@ -32981,8 +34849,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us56-wireguard", + "udp": true, "wgpubkey": "bRjpmp20J1RwRQzdTeYw8RCqU9bneJvG/W2sML0twSs=", "ips": [ + "2a0d:5600:8:1e::a56f", "89.45.90.41" ] }, @@ -32992,8 +34862,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us57-wireguard", + "udp": true, "wgpubkey": "MDHfOskOpqptemQ7z6klNdEzBoOBuvFzIy/q388F0Fo=", "ips": [ + "2a0d:5600:8:1e::a57f", "89.45.90.54" ] }, @@ -33003,8 +34875,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us58-wireguard", + "udp": true, "wgpubkey": "rwT05S8WXMOMUIf41yUQyZGnxGwxHOrPdAXgjEEOTx8=", "ips": [ + "2a0d:5600:8:1f::a58f", "89.45.90.67" ] }, @@ -33014,8 +34888,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us59-wireguard", + "udp": true, "wgpubkey": "lhmh9yRyHYMLihR4PnGSoBx34cqi9lSbfuZfuh9RLgA=", "ips": [ + "2a0d:5600:8:1f::a59f", "89.45.90.80" ] }, @@ -33025,8 +34901,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us60-wireguard", + "udp": true, "wgpubkey": "/JkqIBUEjp/4OYFWmYFbcgWfQ8WtLbXM+W8iZa/NzV4=", "ips": [ + "2a0d:5600:8:21::a60f", "89.45.90.93" ] }, @@ -33036,8 +34914,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us61-wireguard", + "udp": true, "wgpubkey": "nIhtsNsWRvRKYwjeD5xsZL2kBR+HS6Tw49G+5mrllhc=", "ips": [ + "2a0d:5600:8:21::a61f", "89.45.90.106" ] }, @@ -33047,8 +34927,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us62-wireguard", + "udp": true, "wgpubkey": "m3MiJXnlbaTWvfW8Wa8bxV+a3QblJjaguqwrX2reV2A=", "ips": [ + "2a0d:5600:8:21::a62f", "89.45.90.119" ] }, @@ -33058,8 +34940,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us63-wireguard", + "udp": true, "wgpubkey": "0/G/B4slscoo2K0PZBh/o4kMHzWp1JXnsjonLKNcUwg=", "ips": [ + "2a0d:5600:8:28::a63f", "89.45.90.132" ] }, @@ -33069,8 +34953,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us64-wireguard", + "udp": true, "wgpubkey": "5CG/8skkR5ukxQouukQ6lkwiZ5QMpCjtXGWWLnmd8lY=", "ips": [ + "2a0d:5600:8:28::a64f", "89.45.90.145" ] }, @@ -33080,8 +34966,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us65-wireguard", + "udp": true, "wgpubkey": "nLrY+z9o8fQYHRjHP6Tr+NjC02J3zEh6O47f4CSCDjc=", "ips": [ + "2a0d:5600:8:28::a65f", "89.45.90.158" ] }, @@ -33091,8 +34979,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us66-wireguard", + "udp": true, "wgpubkey": "eadFhW2Q7wHqUvEaoyO+sS50v2DZnaH6yu+reKF6myg=", "ips": [ + "2a0d:5600:8:29::a66f", "89.45.90.171" ] }, @@ -33102,8 +34992,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us67-wireguard", + "udp": true, "wgpubkey": "/ANLhlyoSseZlgKXQuheOiSAf+ZMNvY/eaylfEt7Y1g=", "ips": [ + "2a0d:5600:8:29::a67f", "89.45.90.184" ] }, @@ -33113,8 +35005,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us68-wireguard", + "udp": true, "wgpubkey": "hyB6wXzQdJQNXNf9cZUwa2Q7dqAfwXMcALuxMjPAbjE=", "ips": [ + "2a0d:5600:8:29::a68f", "89.45.90.197" ] }, @@ -33124,8 +35018,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us69-wireguard", + "udp": true, "wgpubkey": "YcFroeAQjAbzibdQrtUIKmrtOGsM2Vpd4xNDsiw/knw=", "ips": [ + "2a0d:5600:8:3f::a69f", "89.45.90.210" ] }, @@ -33135,8 +35031,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us70-wireguard", + "udp": true, "wgpubkey": "2WDJqjTlbvGdM+7nw77VC3439s8dxjLcHi/TaGx2qyw=", "ips": [ + "2a0d:5600:8:3f::a70f", "89.45.90.223" ] }, @@ -33146,8 +35044,10 @@ "city": "Los Angeles CA", "isp": "M247", "hostname": "us71-wireguard", + "udp": true, "wgpubkey": "AYucpq+ZBJkPhIkJdpcDkUPG3xNrGUkQWCtmvCk1cFc=", "ips": [ + "2a0d:5600:8:3f::a71f", "89.45.90.236" ] }, @@ -33157,7 +35057,10 @@ "city": "Miami FL", "isp": "M247", "hostname": "us-mia-201", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:6:ad7::1f", "193.27.12.18" ] }, @@ -33167,7 +35070,10 @@ "city": "Miami FL", "isp": "M247", "hostname": "us-mia-202", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:6:ad6::2f", "193.27.12.2" ] }, @@ -33177,7 +35083,10 @@ "city": "Miami FL", "isp": "M247", "hostname": "us-mia-203", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:6:33::3f", "94.198.42.50" ] }, @@ -33187,7 +35096,10 @@ "city": "Miami FL", "isp": "M247", "hostname": "us-mia-204", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:6:34::4f", "94.198.42.66" ] }, @@ -33197,7 +35109,10 @@ "city": "Miami FL", "isp": "M247", "hostname": "us-mia-205", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:6:35::5f", "94.198.42.82" ] }, @@ -33207,7 +35122,10 @@ "city": "Miami FL", "isp": "M247", "hostname": "us-mia-206", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:6:36::6f", "94.198.42.98" ] }, @@ -33217,8 +35135,10 @@ "city": "Miami FL", "isp": "M247", "hostname": "us155-wireguard", + "udp": true, "wgpubkey": "c2ifgyT1M41zbFEaSCbeLY033u/RurG5eJKYHZOMrBE=", "ips": [ + "2a0d:5600:6:37::b55f", "94.198.42.114" ] }, @@ -33228,8 +35148,10 @@ "city": "Miami FL", "isp": "M247", "hostname": "us156-wireguard", + "udp": true, "wgpubkey": "GMBXSH/CBSxkz1TptnYTwQO/ilEXherAicOaD/O/p0c=", "ips": [ + "2a0d:5600:6:38::b56f", "94.198.42.130" ] }, @@ -33239,8 +35161,10 @@ "city": "Miami FL", "isp": "M247", "hostname": "us157-wireguard", + "udp": true, "wgpubkey": "EhxJ+GqKZq3CCU4cd15A7TelT2ejWvsJuNI8NqCB+io=", "ips": [ + "2a0d:5600:6:39::b57f", "94.198.42.146" ] }, @@ -33250,8 +35174,10 @@ "city": "Miami FL", "isp": "M247", "hostname": "us158-wireguard", + "udp": true, "wgpubkey": "sMDULNyxlCjepgfB83cw2fYQIYT96jnrs22mtYevfCE=", "ips": [ + "2a0d:5600:6:40::b58f", "94.198.42.162" ] }, @@ -33261,8 +35187,10 @@ "city": "Miami FL", "isp": "M247", "hostname": "us159-wireguard", + "udp": true, "wgpubkey": "Xottq8FZOISCWMfJNapyVEA3dvKpmZ00L6wPeljGOWc=", "ips": [ + "2a0d:5600:6:41::b59f", "94.198.42.178" ] }, @@ -33272,8 +35200,10 @@ "city": "Miami FL", "isp": "M247", "hostname": "us160-wireguard", + "udp": true, "wgpubkey": "jxKlvTobgX32KYjSuLYb1Fm7gU1skslm3DatfxQCOl4=", "ips": [ + "2a0d:5600:6:42::b60f", "94.198.42.194" ] }, @@ -33283,8 +35213,10 @@ "city": "Miami FL", "isp": "M247", "hostname": "us161-wireguard", + "udp": true, "wgpubkey": "SYM77EPyWfOIK9CSJyuZ4mnGf17NLmj1i8VhWRbgPCs=", "ips": [ + "2a0d:5600:6:43::b61f", "94.198.42.210" ] }, @@ -33294,8 +35226,10 @@ "city": "Miami FL", "isp": "M247", "hostname": "us162-wireguard", + "udp": true, "wgpubkey": "VM0nmizpRkwPOKmIzgBGm0fbfZfMkZa6q/YvUtWz8V4=", "ips": [ + "2a0d:5600:6:44::b62f", "94.198.42.226" ] }, @@ -33305,8 +35239,10 @@ "city": "Miami FL", "isp": "M247", "hostname": "us163-wireguard", + "udp": true, "wgpubkey": "CIPpa9aYSN+KdwdLpIOxBP0egzdUFzDGUAmwzGZGoGY=", "ips": [ + "2a0d:5600:6:45::b63f", "94.198.42.242" ] }, @@ -33316,8 +35252,10 @@ "city": "Miami FL", "isp": "M247", "hostname": "us164-wireguard", + "udp": true, "wgpubkey": "iUpEL5CW9iTVR+NPWnd4DUAD5YaT6x1fKJl8uCa/xhE=", "ips": [ + "2a0d:5600:6:46::b64f", "193.27.12.146" ] }, @@ -33327,8 +35265,10 @@ "city": "Miami FL", "isp": "M247", "hostname": "us165-wireguard", + "udp": true, "wgpubkey": "AhxM2YMzknN6/yeIsNluflHQYyGPVHX+RAztHHzwek0=", "ips": [ + "2a0d:5600:6:47::b65f", "89.38.227.210" ] }, @@ -33338,8 +35278,10 @@ "city": "Miami FL", "isp": "M247", "hostname": "us166-wireguard", + "udp": true, "wgpubkey": "6n/1JcWj8udnJkPvrbpbY6sp6v/HPHSXsVNaTxZ3A0E=", "ips": [ + "2a0d:5600:6:48::b66f", "89.38.227.226" ] }, @@ -33349,8 +35291,10 @@ "city": "Miami FL", "isp": "Quadranet", "hostname": "us225-wireguard", + "udp": true, "wgpubkey": "6q3NHk1BBbh70HkONto2l4kCVY7z2KPi0Ysgb+ukKTg=", "ips": [ + "2607:ff48:aa81:2602::b25f", "96.47.237.2" ] }, @@ -33360,8 +35304,10 @@ "city": "Miami FL", "isp": "Quadranet", "hostname": "us226-wireguard", + "udp": true, "wgpubkey": "8SQ8EvKLNVv5xtTvwNOE5p5T8XwhQgWYsI4jRJ8zkRE=", "ips": [ + "2607:ff48:aa81:2603::b26f", "96.47.237.18" ] }, @@ -33371,8 +35317,10 @@ "city": "Miami FL", "isp": "DataPacket", "hostname": "us260-wireguard", + "udp": true, "wgpubkey": "WS/jfv+g8NYiyeinysCSEI4NI19CDKYn3jNKyrzD3WM=", "ips": [ + "2a02:6ea0:cc1f::b60f", "45.134.142.193" ] }, @@ -33382,8 +35330,10 @@ "city": "Miami FL", "isp": "DataPacket", "hostname": "us261-wireguard", + "udp": true, "wgpubkey": "bPWuD5x0UiL5ygkIY7g0bBlYlF93HPGyao8oZC+rpV4=", "ips": [ + "2a02:6ea0:cc1f:1::b61f", "45.134.142.206" ] }, @@ -33393,8 +35343,10 @@ "city": "Miami FL", "isp": "DataPacket", "hostname": "us262-wireguard", + "udp": true, "wgpubkey": "m4oIpBxNQLJJUMmOqq/bjPMmIBrkJhrY8gnL07s2Olk=", "ips": [ + "2a02:6ea0:cc1f:2::b62f", "45.134.142.219" ] }, @@ -33404,7 +35356,10 @@ "city": "New York NY", "isp": "100TB", "hostname": "us-nyc-101", + "tcp": true, + "udp": true, "ips": [ + "2606:2e00:8003:13::6f", "107.182.226.206" ] }, @@ -33414,7 +35369,10 @@ "city": "New York NY", "isp": "100TB", "hostname": "us-nyc-102", + "tcp": true, + "udp": true, "ips": [ + "2606:2e00:8003:13::7f", "107.182.226.218" ] }, @@ -33424,7 +35382,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us-nyc-201", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:24:a71::1f", "89.46.62.15" ] }, @@ -33434,7 +35395,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us-nyc-202", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:24:a72::2f", "89.46.62.28" ] }, @@ -33444,7 +35408,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us-nyc-203", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:24:a73::3f", "89.46.62.41" ] }, @@ -33454,7 +35421,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us-nyc-204", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:24:a74::4f", "89.46.62.54" ] }, @@ -33464,7 +35434,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us-nyc-205", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:24:a75::5f", "89.46.62.67" ] }, @@ -33474,7 +35447,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us-nyc-206", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:24:a76::6f", "89.46.62.80" ] }, @@ -33484,7 +35460,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us-nyc-207", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:24:a77::7f", "89.46.62.93" ] }, @@ -33494,7 +35473,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us-nyc-208", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:24:a78::8f", "89.46.62.106" ] }, @@ -33504,7 +35486,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us-nyc-209", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:24:a79::9f", "89.46.62.119" ] }, @@ -33514,7 +35499,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us-nyc-211", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:24:a99::11f", "86.106.121.15" ] }, @@ -33524,7 +35512,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us-nyc-212", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:24:a9a::12f", "86.106.121.28" ] }, @@ -33534,7 +35525,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us-nyc-213", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:24:a9b::13f", "86.106.121.41" ] }, @@ -33544,7 +35538,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us-nyc-214", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:24:a9c::14f", "86.106.121.54" ] }, @@ -33554,7 +35551,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us-nyc-215", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:24:a9d::15f", "86.106.121.67" ] }, @@ -33564,7 +35564,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us-nyc-216", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:24:a9e::16f", "86.106.121.80" ] }, @@ -33574,7 +35577,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us-nyc-217", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:24:a9f::17f", "86.106.121.93" ] }, @@ -33584,7 +35590,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us-nyc-218", + "tcp": true, + "udp": true, "ips": [ + "2a0d:5600:24:aa1::18f", "86.106.121.106" ] }, @@ -33594,8 +35603,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us101-wireguard", + "udp": true, "wgpubkey": "iuFDwOiNNnWfTmtprPCLscUjonu+KKfXu39TL/SSzh4=", "ips": [ + "2a0d:5600:24:aa5::b01f", "86.106.121.158" ] }, @@ -33605,8 +35616,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us102-wireguard", + "udp": true, "wgpubkey": "w/wxejfsFw2YFSYohzUB+Avtw0nW9RAkQjQyLExcfB0=", "ips": [ + "2a0d:5600:24:aa6::b02f", "86.106.121.171" ] }, @@ -33616,8 +35629,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us103-wireguard", + "udp": true, "wgpubkey": "dl5Xf/oCHVDVnzzb5i1/NyAct191DT5qqRtOAJZpOlw=", "ips": [ + "2a0d:5600:24:aa7::b03f", "86.106.121.184" ] }, @@ -33627,8 +35642,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us104-wireguard", + "udp": true, "wgpubkey": "7gzFk0q3W/GOUhBRQ/CVaUfYUw4jnH4o83+Q7mRPRFY=", "ips": [ + "2a0d:5600:24:aa8::b04f", "86.106.121.197" ] }, @@ -33638,8 +35655,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us105-wireguard", + "udp": true, "wgpubkey": "f2C9CzsFx3nJii34l7i7pXMdpzp9cHEpkCZ3es+S+V4=", "ips": [ + "2a0d:5600:24:aa9::b05f", "86.106.121.210" ] }, @@ -33649,8 +35668,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us106-wireguard", + "udp": true, "wgpubkey": "vyMlF2Un/Fr1hJC3iYYvyaq1oaVMziCNAhZYkSjbylM=", "ips": [ + "2a0d:5600:24:aaa::b06f", "86.106.121.223" ] }, @@ -33660,8 +35681,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us107-wireguard", + "udp": true, "wgpubkey": "EZGBydcOeP/lS3jXfkVohMG78z9qUx4SqLFQVMONSSM=", "ips": [ + "2a0d:5600:24:aab::b07f", "86.106.121.236" ] }, @@ -33671,8 +35694,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us108-wireguard", + "udp": true, "wgpubkey": "Sq5u3QIxgLGvoo9sCv5revDYTNKcGFzmeip4DnKcpCE=", "ips": [ + "2a0d:5600:24:aac::b08f", "86.106.121.249" ] }, @@ -33682,8 +35707,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us109-wireguard", + "udp": true, "wgpubkey": "TWKuLyEKPghVo5xdjzA5X2TWjpLlzATC0Sd2VFSWNDQ=", "ips": [ + "2a0d:5600:24:aad::b09f", "89.45.224.2" ] }, @@ -33693,8 +35720,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us110-wireguard", + "udp": true, "wgpubkey": "tT4SYF5SX0U9nVjC/9HWIqrvixReJCgkqawvk2CJiW8=", "ips": [ + "2a0d:5600:24:aae::b10f", "89.45.224.15" ] }, @@ -33704,8 +35733,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us111-wireguard", + "udp": true, "wgpubkey": "r03nZ+5rVtqatadUs783W1LU6WInJlpbjW3r8E2MPzo=", "ips": [ + "2a0d:5600:24:aaf::b11f", "89.45.224.28" ] }, @@ -33715,8 +35746,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us112-wireguard", + "udp": true, "wgpubkey": "K2chJLdNAgSOLlBXA3aHDwKxxpPaqcgp6XGN8yRYPl8=", "ips": [ + "2a0d:5600:24:ab1::b12f", "89.45.224.41" ] }, @@ -33726,8 +35759,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us113-wireguard", + "udp": true, "wgpubkey": "IJ4cae+w9SuGUmYbkH1jwnTCQ6bbphUG2cM1UpP96Ek=", "ips": [ + "2a0d:5600:24:ab2::b13f", "89.45.224.54" ] }, @@ -33737,8 +35772,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us114-wireguard", + "udp": true, "wgpubkey": "OjMVxFNSRjZC5dwCU+hK6oEGOF9rZBE3GbJ7Y1CkFmM=", "ips": [ + "2a0d:5600:24:ab3::b14f", "89.45.224.67" ] }, @@ -33748,8 +35785,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us115-wireguard", + "udp": true, "wgpubkey": "HfvVMtGke52M9yqqQvuIEwd0NxXAfe0ZqgHLPqT9ShE=", "ips": [ + "2a0d:5600:24:ab4::b15f", "89.45.224.80" ] }, @@ -33759,8 +35798,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us116-wireguard", + "udp": true, "wgpubkey": "sIB3ajbcYSGYby0JJO7l8zjZMm/FbqHZh620Ln4spTQ=", "ips": [ + "2a0d:5600:24:ab5::b16f", "89.45.224.93" ] }, @@ -33770,8 +35811,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us117-wireguard", + "udp": true, "wgpubkey": "gW5zLgLNCtypRmHfeSIHN5j1SS7ymoUqjt7YBhVWZkg=", "ips": [ + "2a0d:5600:24:ab6::b17f", "89.45.224.106" ] }, @@ -33781,8 +35824,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us118-wireguard", + "udp": true, "wgpubkey": "jaJS7IFuOco51K89tEkrabi80CC4gOdf+1y8NjWFw30=", "ips": [ + "2a0d:5600:24:ab7::b18f", "89.45.224.119" ] }, @@ -33792,8 +35837,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us119-wireguard", + "udp": true, "wgpubkey": "3akIB2iC31EHstfYVYILp6l6kavjnZ8a66xAxujHNF4=", "ips": [ + "2a0d:5600:24:ab8::b19f", "89.45.224.132" ] }, @@ -33803,8 +35850,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us120-wireguard", + "udp": true, "wgpubkey": "WNAKxc1A0oHd2CwxBhsbErLYxIau28YuRp9f3QUtUkA=", "ips": [ + "2a0d:5600:24:ab9::b20f", "89.45.224.145" ] }, @@ -33814,8 +35863,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us121-wireguard", + "udp": true, "wgpubkey": "hbLv5Ec+ebWkLfpMkrfQi3yBZt+QtzUM73A21/KsXDk=", "ips": [ + "2a0d:5600:24:aba::b21f", "89.45.224.158" ] }, @@ -33825,8 +35876,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us122-wireguard", + "udp": true, "wgpubkey": "xGN1FCQVDNywOx6124UCdh2Us1iBu/2FzVNhVOjJMj4=", "ips": [ + "2a0d:5600:24:abb::b22f", "89.45.224.171" ] }, @@ -33836,8 +35889,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us123-wireguard", + "udp": true, "wgpubkey": "btzdd6JSFFCnkmCd49zXWrIDEo1wZvxLSfqvF2eilX0=", "ips": [ + "2a0d:5600:24:abc::b23f", "89.45.224.184" ] }, @@ -33847,8 +35902,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us124-wireguard", + "udp": true, "wgpubkey": "PHYy+c8lDKwU1A2LYw6mZKXOuxR2+6DPrBv4hd9auSA=", "ips": [ + "2a0d:5600:24:abd::b24f", "89.45.224.197" ] }, @@ -33858,8 +35915,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us125-wireguard", + "udp": true, "wgpubkey": "J8QaV8tZyFBrb9atVg3mI2Vb3/DtWVJSHFYSrdy6w2w=", "ips": [ + "2a0d:5600:24:abe::b25f", "89.45.224.210" ] }, @@ -33869,8 +35928,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us126-wireguard", + "udp": true, "wgpubkey": "gBNBBb4vgJG4NX0/nCs8bdkVshQGadVA8YTHr+0+aFo=", "ips": [ + "2a0d:5600:24:abf::b26f", "89.45.224.223" ] }, @@ -33880,8 +35941,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us127-wireguard", + "udp": true, "wgpubkey": "aUn8FOe9q2LSm41mi9b4VXTIOISaDT4hfUqDnzk4Jk0=", "ips": [ + "2a0d:5600:24:ac1::b27f", "89.45.224.236" ] }, @@ -33891,8 +35954,10 @@ "city": "New York NY", "isp": "DataPacket", "hostname": "us250-wireguard", + "udp": true, "wgpubkey": "jV1WhbAYRSmfEUwVRuT8AlOT5HpnW7raL40D4Cs46Wc=", "ips": [ + "2a02:6ea0:c43f::b50f", "143.244.47.65" ] }, @@ -33902,8 +35967,10 @@ "city": "New York NY", "isp": "DataPacket", "hostname": "us251-wireguard", + "udp": true, "wgpubkey": "POrL2QOU6Kl37YPIfzFSJ1leLoBJxNhu93p6AEZ5WSs=", "ips": [ + "2a02:6ea0:c43f:1::b51f", "143.244.47.78" ] }, @@ -33913,19 +35980,62 @@ "city": "New York NY", "isp": "DataPacket", "hostname": "us252-wireguard", + "udp": true, "wgpubkey": "eR7g2lqwupyyhHWEIV67k/SEHRF2AtQ1bIac6m8ClmY=", "ips": [ + "2a02:6ea0:c43f:2::b52f", "143.244.47.91" ] }, + { + "vpn": "wireguard", + "country": "USA", + "city": "New York NY", + "isp": "Tzulo", + "hostname": "us276-wireguard", + "udp": true, + "wgpubkey": "4oR0oc3cyktCoQ1eygZ/EZeCNeI6eQnQJNRuBmRne2Q=", + "ips": [ + "2607:9000:a000:12::b76f", + "198.44.136.34" + ] + }, + { + "vpn": "wireguard", + "country": "USA", + "city": "New York NY", + "isp": "Tzulo", + "hostname": "us277-wireguard", + "udp": true, + "wgpubkey": "/o79urfCcNSCTD4OCPNxn6qoWMchQ5Za6p6hf5cxmwE=", + "ips": [ + "2607:9000:a000:13::b77f", + "198.44.136.66" + ] + }, + { + "vpn": "wireguard", + "country": "USA", + "city": "New York NY", + "isp": "Tzulo", + "hostname": "us278-wireguard", + "udp": true, + "wgpubkey": "7ie5CZC8B4vT6ofd468P6aCy2DTXctFW8zwmmkQnQnY=", + "ips": [ + "2607:9000:a000:14::b78f", + "198.44.136.98" + ] + }, { "vpn": "wireguard", "country": "USA", "city": "New York NY", "isp": "M247", "hostname": "us72-wireguard", + "udp": true, "wgpubkey": "+/HYwELAaww6XTtPmvf3Hr8NqLIr69YNUpAMBvWJiGw=", "ips": [ + "2a0d:5600:24:a7b::a72f", "89.46.62.145" ] }, @@ -33935,8 +36045,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us73-wireguard", + "udp": true, "wgpubkey": "34rw+ei9qLjTOTOHCoz/3pG4XaMfmuRwYajuG/7Tsyc=", "ips": [ + "2a0d:5600:24:a7c::a73f", "89.46.62.158" ] }, @@ -33946,8 +36058,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us74-wireguard", + "udp": true, "wgpubkey": "3KoxhZNXXuXnVt0T7Ka4XnSbIRTZnh+DFq+eI05yVHo=", "ips": [ + "2a0d:5600:24:a7d::a74f", "89.46.62.171" ] }, @@ -33957,8 +36071,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us75-wireguard", + "udp": true, "wgpubkey": "U06dpwDLyRfe+H0p80SjrdlKEVraqEsHFsAVUd/Chls=", "ips": [ + "2a0d:5600:24:a7e::a75f", "89.46.62.184" ] }, @@ -33968,8 +36084,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us76-wireguard", + "udp": true, "wgpubkey": "cVDIYPzNChIeANp+0jE12kWM5Ga1MbmNErT1Pmaf12A=", "ips": [ + "2a0d:5600:24:a7f::a76f", "89.46.62.197" ] }, @@ -33979,8 +36097,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us77-wireguard", + "udp": true, "wgpubkey": "mqSfg28JSJwUuqvOBKbCwPp2E7zgNi46kuxKj5FzDUY=", "ips": [ + "2a0d:5600:24:a80::a77f", "89.46.62.210" ] }, @@ -33990,8 +36110,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us78-wireguard", + "udp": true, "wgpubkey": "9BXmWC1UkQMnzS71WXVxfBW5O+AIFTXRCx31SpCvhSg=", "ips": [ + "2a0d:5600:24:a81::a78f", "89.46.62.223" ] }, @@ -34001,8 +36123,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us79-wireguard", + "udp": true, "wgpubkey": "oofWbWXoLbEzmnsQX6ZYdgYNzSjkBg58zpAdIBUlUAk=", "ips": [ + "2a0d:5600:24:a82::a79f", "89.46.62.236" ] }, @@ -34012,8 +36136,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us80-wireguard", + "udp": true, "wgpubkey": "t/VsxDKzPfh3H3XG3ckVr1e8sJ3PuuD0YxdfFtyKjRM=", "ips": [ + "2a0d:5600:24:a83::a80f", "83.143.246.98" ] }, @@ -34023,8 +36149,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us81-wireguard", + "udp": true, "wgpubkey": "kxS/gAMkGwpR/F7J4L0JCjZEzR+rq0i2lqK6wWnZLAE=", "ips": [ + "2a0d:5600:24:a84::a81f", "86.106.143.2" ] }, @@ -34034,8 +36162,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us82-wireguard", + "udp": true, "wgpubkey": "qS+FVzRxR0VXljM2aguVXLq494VRuS5sqcE3/DscJRU=", "ips": [ + "2a0d:5600:24:a85::a82f", "86.106.143.15" ] }, @@ -34045,8 +36175,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us83-wireguard", + "udp": true, "wgpubkey": "7TLCd9zMWxlB2geyeaMDVRJsdPtTvXEApADfoCA3zCY=", "ips": [ + "2a0d:5600:24:a86::a83f", "86.106.143.28" ] }, @@ -34056,8 +36188,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us84-wireguard", + "udp": true, "wgpubkey": "rFV47I3lu0zlLqJBfV+0Zq8Kt8ytnFVWA02lOq5IyFw=", "ips": [ + "2a0d:5600:24:a87::a84f", "86.106.143.41" ] }, @@ -34067,8 +36201,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us85-wireguard", + "udp": true, "wgpubkey": "9iNdLMieZ5V2Hv4Dmm4xFqMAbtjnBReEe4iy8A5WRHo=", "ips": [ + "2a0d:5600:24:a88::a85f", "86.106.143.54" ] }, @@ -34078,8 +36214,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us86-wireguard", + "udp": true, "wgpubkey": "5FXy0/tMXj/TYKVj9PHJ42lCpbWP4qLAOpLZa6FnsRw=", "ips": [ + "2a0d:5600:24:a89::a86f", "86.106.143.67" ] }, @@ -34089,8 +36227,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us87-wireguard", + "udp": true, "wgpubkey": "QRp4cLDKwbJbondYIi0mPlGmBxI8NV5geXBy4EdKhEM=", "ips": [ + "2a0d:5600:24:a8a::a87f", "86.106.143.80" ] }, @@ -34100,8 +36240,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us88-wireguard", + "udp": true, "wgpubkey": "ru9aQRxYBkK5pWvNkdFlCR8VMPSqcEENBPGkIGEN0XU=", "ips": [ + "2a0d:5600:24:a8b::a88f", "86.106.143.93" ] }, @@ -34111,8 +36253,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us89-wireguard", + "udp": true, "wgpubkey": "u5NkFaOlhZX9AtjBVb4hTYqwgmTToernOrCc2D7B7hk=", "ips": [ + "2a0d:5600:24:a8c::a89f", "86.106.143.106" ] }, @@ -34122,8 +36266,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us90-wireguard", + "udp": true, "wgpubkey": "0OcKhUBT4o0h0j5vEro0/3vK8Ezw1R9B1eXiU9CKFBo=", "ips": [ + "2a0d:5600:24:a8d::a90f", "86.106.143.119" ] }, @@ -34133,8 +36279,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us91-wireguard", + "udp": true, "wgpubkey": "bOOP5lIjqCdDx5t+mP/kEcSbHS4cZqE0rMlBI178lyY=", "ips": [ + "2a0d:5600:24:a8e::a91f", "86.106.143.132" ] }, @@ -34144,8 +36292,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us92-wireguard", + "udp": true, "wgpubkey": "JQo2XN042FQbMrpvRMpEoA+CpqhRESeSWjkNB+k41Ds=", "ips": [ + "2a0d:5600:24:a8f::a92f", "86.106.143.145" ] }, @@ -34155,8 +36305,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us93-wireguard", + "udp": true, "wgpubkey": "g7+2YdOdlhe24m7B9lizdUBFCYw+bJ1CWFd9eVt7+XA=", "ips": [ + "2a0d:5600:24:a90::a93f", "86.106.143.158" ] }, @@ -34166,8 +36318,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us94-wireguard", + "udp": true, "wgpubkey": "oKKbNl27XkJvtyQx8ikzH0heoFJ+INjQeg4JzasBWTA=", "ips": [ + "2a0d:5600:24:a91::a94f", "86.106.143.171" ] }, @@ -34177,8 +36331,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us95-wireguard", + "udp": true, "wgpubkey": "GcnYpduxlDZhlzmRiXV6rwXbeJDgBZMn8e7adsMNg3Y=", "ips": [ + "2a0d:5600:24:a92::a95f", "86.106.143.184" ] }, @@ -34188,8 +36344,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us96-wireguard", + "udp": true, "wgpubkey": "CYoBb5hayfNzt+lOgJyMXcsWKitTn4QAXut7kg4relc=", "ips": [ + "2a0d:5600:24:a93::a96f", "86.106.143.197" ] }, @@ -34199,8 +36357,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us97-wireguard", + "udp": true, "wgpubkey": "5fzEFqyRqc6qa1QPngIBK1gmWc0ex1Bpot/f6RqZPmc=", "ips": [ + "2a0d:5600:24:a94::a97f", "86.106.143.210" ] }, @@ -34210,8 +36370,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us98-wireguard", + "udp": true, "wgpubkey": "bo50ppMvVlNG4S6zqgd/J5l1Ce7Og89u+wR10OvJrQ4=", "ips": [ + "2a0d:5600:24:a95::a98f", "86.106.143.223" ] }, @@ -34221,8 +36383,10 @@ "city": "New York NY", "isp": "M247", "hostname": "us99-wireguard", + "udp": true, "wgpubkey": "EPLh6pVel06dND8cE4Prix9GP4hGLYNhQhn5mSN2yzM=", "ips": [ + "2a0d:5600:24:a96::a99f", "86.106.143.236" ] }, @@ -34232,7 +36396,10 @@ "city": "Phoenix AZ", "isp": "Tzulo", "hostname": "us-phx-101", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:7000:12::101f", "198.54.133.34" ] }, @@ -34242,7 +36409,10 @@ "city": "Phoenix AZ", "isp": "Tzulo", "hostname": "us-phx-102", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:7000:13::102f", "198.54.133.50" ] }, @@ -34252,7 +36422,10 @@ "city": "Phoenix AZ", "isp": "Tzulo", "hostname": "us-phx-103", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:7000:14::103f", "198.54.133.66" ] }, @@ -34262,8 +36435,10 @@ "city": "Phoenix AZ", "isp": "Tzulo", "hostname": "us189-wireguard", + "udp": true, "wgpubkey": "ctROwSybsU4cHsnGidKtbGYWRB2R17PFMMAqEHpsSm0=", "ips": [ + "2607:9000:7000:15::b89f", "198.54.133.82" ] }, @@ -34273,8 +36448,10 @@ "city": "Phoenix AZ", "isp": "Tzulo", "hostname": "us190-wireguard", + "udp": true, "wgpubkey": "bdxYH3G6foGCwurPSIGPi4oneZfk3S+cpZSd+pUezUc=", "ips": [ + "2607:9000:7000:16::b90f", "198.54.133.98" ] }, @@ -34284,8 +36461,10 @@ "city": "Phoenix AZ", "isp": "Tzulo", "hostname": "us191-wireguard", + "udp": true, "wgpubkey": "D8pVZcwerPfEKUTHW5qZ9AzQl8zPRPp3BVqUmINR+g8=", "ips": [ + "2607:9000:7000:17::b91f", "198.54.133.114" ] }, @@ -34295,8 +36474,10 @@ "city": "Phoenix AZ", "isp": "Tzulo", "hostname": "us192-wireguard", + "udp": true, "wgpubkey": "AxQo/yew9yqQTk/2Z45qI0YZ33ZJ2P+y/K6dFUmvUCQ=", "ips": [ + "2607:9000:7000:18::b92f", "198.54.133.130" ] }, @@ -34306,8 +36487,10 @@ "city": "Phoenix AZ", "isp": "Tzulo", "hostname": "us193-wireguard", + "udp": true, "wgpubkey": "l5kFrUCMY1ip/rEDAppxRe0GjxDdGTAWNouBdGmTc1Q=", "ips": [ + "2607:9000:7000:19::b93f", "198.54.133.146" ] }, @@ -34317,8 +36500,10 @@ "city": "Phoenix AZ", "isp": "Tzulo", "hostname": "us194-wireguard", + "udp": true, "wgpubkey": "Zs07i3DIinREejSjUA7dXpDZvu00YRVNJakTEgckpVs=", "ips": [ + "2607:9000:7000:20::b94f", "198.54.133.162" ] }, @@ -34328,7 +36513,10 @@ "city": "Raleigh NC", "isp": "Tzulo", "hostname": "us-rag-101", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:4000:12::101f", "198.54.130.34" ] }, @@ -34338,7 +36526,10 @@ "city": "Raleigh NC", "isp": "Tzulo", "hostname": "us-rag-102", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:4000:13::102f", "198.54.130.50" ] }, @@ -34348,7 +36539,10 @@ "city": "Raleigh NC", "isp": "Tzulo", "hostname": "us-rag-103", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:4000:14::103f", "198.54.130.66" ] }, @@ -34358,8 +36552,10 @@ "city": "Raleigh NC", "isp": "Tzulo", "hostname": "us183-wireguard", + "udp": true, "wgpubkey": "I9VIeyBqTljpuf4aUwcmkRpyKwLIngh3E0nZDknSmBk=", "ips": [ + "2607:9000:4000:15::b83f", "198.54.130.82" ] }, @@ -34369,8 +36565,10 @@ "city": "Raleigh NC", "isp": "Tzulo", "hostname": "us184-wireguard", + "udp": true, "wgpubkey": "QSWiUAZr8ShW21MURgHcq3e8VqQ3/9EUcM7ispe4MlE=", "ips": [ + "2607:9000:4000:16::b84f", "198.54.130.98" ] }, @@ -34380,8 +36578,10 @@ "city": "Raleigh NC", "isp": "Tzulo", "hostname": "us185-wireguard", + "udp": true, "wgpubkey": "8FsG0Hk07cAiyd9K9hEIpxdiH5tqUO59h0HNkpCKGBY=", "ips": [ + "2607:9000:4000:17::b85f", "198.54.130.114" ] }, @@ -34391,8 +36591,10 @@ "city": "Raleigh NC", "isp": "Tzulo", "hostname": "us186-wireguard", + "udp": true, "wgpubkey": "qB5nfkzKh/dRm9Lp0Cwy0v6sy05DwVogoWYO5ZS83jU=", "ips": [ + "2607:9000:4000:18::b86f", "198.54.130.130" ] }, @@ -34402,8 +36604,10 @@ "city": "Raleigh NC", "isp": "Tzulo", "hostname": "us187-wireguard", + "udp": true, "wgpubkey": "m2VjMBcvr4Gph9viQCe++OO0yYgKp9DZ+Z/3MNMl92k=", "ips": [ + "2607:9000:4000:19::b87f", "198.54.130.146" ] }, @@ -34413,7 +36617,10 @@ "city": "Salt Lake City UT", "isp": "100TB", "hostname": "us-slc-101", + "tcp": true, + "udp": true, "ips": [ + "2606:2e00:0:b9::1f", "69.4.234.132" ] }, @@ -34423,7 +36630,10 @@ "city": "Salt Lake City UT", "isp": "100TB", "hostname": "us-slc-102", + "tcp": true, + "udp": true, "ips": [ + "2606:2e00:0:b9::2f", "69.4.234.133" ] }, @@ -34433,7 +36643,10 @@ "city": "Salt Lake City UT", "isp": "100TB", "hostname": "us-slc-103", + "tcp": true, + "udp": true, "ips": [ + "2606:2e00:0:b9::3f", "69.4.234.134" ] }, @@ -34443,7 +36656,10 @@ "city": "Salt Lake City UT", "isp": "100TB", "hostname": "us-slc-104", + "tcp": true, + "udp": true, "ips": [ + "2606:2e00:0:b9::4f", "69.4.234.135" ] }, @@ -34453,7 +36669,10 @@ "city": "Salt Lake City UT", "isp": "100TB", "hostname": "us-slc-105", + "tcp": true, + "udp": true, "ips": [ + "2606:2e00:0:b9::5f", "69.4.234.136" ] }, @@ -34463,7 +36682,10 @@ "city": "Salt Lake City UT", "isp": "100TB", "hostname": "us-slc-106", + "tcp": true, + "udp": true, "ips": [ + "2606:2e00:0:b9::6f", "69.4.234.137" ] }, @@ -34473,8 +36695,10 @@ "city": "Salt Lake City UT", "isp": "100TB", "hostname": "us134-wireguard", + "udp": true, "wgpubkey": "H07w0/FzBuD7J1XX7AIPWQWq0KgAsik6NWnCDq+ouWs=", "ips": [ + "2606:2e00:0:b9::b34f", "69.4.234.147" ] }, @@ -34484,8 +36708,10 @@ "city": "Salt Lake City UT", "isp": "100TB", "hostname": "us135-wireguard", + "udp": true, "wgpubkey": "hILFNRuu7ANGMAXOIwPKI3M/Q9lfzO2C+gYHs+5mQAw=", "ips": [ + "2606:2e00:0:b9::b35f", "69.4.234.138" ] }, @@ -34495,8 +36721,10 @@ "city": "Salt Lake City UT", "isp": "100TB", "hostname": "us136-wireguard", + "udp": true, "wgpubkey": "CjSHNIrHSOr6me7OjckbfJb4XbfoDcDBvT5VS2jmFVM=", "ips": [ + "2606:2e00:0:b9::b36f", "69.4.234.139" ] }, @@ -34506,8 +36734,10 @@ "city": "Salt Lake City UT", "isp": "100TB", "hostname": "us137-wireguard", + "udp": true, "wgpubkey": "wrlLOHa2QW+6FzEom2qOEyBvv06BTjwR0w6N0Rnb5jU=", "ips": [ + "2606:2e00:0:b9::b37f", "69.4.234.140" ] }, @@ -34517,8 +36747,10 @@ "city": "Salt Lake City UT", "isp": "100TB", "hostname": "us138-wireguard", + "udp": true, "wgpubkey": "t7EpO096Y6jrzr/KHHfpMQsUG0Cu2sga0Di8P9f5Jh4=", "ips": [ + "2606:2e00:0:b9::b38f", "69.4.234.141" ] }, @@ -34528,8 +36760,10 @@ "city": "Salt Lake City UT", "isp": "100TB", "hostname": "us139-wireguard", + "udp": true, "wgpubkey": "9tPpMdtpDweGoB6U5ZEnSTgYVwxD4fOytsl1TXrnHl4=", "ips": [ + "2606:2e00:0:b9::b39f", "69.4.234.142" ] }, @@ -34539,8 +36773,10 @@ "city": "Salt Lake City UT", "isp": "100TB", "hostname": "us140-wireguard", + "udp": true, "wgpubkey": "/zr7GFpDW+Px3Y3iu8zhv8wzPWNP/OU4IICnb5H2ZXc=", "ips": [ + "2606:2e00:0:b9::b40f", "69.4.234.143" ] }, @@ -34550,8 +36786,10 @@ "city": "Salt Lake City UT", "isp": "100TB", "hostname": "us141-wireguard", + "udp": true, "wgpubkey": "KpBP2riY4EKvf02tBXWwT7xHG0CMtRg/N6Q/B3Tng0o=", "ips": [ + "2606:2e00:0:b9::b41f", "69.4.234.144" ] }, @@ -34561,8 +36799,10 @@ "city": "Salt Lake City UT", "isp": "100TB", "hostname": "us142-wireguard", + "udp": true, "wgpubkey": "ipEYDec8mAA89BgZRPezVDeVILmePOT+sL0ybd+O5Ug=", "ips": [ + "2606:2e00:0:b9::b42f", "69.4.234.145" ] }, @@ -34572,7 +36812,10 @@ "city": "San Jose CA", "isp": "Tzulo", "hostname": "us-sjc-001", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:8000:12::1f", "198.54.134.34" ] }, @@ -34582,7 +36825,10 @@ "city": "San Jose CA", "isp": "Tzulo", "hostname": "us-sjc-002", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:8000:13::2f", "198.54.134.50" ] }, @@ -34592,7 +36838,10 @@ "city": "San Jose CA", "isp": "Tzulo", "hostname": "us-sjc-003", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:8000:14::3f", "198.54.134.66" ] }, @@ -34602,8 +36851,10 @@ "city": "San Jose CA", "isp": "Tzulo", "hostname": "us195-wireguard", + "udp": true, "wgpubkey": "7PBJv+IH8NbH1WTCbptgzghi8hH7E8WsrqVH/cl0FBY=", "ips": [ + "2607:9000:8000:15::b95f", "198.54.134.82" ] }, @@ -34613,8 +36864,10 @@ "city": "San Jose CA", "isp": "Tzulo", "hostname": "us196-wireguard", + "udp": true, "wgpubkey": "3mQ+bBKGgX+7eunw64OhpWUz+UHL7Is2fcJWXO5UHQY=", "ips": [ + "2607:9000:8000:16::b96f", "198.54.134.98" ] }, @@ -34624,8 +36877,10 @@ "city": "San Jose CA", "isp": "Tzulo", "hostname": "us197-wireguard", + "udp": true, "wgpubkey": "U20kRb33zBR15Gsd6bP9hQccDL0O4HysxMa5QjubxC0=", "ips": [ + "2607:9000:8000:17::b97f", "198.54.134.114" ] }, @@ -34635,8 +36890,10 @@ "city": "San Jose CA", "isp": "Tzulo", "hostname": "us198-wireguard", + "udp": true, "wgpubkey": "e66QrzHRv/dFmGj8dyGEKxaZiC6Vt3MzLiiRcYJqVjQ=", "ips": [ + "2607:9000:8000:18::b98f", "198.54.134.130" ] }, @@ -34646,8 +36903,10 @@ "city": "San Jose CA", "isp": "Tzulo", "hostname": "us199-wireguard", + "udp": true, "wgpubkey": "FSd0QIqNsLGf+B/IqQzg9wyjKpfVwXiy/P9vt8Zylmg=", "ips": [ + "2607:9000:8000:19::b99f", "198.54.134.146" ] }, @@ -34657,8 +36916,10 @@ "city": "San Jose CA", "isp": "Tzulo", "hostname": "us200-wireguard", + "udp": true, "wgpubkey": "jHaXA+nq2od3uwNPzOUuGeLTuXBTTyXdPsi0lib4pVg=", "ips": [ + "2607:9000:8000:20::c00f", "198.54.134.162" ] }, @@ -34668,8 +36929,10 @@ "city": "San Jose CA", "isp": "100TB", "hostname": "us201-wireguard", + "udp": true, "wgpubkey": "4A5vS/WtSI2038iXnQ0i3jz2GIAJn6PB7l4JrOUubBo=", "ips": [ + "2607:f7a0:16:5::c01f", "66.115.165.211" ] }, @@ -34679,8 +36942,10 @@ "city": "San Jose CA", "isp": "100TB", "hostname": "us202-wireguard", + "udp": true, "wgpubkey": "0mc2D++TlTUUn8HToWbbATvrKtM3vCWJ65OzK9j/uDI=", "ips": [ + "2607:f7a0:16:5::c02f", "66.115.165.212" ] }, @@ -34690,8 +36955,10 @@ "city": "San Jose CA", "isp": "100TB", "hostname": "us203-wireguard", + "udp": true, "wgpubkey": "XwBEfnMpAqnkqc6mttfOkFacfZgRKrzIX8y7DrTZvxQ=", "ips": [ + "2607:f7a0:16:5::c03f", "66.115.165.213" ] }, @@ -34701,8 +36968,10 @@ "city": "San Jose CA", "isp": "100TB", "hostname": "us204-wireguard", + "udp": true, "wgpubkey": "xyE6GqJaU7ntIh1pQyZxd1KyR9UxO49aQ1c1WYQqCXQ=", "ips": [ + "2607:f7a0:16:5::c04f", "66.115.165.214" ] }, @@ -34712,8 +36981,10 @@ "city": "San Jose CA", "isp": "100TB", "hostname": "us205-wireguard", + "udp": true, "wgpubkey": "Nr//h6Q+LwJeV4nqnmIcXYQYigt8iKJgK8C81KiOdkU=", "ips": [ + "2607:f7a0:16:5::c05f", "66.115.165.215" ] }, @@ -34723,8 +36994,10 @@ "city": "San Jose CA", "isp": "100TB", "hostname": "us206-wireguard", + "udp": true, "wgpubkey": "RacjA0eNOBUACA8MvC2MKjt8ZTqxkYoB15kZKQaj3Ts=", "ips": [ + "2607:f7a0:16:5::c06f", "66.115.165.216" ] }, @@ -34734,8 +37007,10 @@ "city": "San Jose CA", "isp": "100TB", "hostname": "us207-wireguard", + "udp": true, "wgpubkey": "JTpeoUyC0CA/NiHoGk+nH8oM6hHY/Nawmvy5nYdXByE=", "ips": [ + "2607:f7a0:16:5::c07f", "66.115.165.217" ] }, @@ -34745,18 +37020,75 @@ "city": "San Jose CA", "isp": "100TB", "hostname": "us208-wireguard", + "udp": true, "wgpubkey": "0N/GPSDWTju1YV8MCCx5n9O4scMKYP7Nh/nnLsje8W4=", "ips": [ + "2607:f7a0:16:5::c08f", "66.115.165.218" ] }, + { + "vpn": "wireguard", + "country": "USA", + "city": "San Jose CA", + "isp": "xtom", + "hostname": "us266-wireguard", + "udp": true, + "wgpubkey": "Om8AEOXjMke1QiCWNhlXDwgOqVudV8nV5vnzAuCUbgI=", + "ips": [ + "2604:e8c0:7::b66f", + "142.147.89.195" + ] + }, + { + "vpn": "wireguard", + "country": "USA", + "city": "San Jose CA", + "isp": "xtom", + "hostname": "us267-wireguard", + "udp": true, + "wgpubkey": "+Mr9wOLNPhQ8L/M4uN5YDGSlJzWvPh2SG9cbAu3kBxs=", + "ips": [ + "2604:e8c0:7::b67f", + "142.147.89.210" + ] + }, + { + "vpn": "wireguard", + "country": "USA", + "city": "San Jose CA", + "isp": "xtom", + "hostname": "us268-wireguard", + "udp": true, + "wgpubkey": "ACFcenuLuWKHpyWIrnF9iU0RQqRDXvy93Uvz+RjBghg=", + "ips": [ + "2604:e8c0:7::b68f", + "142.147.89.225" + ] + }, + { + "vpn": "wireguard", + "country": "USA", + "city": "San Jose CA", + "isp": "xtom", + "hostname": "us269-wireguard", + "udp": true, + "wgpubkey": "+JJBzQMxFFQ2zu+WN8rbFH4ZpqY2u6WNBGBFHwsxkzs=", + "ips": [ + "2604:e8c0:7::b69f", + "142.147.89.240" + ] + }, { "vpn": "openvpn", "country": "USA", "city": "Seattle WA", "isp": "Tzulo", "hostname": "us-sea-101", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:5000:12::101f", "198.54.131.34" ] }, @@ -34766,7 +37098,10 @@ "city": "Seattle WA", "isp": "Tzulo", "hostname": "us-sea-102", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:5000:13::102f", "198.54.131.50" ] }, @@ -34776,7 +37111,10 @@ "city": "Seattle WA", "isp": "Tzulo", "hostname": "us-sea-103", + "tcp": true, + "udp": true, "ips": [ + "2607:9000:5000:14::103f", "198.54.131.66" ] }, @@ -34786,8 +37124,10 @@ "city": "Seattle WA", "isp": "Tzulo", "hostname": "us177-wireguard", + "udp": true, "wgpubkey": "T1fKJp8knv4kqsfy9O04OIy+1nl5b9ypcnIzdmcfyzM=", "ips": [ + "2607:9000:5000:15::b77f", "198.54.131.82" ] }, @@ -34797,8 +37137,10 @@ "city": "Seattle WA", "isp": "Tzulo", "hostname": "us178-wireguard", + "udp": true, "wgpubkey": "+MmbnwQFKC18GJvunTQyAC2uvDwgEi9XXU7aksr9Czo=", "ips": [ + "2607:9000:5000:16::b78f", "198.54.131.98" ] }, @@ -34808,8 +37150,10 @@ "city": "Seattle WA", "isp": "Tzulo", "hostname": "us179-wireguard", + "udp": true, "wgpubkey": "+DIu6EMVk9QEsy6/NppxcDjuLSG6rTJ3TywYN3wXDkQ=", "ips": [ + "2607:9000:5000:17::b79f", "198.54.131.114" ] }, @@ -34819,8 +37163,10 @@ "city": "Seattle WA", "isp": "Tzulo", "hostname": "us180-wireguard", + "udp": true, "wgpubkey": "rgtjtftlhL1m9dC9KoacFbzQ9YVma6GOWIfoLom8TUc=", "ips": [ + "2607:9000:5000:18::b80f", "198.54.131.130" ] }, @@ -34830,8 +37176,10 @@ "city": "Seattle WA", "isp": "Tzulo", "hostname": "us181-wireguard", + "udp": true, "wgpubkey": "U7a6+c0RPpop0nilmdLKimiFC0OqkI1k1Yhdc5NcBwM=", "ips": [ + "2607:9000:5000:19::b81f", "198.54.131.146" ] }, @@ -34841,8 +37189,10 @@ "city": "Seattle WA", "isp": "Tzulo", "hostname": "us182-wireguard", + "udp": true, "wgpubkey": "Uqx528kx/O1VKpG8DLKK5Q3Hz6JcxTbosYYwoDR4LgA=", "ips": [ + "2607:9000:5000:20::b82f", "198.54.131.162" ] }, @@ -34852,8 +37202,10 @@ "city": "Seattle WA", "isp": "100TB", "hostname": "us209-wireguard", + "udp": true, "wgpubkey": "APxS9ebzK537njzcfB9gh8VXWrFrKvZeC6QQe0ZCUUM=", "ips": [ + "2607:f7a0:c:4::c09f", "199.229.250.52" ] }, @@ -34863,8 +37215,10 @@ "city": "Seattle WA", "isp": "100TB", "hostname": "us210-wireguard", + "udp": true, "wgpubkey": "92KRwUmhQY/n5cAUKR1R/Z/z17wOmB08GZxuats8cEw=", "ips": [ + "2607:f7a0:c:4::c10f", "199.229.250.53" ] }, @@ -34874,8 +37228,10 @@ "city": "Seattle WA", "isp": "100TB", "hostname": "us213-wireguard", + "udp": true, "wgpubkey": "7YYXE9f3qJBHtccXrr3H8eFeZL3kPSd+zhX8A6q4GBM=", "ips": [ + "2607:f7a0:c:4::c13f", "199.229.250.56" ] }, @@ -34885,8 +37241,10 @@ "city": "Seattle WA", "isp": "100TB", "hostname": "us215-wireguard", + "udp": true, "wgpubkey": "H6XbhZN1u6qYDJSfoSNWz4uTnSGuQEpdFR6T0kgrwhU=", "ips": [ + "2607:f7a0:c:4::c15f", "199.229.250.58" ] }, @@ -34896,8 +37254,10 @@ "city": "Seattle WA", "isp": "100TB", "hostname": "us216-wireguard", + "udp": true, "wgpubkey": "ErdLbpitZKoIURt85r/VYNwq8FcwKOkGAhh6PgknT3U=", "ips": [ + "2607:f7a0:c:4::c16f", "199.229.250.59" ] }, @@ -34907,8 +37267,10 @@ "city": "Seattle WA", "isp": "Quadranet", "hostname": "us227-wireguard", + "udp": true, "wgpubkey": "lw4tLTZDxrpvn7cBbT/B6aBJ5GGijrTLsv0remBj5yM=", "ips": [ + "2607:fcd0:cd00:a00::b27f", "173.205.92.146" ] }, @@ -34918,31 +37280,89 @@ "city": "Seattle WA", "isp": "Quadranet", "hostname": "us228-wireguard", + "udp": true, "wgpubkey": "ODuPYwpLGkN3MZuRTmXqPCLdC8h0eCUUaK8R/MySoEU=", "ips": [ + "2607:fcd0:cd00:a01::b28f", "173.205.93.2" ] }, + { + "vpn": "wireguard", + "country": "USA", + "city": "Seattle WA", + "isp": "DataPacket", + "hostname": "us273-wireguard", + "udp": true, + "wgpubkey": "7GDUpywxpiM7yPhhuu2J9MrnqVEM1JM/NMrIQ+BoK0Q=", + "ips": [ + "2a02:6ea0:d80b:1::b73f", + "138.199.43.65" + ] + }, + { + "vpn": "wireguard", + "country": "USA", + "city": "Seattle WA", + "isp": "DataPacket", + "hostname": "us274-wireguard", + "udp": true, + "wgpubkey": "ujasJmDuU0t4y6JmBLrdDxakKuaHvPRupRDfyywSWyw=", + "ips": [ + "2a02:6ea0:d80b:2::b74f", + "138.199.43.78" + ] + }, + { + "vpn": "wireguard", + "country": "USA", + "city": "Seattle WA", + "isp": "DataPacket", + "hostname": "us275-wireguard", + "udp": true, + "wgpubkey": "qPLwDs9Mzk9Oi+7hoLWUm67Ec0pLPxAs0eQ8I0m6+Go=", + "ips": [ + "2a02:6ea0:d80b:3::b75f", + "138.199.43.91" + ] + }, { "vpn": "wireguard", "country": "USA", "city": "Secaucus NJ", "isp": "Quadranet", "hostname": "us237-wireguard", + "udp": true, "wgpubkey": "VooN/9Rjl134E8nxKJQTIVw9lNAVpn0CL4yr0IfDXnY=", "ips": [ + "2607:fcd0:ccc0:1d02::b37f", "162.218.210.18" ] }, + { + "vpn": "wireguard", + "country": "USA", + "city": "Secaucus NJ", + "isp": "Quadranet", + "hostname": "us238-wireguard", + "udp": true, + "wgpubkey": "VnUrzWcdVEkb6Kdnd97kPE5JhS1yBQ7+e3NVjxdlaFU=", + "ips": [ + "2607:fcd0:ccc0:1d03::b38f", + "204.44.124.226" + ] + }, { "vpn": "wireguard", "country": "USA", "city": "Secaucus NJ", "isp": "Quadranet", "hostname": "us241-wireguard", + "udp": true, "wgpubkey": "AgaO2dCgD3SNEW8II143+pcMREFsnkoieay25nFLxDs=", "ips": [ - "23.226.135.50" + "23.226.135.50", + "2607:fcd0:ccc0:1d05::c41f" ] }, { @@ -34951,7 +37371,10 @@ "city": "Dubai", "isp": "M247", "hostname": "ae-dxb-001", + "tcp": true, + "udp": true, "ips": [ + "2001:ac8:81::1f", "45.9.249.34" ] } @@ -88696,14 +91119,15 @@ ] }, "privado": { - "version": 4, - "timestamp": 1650212268, + "version": 5, + "timestamp": 1650662504, "servers": [ { "country": "Albania", "region": "Tirana", "city": "Tirana", "hostname": "tia-001.vpn.privado.io", + "udp": true, "ips": [ "80.246.28.67" ] @@ -88713,44 +91137,39 @@ "region": "Tirana", "city": "Tirana", "hostname": "tia-002.vpn.privado.io", + "udp": true, "ips": [ "80.246.28.72" ] }, { - "country": "Australia", - "region": "New South Wales", - "city": "Sydney", - "hostname": "syd-001.vpn.privado.io", + "country": "Albania", + "region": "Tirana", + "city": "Tirana", + "hostname": "tia-003.vpn.privado.io", + "udp": true, "ips": [ - "93.115.35.35" + "80.246.28.77" ] }, { - "country": "Australia", - "region": "New South Wales", - "city": "Sydney", - "hostname": "syd-002.vpn.privado.io", + "country": "Argentina", + "region": "Cordoba", + "city": "Córdoba", + "hostname": "eze-001.vpn.privado.io", + "udp": true, "ips": [ - "93.115.35.42" + "168.205.93.211" ] }, { - "country": "Australia", - "region": "New South Wales", - "city": "Sydney", - "hostname": "syd-003.vpn.privado.io", + "country": "Argentina", + "region": "Cordoba", + "city": "Córdoba", + "hostname": "eze-002.vpn.privado.io", + "udp": true, "ips": [ - "93.115.35.49" - ] - }, - { - "country": "Australia", - "region": "New South Wales", - "city": "Sydney", - "hostname": "syd-004.vpn.privado.io", - "ips": [ - "93.115.35.56" + "168.205.93.215" ] }, { @@ -88758,6 +91177,7 @@ "region": "New South Wales", "city": "Sydney", "hostname": "syd-006.vpn.privado.io", + "udp": true, "ips": [ "103.76.165.105" ] @@ -88767,6 +91187,7 @@ "region": "Vienna", "city": "Vienna", "hostname": "vie-001.vpn.privado.io", + "udp": true, "ips": [ "5.253.207.227" ] @@ -88776,6 +91197,7 @@ "region": "Vienna", "city": "Vienna", "hostname": "vie-002.vpn.privado.io", + "udp": true, "ips": [ "5.253.207.234" ] @@ -88785,6 +91207,7 @@ "region": "Vienna", "city": "Vienna", "hostname": "vie-003.vpn.privado.io", + "udp": true, "ips": [ "5.253.207.241" ] @@ -88794,51 +91217,17 @@ "region": "Vienna", "city": "Vienna", "hostname": "vie-004.vpn.privado.io", + "udp": true, "ips": [ "5.253.207.248" ] }, - { - "country": "Belgium", - "region": "Brussels Capital", - "city": "Brussels", - "hostname": "bru-001.vpn.privado.io", - "ips": [ - "217.138.211.163" - ] - }, - { - "country": "Belgium", - "region": "Brussels Capital", - "city": "Brussels", - "hostname": "bru-002.vpn.privado.io", - "ips": [ - "217.138.211.170" - ] - }, - { - "country": "Belgium", - "region": "Brussels Capital", - "city": "Brussels", - "hostname": "bru-003.vpn.privado.io", - "ips": [ - "217.138.211.177" - ] - }, - { - "country": "Belgium", - "region": "Brussels Capital", - "city": "Brussels", - "hostname": "bru-004.vpn.privado.io", - "ips": [ - "217.138.211.184" - ] - }, { "country": "Brazil", "region": "São Paulo", "city": "São Paulo", "hostname": "gru-001.vpn.privado.io", + "udp": true, "ips": [ "177.54.145.193" ] @@ -88848,6 +91237,7 @@ "region": "São Paulo", "city": "São Paulo", "hostname": "gru-002.vpn.privado.io", + "udp": true, "ips": [ "129.227.121.226" ] @@ -88857,6 +91247,7 @@ "region": "São Paulo", "city": "São Paulo", "hostname": "gru-003.vpn.privado.io", + "udp": true, "ips": [ "129.227.121.233" ] @@ -88866,6 +91257,7 @@ "region": "São Paulo", "city": "São Paulo", "hostname": "gru-004.vpn.privado.io", + "udp": true, "ips": [ "129.227.121.240" ] @@ -88875,6 +91267,7 @@ "region": "Sofia-Capital", "city": "Sofia", "hostname": "sof-001.vpn.privado.io", + "udp": true, "ips": [ "217.138.221.163" ] @@ -88884,6 +91277,7 @@ "region": "Sofia-Capital", "city": "Sofia", "hostname": "sof-002.vpn.privado.io", + "udp": true, "ips": [ "217.138.221.169" ] @@ -88893,6 +91287,7 @@ "region": "British Columbia", "city": "Chilliwack", "hostname": "yvr-002.vpn.privado.io", + "udp": true, "ips": [ "71.19.248.113" ] @@ -88902,6 +91297,7 @@ "region": "British Columbia", "city": "Vancouver", "hostname": "yvr-001.vpn.privado.io", + "udp": true, "ips": [ "71.19.248.57" ] @@ -88911,15 +91307,27 @@ "region": "Ontario", "city": "Toronto", "hostname": "yyz-003.vpn.privado.io", + "udp": true, "ips": [ "199.189.27.19" ] }, + { + "country": "Canada", + "region": "Quebec", + "city": "Montréal", + "hostname": "yul-001.vpn.privado.io", + "udp": true, + "ips": [ + "217.138.213.67" + ] + }, { "country": "Canada", "region": "Quebec", "city": "Montréal", "hostname": "yul-002.vpn.privado.io", + "udp": true, "ips": [ "217.138.213.72" ] @@ -88929,6 +91337,7 @@ "region": "Quebec", "city": "Montréal", "hostname": "yul-003.vpn.privado.io", + "udp": true, "ips": [ "217.138.213.77" ] @@ -88938,6 +91347,7 @@ "region": "Quebec", "city": "Montréal", "hostname": "yul-004.vpn.privado.io", + "udp": true, "ips": [ "217.138.213.82" ] @@ -88947,6 +91357,7 @@ "region": "Hlavní město Praha", "city": "Prague", "hostname": "prg-001.vpn.privado.io", + "udp": true, "ips": [ "185.216.35.99" ] @@ -88956,6 +91367,7 @@ "region": "Hlavní město Praha", "city": "Prague", "hostname": "prg-002.vpn.privado.io", + "udp": true, "ips": [ "185.216.35.105" ] @@ -88965,6 +91377,7 @@ "region": "Capital Region", "city": "Copenhagen", "hostname": "cph-001.vpn.privado.io", + "udp": true, "ips": [ "2.58.46.35" ] @@ -88974,6 +91387,7 @@ "region": "Capital Region", "city": "Copenhagen", "hostname": "cph-002.vpn.privado.io", + "udp": true, "ips": [ "2.58.46.42" ] @@ -88983,6 +91397,7 @@ "region": "Capital Region", "city": "Copenhagen", "hostname": "cph-003.vpn.privado.io", + "udp": true, "ips": [ "2.58.46.49" ] @@ -88992,15 +91407,27 @@ "region": "Capital Region", "city": "Copenhagen", "hostname": "cph-004.vpn.privado.io", + "udp": true, "ips": [ "2.58.46.56" ] }, + { + "country": "Finland", + "region": "Uusimaa", + "city": "Helsinki", + "hostname": "hel-001.vpn.privado.io", + "udp": true, + "ips": [ + "194.34.134.219" + ] + }, { "country": "Finland", "region": "Uusimaa", "city": "Helsinki", "hostname": "hel-002.vpn.privado.io", + "udp": true, "ips": [ "194.34.134.227" ] @@ -89010,6 +91437,7 @@ "region": "Île-de-France", "city": "Paris", "hostname": "cdg-001.vpn.privado.io", + "udp": true, "ips": [ "89.40.183.99" ] @@ -89019,6 +91447,7 @@ "region": "Île-de-France", "city": "Paris", "hostname": "cdg-002.vpn.privado.io", + "udp": true, "ips": [ "89.40.183.104" ] @@ -89028,6 +91457,7 @@ "region": "Hesse", "city": "Frankfurt am Main", "hostname": "ber-001.vpn.privado.io", + "udp": true, "ips": [ "89.36.76.35" ] @@ -89037,6 +91467,7 @@ "region": "Hesse", "city": "Frankfurt am Main", "hostname": "ber-002.vpn.privado.io", + "udp": true, "ips": [ "89.36.76.41" ] @@ -89046,6 +91477,7 @@ "region": "Hesse", "city": "Frankfurt am Main", "hostname": "fra-001.vpn.privado.io", + "udp": true, "ips": [ "91.148.232.10" ] @@ -89055,6 +91487,7 @@ "region": "Hesse", "city": "Frankfurt am Main", "hostname": "fra-002.vpn.privado.io", + "udp": true, "ips": [ "91.148.232.20" ] @@ -89064,6 +91497,7 @@ "region": "Hesse", "city": "Frankfurt am Main", "hostname": "fra-003.vpn.privado.io", + "udp": true, "ips": [ "91.148.232.30" ] @@ -89073,15 +91507,67 @@ "region": "Hesse", "city": "Frankfurt am Main", "hostname": "fra-004.vpn.privado.io", + "udp": true, "ips": [ "91.148.232.40" ] }, + { + "country": "Greece", + "region": "Attica", + "city": "Athens", + "hostname": "ath-001.vpn.privado.io", + "udp": true, + "ips": [ + "188.123.126.61" + ] + }, + { + "country": "Greece", + "region": "Attica", + "city": "Athens", + "hostname": "ath-002.vpn.privado.io", + "udp": true, + "ips": [ + "188.123.126.64" + ] + }, + { + "country": "Greece", + "region": "Attica", + "city": "Athens", + "hostname": "ath-003.vpn.privado.io", + "udp": true, + "ips": [ + "188.123.126.68" + ] + }, + { + "country": "Greece", + "region": "Attica", + "city": "Athens", + "hostname": "ath-004.vpn.privado.io", + "udp": true, + "ips": [ + "188.123.126.72" + ] + }, + { + "country": "Hong Kong", + "region": "Central and Western", + "city": "Hong Kong", + "hostname": "hkg-001.vpn.privado.io", + "udp": true, + "ips": [ + "209.58.185.88" + ] + }, { "country": "Hong Kong", "region": "Central and Western", "city": "Hong Kong", "hostname": "hkg-002.vpn.privado.io", + "udp": true, "ips": [ "209.58.185.97" ] @@ -89091,6 +91577,7 @@ "region": "Central and Western", "city": "Hong Kong", "hostname": "hkg-003.vpn.privado.io", + "udp": true, "ips": [ "209.58.185.108" ] @@ -89100,6 +91587,7 @@ "region": "Central and Western", "city": "Hong Kong", "hostname": "hkg-004.vpn.privado.io", + "udp": true, "ips": [ "209.58.185.120" ] @@ -89109,6 +91597,7 @@ "region": "Budapest", "city": "Budapest", "hostname": "bud-001.vpn.privado.io", + "udp": true, "ips": [ "185.128.26.194" ] @@ -89118,6 +91607,7 @@ "region": "Budapest", "city": "Budapest", "hostname": "bud-002.vpn.privado.io", + "udp": true, "ips": [ "185.128.26.200" ] @@ -89127,6 +91617,7 @@ "region": "Capital Region", "city": "Reykjavík", "hostname": "rkv-001.vpn.privado.io", + "udp": true, "ips": [ "82.221.131.78" ] @@ -89136,15 +91627,27 @@ "region": "Capital Region", "city": "Reykjavík", "hostname": "rkv-002.vpn.privado.io", + "udp": true, "ips": [ "82.221.131.127" ] }, + { + "country": "Iceland", + "region": "Capital Region", + "city": "Reykjavík", + "hostname": "rkv-005.vpn.privado.io", + "udp": true, + "ips": [ + "185.165.170.181" + ] + }, { "country": "India", "region": "Maharashtra", "city": "Mumbai", "hostname": "bom-001.vpn.privado.io", + "udp": true, "ips": [ "103.26.204.61" ] @@ -89154,6 +91657,7 @@ "region": "Maharashtra", "city": "Mumbai", "hostname": "bom-002.vpn.privado.io", + "udp": true, "ips": [ "103.26.204.70" ] @@ -89163,6 +91667,7 @@ "region": "Jakarta", "city": "Jakarta", "hostname": "cgk-003.vpn.privado.io", + "udp": true, "ips": [ "129.227.46.74" ] @@ -89172,6 +91677,7 @@ "region": "Jakarta", "city": "Jakarta", "hostname": "cgk-004.vpn.privado.io", + "udp": true, "ips": [ "129.227.46.77" ] @@ -89181,6 +91687,7 @@ "region": "Leinster", "city": "Dublin", "hostname": "dub-001.vpn.privado.io", + "udp": true, "ips": [ "84.247.48.227" ] @@ -89190,6 +91697,7 @@ "region": "Leinster", "city": "Dublin", "hostname": "dub-002.vpn.privado.io", + "udp": true, "ips": [ "84.247.48.234" ] @@ -89199,6 +91707,7 @@ "region": "Leinster", "city": "Dublin", "hostname": "dub-003.vpn.privado.io", + "udp": true, "ips": [ "84.247.48.241" ] @@ -89208,6 +91717,7 @@ "region": "Leinster", "city": "Dublin", "hostname": "dub-004.vpn.privado.io", + "udp": true, "ips": [ "84.247.48.248" ] @@ -89217,6 +91727,7 @@ "region": "Tel Aviv", "city": "Tel Aviv", "hostname": "jrs-001.vpn.privado.io", + "udp": true, "ips": [ "31.168.251.131" ] @@ -89226,6 +91737,7 @@ "region": "Tel Aviv", "city": "Tel Aviv", "hostname": "jrs-002.vpn.privado.io", + "udp": true, "ips": [ "31.168.251.137" ] @@ -89235,6 +91747,7 @@ "region": "Lombardy", "city": "Milan", "hostname": "mxp-001.vpn.privado.io", + "udp": true, "ips": [ "89.40.182.195" ] @@ -89244,6 +91757,7 @@ "region": "Lombardy", "city": "Milan", "hostname": "mxp-002.vpn.privado.io", + "udp": true, "ips": [ "89.40.182.201" ] @@ -89253,6 +91767,7 @@ "region": "Tokyo", "city": "Tokyo", "hostname": "nrt-001.vpn.privado.io", + "udp": true, "ips": [ "217.138.252.3" ] @@ -89262,6 +91777,7 @@ "region": "Tokyo", "city": "Tokyo", "hostname": "nrt-002.vpn.privado.io", + "udp": true, "ips": [ "217.138.252.10" ] @@ -89271,6 +91787,7 @@ "region": "Tokyo", "city": "Tokyo", "hostname": "nrt-003.vpn.privado.io", + "udp": true, "ips": [ "217.138.252.17" ] @@ -89280,24 +91797,57 @@ "region": "Tokyo", "city": "Tokyo", "hostname": "nrt-004.vpn.privado.io", + "udp": true, "ips": [ "217.138.252.24" ] }, + { + "country": "Japan", + "region": "Tokyo", + "city": "Tokyo", + "hostname": "nrt-005.vpn.privado.io", + "udp": true, + "ips": [ + "156.59.24.98" + ] + }, + { + "country": "Japan", + "region": "Tokyo", + "city": "Tokyo", + "hostname": "nrt-006.vpn.privado.io", + "udp": true, + "ips": [ + "156.59.24.103" + ] + }, { "country": "Korea", "region": "Seoul", "city": "Seoul", "hostname": "icn-001.vpn.privado.io", + "udp": true, "ips": [ "169.56.73.146" ] }, + { + "country": "Korea", + "region": "Seoul", + "city": "Seoul", + "hostname": "icn-002.vpn.privado.io", + "udp": true, + "ips": [ + "169.56.73.153" + ] + }, { "country": "Latvia", "region": "Riga", "city": "Riga", "hostname": "rix-001.vpn.privado.io", + "udp": true, "ips": [ "109.248.149.35" ] @@ -89307,6 +91857,7 @@ "region": "Riga", "city": "Riga", "hostname": "rix-002.vpn.privado.io", + "udp": true, "ips": [ "109.248.149.40" ] @@ -89316,6 +91867,7 @@ "region": "Selangor", "city": "Petaling Jaya", "hostname": "kul-001.vpn.privado.io", + "udp": true, "ips": [ "103.246.112.229" ] @@ -89325,6 +91877,7 @@ "region": "Selangor", "city": "Petaling Jaya", "hostname": "kul-002.vpn.privado.io", + "udp": true, "ips": [ "103.246.112.231" ] @@ -89334,6 +91887,7 @@ "region": "Selangor", "city": "Petaling Jaya", "hostname": "kul-003.vpn.privado.io", + "udp": true, "ips": [ "103.246.112.233" ] @@ -89343,6 +91897,7 @@ "region": "Selangor", "city": "Petaling Jaya", "hostname": "kul-004.vpn.privado.io", + "udp": true, "ips": [ "103.246.112.235" ] @@ -89352,6 +91907,7 @@ "region": "North Holland", "city": "Amsterdam", "hostname": "ams-001.vpn.privado.io", + "udp": true, "ips": [ "91.148.224.10" ] @@ -89361,6 +91917,7 @@ "region": "North Holland", "city": "Amsterdam", "hostname": "ams-002.vpn.privado.io", + "udp": true, "ips": [ "91.148.224.20" ] @@ -89370,6 +91927,7 @@ "region": "North Holland", "city": "Amsterdam", "hostname": "ams-003.vpn.privado.io", + "udp": true, "ips": [ "91.148.224.30" ] @@ -89379,6 +91937,7 @@ "region": "North Holland", "city": "Amsterdam", "hostname": "ams-004.vpn.privado.io", + "udp": true, "ips": [ "91.148.224.40" ] @@ -89388,6 +91947,7 @@ "region": "North Holland", "city": "Amsterdam", "hostname": "ams-005.vpn.privado.io", + "udp": true, "ips": [ "91.148.224.50" ] @@ -89397,6 +91957,7 @@ "region": "North Holland", "city": "Amsterdam", "hostname": "ams-006.vpn.privado.io", + "udp": true, "ips": [ "91.148.224.60" ] @@ -89406,6 +91967,7 @@ "region": "North Holland", "city": "Amsterdam", "hostname": "ams-007.vpn.privado.io", + "udp": true, "ips": [ "91.148.224.70" ] @@ -89415,6 +91977,7 @@ "region": "North Holland", "city": "Amsterdam", "hostname": "ams-008.vpn.privado.io", + "udp": true, "ips": [ "91.148.224.80" ] @@ -89424,6 +91987,7 @@ "region": "North Holland", "city": "Amsterdam", "hostname": "ams-009.vpn.privado.io", + "udp": true, "ips": [ "91.148.228.10" ] @@ -89433,6 +91997,7 @@ "region": "North Holland", "city": "Amsterdam", "hostname": "ams-010.vpn.privado.io", + "udp": true, "ips": [ "91.148.228.20" ] @@ -89442,6 +92007,7 @@ "region": "North Holland", "city": "Amsterdam", "hostname": "ams-011.vpn.privado.io", + "udp": true, "ips": [ "91.148.228.30" ] @@ -89451,6 +92017,7 @@ "region": "North Holland", "city": "Amsterdam", "hostname": "ams-012.vpn.privado.io", + "udp": true, "ips": [ "91.148.228.40" ] @@ -89460,6 +92027,7 @@ "region": "North Holland", "city": "Amsterdam", "hostname": "ams-013.vpn.privado.io", + "udp": true, "ips": [ "91.148.228.50" ] @@ -89469,6 +92037,7 @@ "region": "North Holland", "city": "Amsterdam", "hostname": "ams-014.vpn.privado.io", + "udp": true, "ips": [ "91.148.228.60" ] @@ -89478,6 +92047,7 @@ "region": "North Holland", "city": "Amsterdam", "hostname": "ams-016.vpn.privado.io", + "udp": true, "ips": [ "91.148.228.80" ] @@ -89487,6 +92057,7 @@ "region": "Auckland", "city": "Auckland", "hostname": "akl-004.vpn.privado.io", + "udp": true, "ips": [ "103.76.164.99" ] @@ -89496,6 +92067,7 @@ "region": "Auckland", "city": "Auckland", "hostname": "akl-005.vpn.privado.io", + "udp": true, "ips": [ "103.76.164.105" ] @@ -89505,6 +92077,7 @@ "region": "Oslo", "city": "Oslo", "hostname": "osl-001.vpn.privado.io", + "udp": true, "ips": [ "84.247.50.115" ] @@ -89514,6 +92087,7 @@ "region": "Oslo", "city": "Oslo", "hostname": "osl-002.vpn.privado.io", + "udp": true, "ips": [ "84.247.50.119" ] @@ -89523,6 +92097,7 @@ "region": "Oslo", "city": "Oslo", "hostname": "osl-003.vpn.privado.io", + "udp": true, "ips": [ "84.247.50.123" ] @@ -89532,6 +92107,7 @@ "region": "Metro Manila", "city": "Manila", "hostname": "mnl-003.vpn.privado.io", + "udp": true, "ips": [ "129.227.103.194" ] @@ -89541,6 +92117,7 @@ "region": "Metro Manila", "city": "Manila", "hostname": "mnl-004.vpn.privado.io", + "udp": true, "ips": [ "129.227.103.199" ] @@ -89550,6 +92127,7 @@ "region": "Mazovia", "city": "Warsaw", "hostname": "waw-001.vpn.privado.io", + "udp": true, "ips": [ "217.138.209.163" ] @@ -89559,6 +92137,7 @@ "region": "Mazovia", "city": "Warsaw", "hostname": "waw-002.vpn.privado.io", + "udp": true, "ips": [ "217.138.209.164" ] @@ -89568,6 +92147,7 @@ "region": "Mazovia", "city": "Warsaw", "hostname": "waw-003.vpn.privado.io", + "udp": true, "ips": [ "217.138.209.165" ] @@ -89577,6 +92157,7 @@ "region": "Mazovia", "city": "Warsaw", "hostname": "waw-004.vpn.privado.io", + "udp": true, "ips": [ "217.138.209.166" ] @@ -89586,6 +92167,7 @@ "region": "Mazovia", "city": "Warsaw", "hostname": "waw-005.vpn.privado.io", + "udp": true, "ips": [ "146.59.31.2" ] @@ -89595,6 +92177,7 @@ "region": "Mazovia", "city": "Warsaw", "hostname": "waw-006.vpn.privado.io", + "udp": true, "ips": [ "146.59.31.4" ] @@ -89604,6 +92187,7 @@ "region": "Mazovia", "city": "Warsaw", "hostname": "waw-007.vpn.privado.io", + "udp": true, "ips": [ "146.59.31.6" ] @@ -89613,6 +92197,7 @@ "region": "Mazovia", "city": "Warsaw", "hostname": "waw-008.vpn.privado.io", + "udp": true, "ips": [ "146.59.31.8" ] @@ -89622,6 +92207,7 @@ "region": "Mazovia", "city": "Warsaw", "hostname": "waw-009.vpn.privado.io", + "udp": true, "ips": [ "146.59.31.10" ] @@ -89631,6 +92217,7 @@ "region": "Lisbon", "city": "Lisbon", "hostname": "lis-001.vpn.privado.io", + "udp": true, "ips": [ "89.26.243.153" ] @@ -89640,6 +92227,7 @@ "region": "Lisbon", "city": "Lisbon", "hostname": "lis-002.vpn.privado.io", + "udp": true, "ips": [ "89.26.243.154" ] @@ -89649,6 +92237,7 @@ "region": "București", "city": "Bucharest", "hostname": "otp-001.vpn.privado.io", + "udp": true, "ips": [ "89.46.102.179" ] @@ -89658,6 +92247,7 @@ "region": "București", "city": "Bucharest", "hostname": "otp-002.vpn.privado.io", + "udp": true, "ips": [ "89.46.102.185" ] @@ -89667,6 +92257,7 @@ "region": "Central Serbia", "city": "Belgrade", "hostname": "beg-001.vpn.privado.io", + "udp": true, "ips": [ "89.38.224.19" ] @@ -89676,6 +92267,7 @@ "region": "Central Serbia", "city": "Belgrade", "hostname": "beg-002.vpn.privado.io", + "udp": true, "ips": [ "89.38.224.25" ] @@ -89685,6 +92277,7 @@ "region": "Singapore", "city": "Singapore", "hostname": "sin-001.vpn.privado.io", + "udp": true, "ips": [ "92.119.178.131" ] @@ -89694,6 +92287,7 @@ "region": "Singapore", "city": "Singapore", "hostname": "sin-002.vpn.privado.io", + "udp": true, "ips": [ "92.119.178.138" ] @@ -89703,6 +92297,7 @@ "region": "Singapore", "city": "Singapore", "hostname": "sin-003.vpn.privado.io", + "udp": true, "ips": [ "92.119.178.145" ] @@ -89712,51 +92307,17 @@ "region": "Singapore", "city": "Singapore", "hostname": "sin-004.vpn.privado.io", + "udp": true, "ips": [ "92.119.178.152" ] }, - { - "country": "Slovakia", - "region": "Bratislavský Kraj", - "city": "Bratislava", - "hostname": "ath-001.vpn.privado.io", - "ips": [ - "188.123.126.61" - ] - }, - { - "country": "Slovakia", - "region": "Bratislavský Kraj", - "city": "Bratislava", - "hostname": "ath-002.vpn.privado.io", - "ips": [ - "188.123.126.64" - ] - }, - { - "country": "Slovakia", - "region": "Bratislavský Kraj", - "city": "Bratislava", - "hostname": "ath-003.vpn.privado.io", - "ips": [ - "188.123.126.68" - ] - }, - { - "country": "Slovakia", - "region": "Bratislavský Kraj", - "city": "Bratislava", - "hostname": "ath-004.vpn.privado.io", - "ips": [ - "188.123.126.72" - ] - }, { "country": "Slovakia", "region": "Bratislavský Kraj", "city": "Bratislava", "hostname": "bts-001.vpn.privado.io", + "udp": true, "ips": [ "37.120.221.227" ] @@ -89766,6 +92327,7 @@ "region": "Bratislavský Kraj", "city": "Bratislava", "hostname": "bts-002.vpn.privado.io", + "udp": true, "ips": [ "37.120.221.233" ] @@ -89775,6 +92337,7 @@ "region": "Ljubljana", "city": "Ljubljana", "hostname": "lju-001.vpn.privado.io", + "udp": true, "ips": [ "195.158.249.130" ] @@ -89784,6 +92347,7 @@ "region": "Ljubljana", "city": "Ljubljana", "hostname": "lju-002.vpn.privado.io", + "udp": true, "ips": [ "195.158.249.135" ] @@ -89793,6 +92357,7 @@ "region": "Ljubljana", "city": "Ljubljana", "hostname": "lju-003.vpn.privado.io", + "udp": true, "ips": [ "195.158.249.140" ] @@ -89802,24 +92367,47 @@ "region": "Ljubljana", "city": "Ljubljana", "hostname": "lju-004.vpn.privado.io", + "udp": true, "ips": [ "195.158.249.145" ] }, + { + "country": "South Africa", + "region": "Gauteng", + "city": "Johannesburg", + "hostname": "jnb-001.vpn.privado.io", + "udp": true, + "ips": [ + "172.107.93.131" + ] + }, { "country": "South Africa", "region": "Gauteng", "city": "Johannesburg", "hostname": "jnb-002.vpn.privado.io", + "udp": true, "ips": [ "172.107.93.137" ] }, + { + "country": "Spain", + "region": "Madrid", + "city": "Madrid", + "hostname": "mad-001.vpn.privado.io", + "udp": true, + "ips": [ + "217.138.218.131" + ] + }, { "country": "Spain", "region": "Madrid", "city": "Madrid", "hostname": "mad-002.vpn.privado.io", + "udp": true, "ips": [ "217.138.218.138" ] @@ -89829,6 +92417,7 @@ "region": "Madrid", "city": "Madrid", "hostname": "mad-003.vpn.privado.io", + "udp": true, "ips": [ "217.138.218.145" ] @@ -89838,51 +92427,17 @@ "region": "Madrid", "city": "Madrid", "hostname": "mad-004.vpn.privado.io", + "udp": true, "ips": [ "217.138.218.152" ] }, - { - "country": "Sweden", - "region": "Stockholm", - "city": "Stockholm", - "hostname": "arn-001.vpn.privado.io", - "ips": [ - "86.106.103.67" - ] - }, - { - "country": "Sweden", - "region": "Stockholm", - "city": "Stockholm", - "hostname": "arn-002.vpn.privado.io", - "ips": [ - "86.106.103.74" - ] - }, - { - "country": "Sweden", - "region": "Stockholm", - "city": "Stockholm", - "hostname": "arn-003.vpn.privado.io", - "ips": [ - "86.106.103.81" - ] - }, - { - "country": "Sweden", - "region": "Stockholm", - "city": "Stockholm", - "hostname": "arn-004.vpn.privado.io", - "ips": [ - "86.106.103.88" - ] - }, { "country": "Switzerland", "region": "Zurich", "city": "Zürich", "hostname": "zrh-001.vpn.privado.io", + "udp": true, "ips": [ "185.156.175.195" ] @@ -89892,6 +92447,7 @@ "region": "Zurich", "city": "Zürich", "hostname": "zrh-002.vpn.privado.io", + "udp": true, "ips": [ "185.156.175.202" ] @@ -89901,6 +92457,7 @@ "region": "Zurich", "city": "Zürich", "hostname": "zrh-003.vpn.privado.io", + "udp": true, "ips": [ "185.156.175.209" ] @@ -89910,6 +92467,7 @@ "region": "Zurich", "city": "Zürich", "hostname": "zrh-004.vpn.privado.io", + "udp": true, "ips": [ "185.156.175.216" ] @@ -89919,6 +92477,7 @@ "region": "Taiwan", "city": "Taipei", "hostname": "tsa-001.vpn.privado.io", + "udp": true, "ips": [ "129.227.49.163" ] @@ -89928,6 +92487,7 @@ "region": "Taiwan", "city": "Taipei", "hostname": "tsa-002.vpn.privado.io", + "udp": true, "ips": [ "129.227.49.165" ] @@ -89937,6 +92497,7 @@ "region": "Taiwan", "city": "Taipei", "hostname": "tsa-003.vpn.privado.io", + "udp": true, "ips": [ "129.227.49.167" ] @@ -89946,33 +92507,17 @@ "region": "Taiwan", "city": "Taipei", "hostname": "tsa-005.vpn.privado.io", + "udp": true, "ips": [ "129.227.49.171" ] }, - { - "country": "Thailand", - "region": "Bangkok", - "city": "Bangkok", - "hostname": "bkk-001.vpn.privado.io", - "ips": [ - "119.59.111.3" - ] - }, - { - "country": "Thailand", - "region": "Bangkok", - "city": "Bangkok", - "hostname": "bkk-002.vpn.privado.io", - "ips": [ - "119.59.111.11" - ] - }, { "country": "Turkey", "region": "Istanbul", "city": "Istanbul", "hostname": "ist-001.vpn.privado.io", + "udp": true, "ips": [ "185.84.183.3" ] @@ -89982,60 +92527,17 @@ "region": "Istanbul", "city": "Istanbul", "hostname": "ist-002.vpn.privado.io", + "udp": true, "ips": [ "185.84.183.4" ] }, - { - "country": "Ukraine", - "region": "Kyiv City", - "city": "Kyiv", - "hostname": "iev-001.vpn.privado.io", - "ips": [ - "176.103.52.40" - ] - }, - { - "country": "Ukraine", - "region": "Kyiv City", - "city": "Kyiv", - "hostname": "iev-002.vpn.privado.io", - "ips": [ - "176.103.53.40" - ] - }, - { - "country": "United Kingdom", - "region": "England", - "city": "London", - "hostname": "lhr-001.vpn.privado.io", - "ips": [ - "217.138.195.163" - ] - }, - { - "country": "United Kingdom", - "region": "England", - "city": "London", - "hostname": "lhr-002.vpn.privado.io", - "ips": [ - "217.138.195.168" - ] - }, - { - "country": "United Kingdom", - "region": "England", - "city": "London", - "hostname": "lhr-003.vpn.privado.io", - "ips": [ - "217.138.195.173" - ] - }, { "country": "United Kingdom", "region": "England", "city": "London", "hostname": "lhr-004.vpn.privado.io", + "udp": true, "ips": [ "217.138.195.178" ] @@ -90045,6 +92547,7 @@ "region": "England", "city": "London", "hostname": "lhr-005.vpn.privado.io", + "udp": true, "ips": [ "51.195.251.192" ] @@ -90054,6 +92557,7 @@ "region": "England", "city": "London", "hostname": "lhr-006.vpn.privado.io", + "udp": true, "ips": [ "51.195.251.194" ] @@ -90063,6 +92567,7 @@ "region": "England", "city": "London", "hostname": "lhr-007.vpn.privado.io", + "udp": true, "ips": [ "51.195.251.196" ] @@ -90072,6 +92577,7 @@ "region": "England", "city": "London", "hostname": "lhr-008.vpn.privado.io", + "udp": true, "ips": [ "51.195.251.198" ] @@ -90081,6 +92587,7 @@ "region": "England", "city": "London", "hostname": "man-005.vpn.privado.io", + "udp": true, "ips": [ "77.243.177.194" ] @@ -90090,6 +92597,7 @@ "region": "England", "city": "London", "hostname": "man-006.vpn.privado.io", + "udp": true, "ips": [ "77.243.177.205" ] @@ -90099,6 +92607,7 @@ "region": "England", "city": "London", "hostname": "man-007.vpn.privado.io", + "udp": true, "ips": [ "77.243.177.216" ] @@ -90108,6 +92617,7 @@ "region": "England", "city": "London", "hostname": "man-008.vpn.privado.io", + "udp": true, "ips": [ "81.92.203.242" ] @@ -90117,6 +92627,7 @@ "region": "England", "city": "Manchester", "hostname": "man-001.vpn.privado.io", + "udp": true, "ips": [ "217.138.196.131" ] @@ -90126,6 +92637,7 @@ "region": "England", "city": "Manchester", "hostname": "man-002.vpn.privado.io", + "udp": true, "ips": [ "217.138.196.138" ] @@ -90135,6 +92647,7 @@ "region": "England", "city": "Manchester", "hostname": "man-003.vpn.privado.io", + "udp": true, "ips": [ "217.138.196.145" ] @@ -90144,6 +92657,7 @@ "region": "England", "city": "Manchester", "hostname": "man-004.vpn.privado.io", + "udp": true, "ips": [ "217.138.196.152" ] @@ -90153,6 +92667,7 @@ "region": "California", "city": "Los Angeles", "hostname": "lax-001.vpn.privado.io", + "udp": true, "ips": [ "81.171.62.3" ] @@ -90162,15 +92677,27 @@ "region": "California", "city": "Los Angeles", "hostname": "lax-002.vpn.privado.io", + "udp": true, "ips": [ "81.171.62.13" ] }, + { + "country": "United States", + "region": "California", + "city": "Los Angeles", + "hostname": "lax-005.vpn.privado.io", + "udp": true, + "ips": [ + "81.171.62.70" + ] + }, { "country": "United States", "region": "California", "city": "Los Angeles", "hostname": "lax-006.vpn.privado.io", + "udp": true, "ips": [ "81.171.62.80" ] @@ -90180,15 +92707,27 @@ "region": "California", "city": "Los Angeles", "hostname": "lax-007.vpn.privado.io", + "udp": true, "ips": [ "81.171.62.90" ] }, + { + "country": "United States", + "region": "California", + "city": "Los Angeles", + "hostname": "mex-003.vpn.privado.io", + "udp": true, + "ips": [ + "81.171.63.3" + ] + }, { "country": "United States", "region": "California", "city": "Los Angeles", "hostname": "mex-004.vpn.privado.io", + "udp": true, "ips": [ "81.171.63.13" ] @@ -90198,24 +92737,17 @@ "region": "California", "city": "Los Angeles", "hostname": "mex-008.vpn.privado.io", + "udp": true, "ips": [ "81.171.63.54" ] }, - { - "country": "United States", - "region": "California", - "city": "McKinleyville", - "hostname": "pdx-004.vpn.privado.io", - "ips": [ - "104.255.228.143" - ] - }, { "country": "United States", "region": "Colorado", "city": "Denver", "hostname": "den-001.vpn.privado.io", + "udp": true, "ips": [ "173.248.141.195" ] @@ -90225,6 +92757,7 @@ "region": "Colorado", "city": "Denver", "hostname": "den-002.vpn.privado.io", + "udp": true, "ips": [ "173.248.141.197" ] @@ -90234,6 +92767,7 @@ "region": "Florida", "city": "Miami", "hostname": "mia-001.vpn.privado.io", + "udp": true, "ips": [ "86.106.87.131" ] @@ -90243,6 +92777,7 @@ "region": "Florida", "city": "Miami", "hostname": "mia-002.vpn.privado.io", + "udp": true, "ips": [ "86.106.87.136" ] @@ -90252,6 +92787,7 @@ "region": "Florida", "city": "Miami", "hostname": "mia-003.vpn.privado.io", + "udp": true, "ips": [ "86.106.87.141" ] @@ -90261,6 +92797,7 @@ "region": "Florida", "city": "Miami", "hostname": "mia-004.vpn.privado.io", + "udp": true, "ips": [ "86.106.87.146" ] @@ -90270,24 +92807,17 @@ "region": "Illinois", "city": "Chicago", "hostname": "ord-007.vpn.privado.io", + "udp": true, "ips": [ "23.108.95.203" ] }, - { - "country": "United States", - "region": "Illinois", - "city": "Chicago", - "hostname": "ord-008.vpn.privado.io", - "ips": [ - "23.108.95.222" - ] - }, { "country": "United States", "region": "Illinois", "city": "Chicago", "hostname": "ord-009.vpn.privado.io", + "udp": true, "ips": [ "23.108.95.224" ] @@ -90297,6 +92827,7 @@ "region": "Illinois", "city": "Chicago", "hostname": "ord-010.vpn.privado.io", + "udp": true, "ips": [ "23.108.95.226" ] @@ -90306,6 +92837,7 @@ "region": "Illinois", "city": "Chicago", "hostname": "ord-011.vpn.privado.io", + "udp": true, "ips": [ "23.108.95.228" ] @@ -90315,6 +92847,7 @@ "region": "Illinois", "city": "Elk Grove Village", "hostname": "ord-005.vpn.privado.io", + "udp": true, "ips": [ "23.254.112.145" ] @@ -90324,24 +92857,17 @@ "region": "Illinois", "city": "Elk Grove Village", "hostname": "ord-006.vpn.privado.io", + "udp": true, "ips": [ "23.254.112.152" ] }, - { - "country": "United States", - "region": "Missouri", - "city": "St. Louis", - "hostname": "stl-001.vpn.privado.io", - "ips": [ - "148.72.170.145" - ] - }, { "country": "United States", "region": "New York", "city": "New York City", "hostname": "jfk-001.vpn.privado.io", + "udp": true, "ips": [ "217.138.208.99" ] @@ -90351,6 +92877,7 @@ "region": "New York", "city": "New York City", "hostname": "jfk-002.vpn.privado.io", + "udp": true, "ips": [ "217.138.208.106" ] @@ -90360,6 +92887,7 @@ "region": "New York", "city": "New York City", "hostname": "jfk-005.vpn.privado.io", + "udp": true, "ips": [ "37.120.244.3" ] @@ -90369,6 +92897,7 @@ "region": "New York", "city": "New York City", "hostname": "jfk-006.vpn.privado.io", + "udp": true, "ips": [ "37.120.244.10" ] @@ -90378,6 +92907,7 @@ "region": "New York", "city": "New York City", "hostname": "jfk-007.vpn.privado.io", + "udp": true, "ips": [ "37.120.244.17" ] @@ -90387,15 +92917,27 @@ "region": "New York", "city": "New York City", "hostname": "jfk-008.vpn.privado.io", + "udp": true, "ips": [ "37.120.244.24" ] }, + { + "country": "United States", + "region": "New York", + "city": "New York City", + "hostname": "jfk-009.vpn.privado.io", + "udp": true, + "ips": [ + "23.19.225.65" + ] + }, { "country": "United States", "region": "New York", "city": "New York City", "hostname": "jfk-010.vpn.privado.io", + "udp": true, "ips": [ "23.19.225.67" ] @@ -90405,6 +92947,7 @@ "region": "New York", "city": "New York City", "hostname": "jfk-011.vpn.privado.io", + "udp": true, "ips": [ "23.19.225.69" ] @@ -90414,6 +92957,7 @@ "region": "New York", "city": "New York City", "hostname": "jfk-039.vpn.privado.io", + "udp": true, "ips": [ "209.240.97.72" ] @@ -90423,33 +92967,17 @@ "region": "New York", "city": "Woodridge", "hostname": "jfk-038.vpn.privado.io", + "udp": true, "ips": [ "209.240.97.67" ] }, - { - "country": "United States", - "region": "Oregon", - "city": "Deschutes River Woods", - "hostname": "pdx-003.vpn.privado.io", - "ips": [ - "104.255.228.139" - ] - }, - { - "country": "United States", - "region": "Oregon", - "city": "Deschutes River Woods", - "hostname": "pdx-018.vpn.privado.io", - "ips": [ - "104.255.228.203" - ] - }, { "country": "United States", "region": "Texas", "city": "Dallas", "hostname": "dfw-001.vpn.privado.io", + "udp": true, "ips": [ "23.105.32.243" ] @@ -90459,6 +92987,7 @@ "region": "Texas", "city": "Dallas", "hostname": "dfw-002.vpn.privado.io", + "udp": true, "ips": [ "23.105.32.244" ] @@ -90468,6 +92997,7 @@ "region": "Texas", "city": "Dallas", "hostname": "dfw-003.vpn.privado.io", + "udp": true, "ips": [ "172.241.25.157" ] @@ -90477,6 +93007,7 @@ "region": "Texas", "city": "Dallas", "hostname": "dfw-004.vpn.privado.io", + "udp": true, "ips": [ "172.241.25.159" ] @@ -90486,6 +93017,7 @@ "region": "Texas", "city": "Dallas", "hostname": "dfw-005.vpn.privado.io", + "udp": true, "ips": [ "172.241.25.161" ] @@ -90495,6 +93027,7 @@ "region": "Texas", "city": "Dallas", "hostname": "dfw-006.vpn.privado.io", + "udp": true, "ips": [ "172.241.25.163" ] @@ -90504,6 +93037,7 @@ "region": "Texas", "city": "Dallas", "hostname": "dfw-007.vpn.privado.io", + "udp": true, "ips": [ "172.241.25.165" ] @@ -90513,6 +93047,7 @@ "region": "Texas", "city": "Dallas", "hostname": "dfw-008.vpn.privado.io", + "udp": true, "ips": [ "172.241.25.167" ] @@ -90522,6 +93057,7 @@ "region": "Texas", "city": "Dallas", "hostname": "dfw-009.vpn.privado.io", + "udp": true, "ips": [ "172.241.25.169" ] @@ -90531,6 +93067,7 @@ "region": "Texas", "city": "Dallas", "hostname": "dfw-010.vpn.privado.io", + "udp": true, "ips": [ "172.241.25.171" ] @@ -90540,6 +93077,7 @@ "region": "Texas", "city": "Dallas", "hostname": "dfw-011.vpn.privado.io", + "udp": true, "ips": [ "172.241.25.173" ] @@ -90549,6 +93087,7 @@ "region": "Texas", "city": "Dallas", "hostname": "dfw-012.vpn.privado.io", + "udp": true, "ips": [ "172.241.25.175" ] @@ -90558,6 +93097,7 @@ "region": "Texas", "city": "Dallas", "hostname": "dfw-013.vpn.privado.io", + "udp": true, "ips": [ "172.241.25.177" ] @@ -90567,6 +93107,7 @@ "region": "Texas", "city": "Dallas", "hostname": "dfw-014.vpn.privado.io", + "udp": true, "ips": [ "172.241.25.179" ] @@ -90576,6 +93117,7 @@ "region": "Texas", "city": "Dallas", "hostname": "dfw-034.vpn.privado.io", + "udp": true, "ips": [ "146.70.58.35" ] @@ -90585,6 +93127,7 @@ "region": "Texas", "city": "Dallas", "hostname": "dfw-035.vpn.privado.io", + "udp": true, "ips": [ "146.70.58.40" ] @@ -90594,6 +93137,7 @@ "region": "Texas", "city": "Dallas", "hostname": "dfw-036.vpn.privado.io", + "udp": true, "ips": [ "146.70.58.45" ] @@ -90603,6 +93147,7 @@ "region": "Texas", "city": "Dallas", "hostname": "dfw-037.vpn.privado.io", + "udp": true, "ips": [ "146.70.58.50" ] @@ -90612,6 +93157,7 @@ "region": "Virginia", "city": "Ashburn", "hostname": "dca-001.vpn.privado.io", + "udp": true, "ips": [ "85.12.61.10" ] @@ -90621,6 +93167,7 @@ "region": "Virginia", "city": "Ashburn", "hostname": "dca-002.vpn.privado.io", + "udp": true, "ips": [ "85.12.61.20" ] @@ -90630,6 +93177,7 @@ "region": "Virginia", "city": "Ashburn", "hostname": "dca-003.vpn.privado.io", + "udp": true, "ips": [ "85.12.61.30" ] @@ -90639,6 +93187,7 @@ "region": "Virginia", "city": "Ashburn", "hostname": "dca-004.vpn.privado.io", + "udp": true, "ips": [ "85.12.61.40" ] @@ -90648,6 +93197,7 @@ "region": "Virginia", "city": "Ashburn", "hostname": "dca-009.vpn.privado.io", + "udp": true, "ips": [ "85.12.61.90" ] @@ -90657,6 +93207,7 @@ "region": "Virginia", "city": "Ashburn", "hostname": "dca-011.vpn.privado.io", + "udp": true, "ips": [ "85.12.61.110" ] @@ -90666,6 +93217,7 @@ "region": "Virginia", "city": "Ashburn", "hostname": "dca-012.vpn.privado.io", + "udp": true, "ips": [ "85.12.61.120" ] @@ -90675,6 +93227,7 @@ "region": "Virginia", "city": "Ashburn", "hostname": "dca-015.vpn.privado.io", + "udp": true, "ips": [ "85.12.61.172" ] @@ -90684,6 +93237,7 @@ "region": "Virginia", "city": "Ashburn", "hostname": "dca-016.vpn.privado.io", + "udp": true, "ips": [ "85.12.61.177" ] @@ -90693,51 +93247,37 @@ "region": "Virginia", "city": "Ashburn", "hostname": "dca-017.vpn.privado.io", + "udp": true, "ips": [ "85.12.61.182" ] }, + { + "country": "United States", + "region": "Virginia", + "city": "Ashburn", + "hostname": "dca-018.vpn.privado.io", + "udp": true, + "ips": [ + "85.12.61.187" + ] + }, { "country": "United States", "region": "Virginia", "city": "Ashburn", "hostname": "dca-086.vpn.privado.io", + "udp": true, "ips": [ "85.12.61.9" ] }, - { - "country": "United States", - "region": "Washington", - "city": "Federal Way", - "hostname": "pdx-016.vpn.privado.io", - "ips": [ - "104.255.228.195" - ] - }, - { - "country": "United States", - "region": "Washington", - "city": "Federal Way", - "hostname": "pdx-017.vpn.privado.io", - "ips": [ - "104.255.228.199" - ] - }, - { - "country": "United States", - "region": "Washington", - "city": "Federal Way", - "hostname": "pdx-019.vpn.privado.io", - "ips": [ - "104.255.228.207" - ] - }, { "country": "United States", "region": "Washington", "city": "Martha Lake", "hostname": "pdx-001.vpn.privado.io", + "udp": true, "ips": [ "104.255.228.131" ] @@ -90747,15 +93287,77 @@ "region": "Washington", "city": "Martha Lake", "hostname": "pdx-002.vpn.privado.io", + "udp": true, "ips": [ "104.255.228.135" ] }, + { + "country": "United States", + "region": "Washington", + "city": "Martha Lake", + "hostname": "pdx-003.vpn.privado.io", + "udp": true, + "ips": [ + "104.255.228.139" + ] + }, + { + "country": "United States", + "region": "Washington", + "city": "Martha Lake", + "hostname": "pdx-004.vpn.privado.io", + "udp": true, + "ips": [ + "104.255.228.143" + ] + }, + { + "country": "United States", + "region": "Washington", + "city": "Martha Lake", + "hostname": "pdx-016.vpn.privado.io", + "udp": true, + "ips": [ + "104.255.228.195" + ] + }, + { + "country": "United States", + "region": "Washington", + "city": "Martha Lake", + "hostname": "pdx-017.vpn.privado.io", + "udp": true, + "ips": [ + "104.255.228.199" + ] + }, + { + "country": "United States", + "region": "Washington", + "city": "Martha Lake", + "hostname": "pdx-018.vpn.privado.io", + "udp": true, + "ips": [ + "104.255.228.203" + ] + }, + { + "country": "United States", + "region": "Washington", + "city": "Martha Lake", + "hostname": "pdx-019.vpn.privado.io", + "udp": true, + "ips": [ + "104.255.228.207" + ] + }, { "country": "United States", "region": "Washington", "city": "Seattle", "hostname": "sea-001.vpn.privado.io", + "udp": true, "ips": [ "23.81.208.96" ] @@ -90765,6 +93367,7 @@ "region": "Washington", "city": "Seattle", "hostname": "sea-002.vpn.privado.io", + "udp": true, "ips": [ "23.81.208.104" ] @@ -90774,6 +93377,7 @@ "region": "Washington", "city": "Seattle", "hostname": "sea-003.vpn.privado.io", + "udp": true, "ips": [ "23.19.87.109" ] @@ -90783,24 +93387,47 @@ "region": "Washington", "city": "Seattle", "hostname": "sea-004.vpn.privado.io", + "udp": true, "ips": [ "23.19.87.116" ] }, + { + "country": "United States", + "region": "Washington", + "city": "Seattle", + "hostname": "sea-005.vpn.privado.io", + "udp": true, + "ips": [ + "98.96.202.130" + ] + }, { "country": "United States", "region": "Washington", "city": "Seattle", "hostname": "sea-006.vpn.privado.io", + "udp": true, "ips": [ "98.96.202.135" ] }, + { + "country": "United States", + "region": "Washington", + "city": "Seattle", + "hostname": "sea-007.vpn.privado.io", + "udp": true, + "ips": [ + "98.96.202.140" + ] + }, { "country": "United States", "region": "Washington", "city": "Seattle", "hostname": "sea-008.vpn.privado.io", + "udp": true, "ips": [ "98.96.202.145" ] @@ -90810,6 +93437,7 @@ "region": "Washington, D.C.", "city": "Washington", "hostname": "dca-013.vpn.privado.io", + "udp": true, "ips": [ "185.247.68.3" ] @@ -90819,6 +93447,7 @@ "region": "Washington, D.C.", "city": "Washington", "hostname": "dca-014.vpn.privado.io", + "udp": true, "ips": [ "185.247.68.14" ] @@ -93553,13 +96182,15 @@ ] }, "privatevpn": { - "version": 2, - "timestamp": 1650661388, + "version": 3, + "timestamp": 1650703868, "servers": [ { "country": "Argentina", "city": "BuenosAires", "hostname": "ar-bue.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "181.119.160.59" ] @@ -93568,22 +96199,18 @@ "country": "Australia", "city": "Melbourne", "hostname": "au-mel.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "103.231.88.203" ] }, - { - "country": "Australia", - "city": "Sydney1", - "hostname": "au-syd.pvdata.host", - "ips": [ - "143.244.63.96" - ] - }, { "country": "Austria", "city": "Wien", "hostname": "at-wie.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "185.9.19.91" ] @@ -93592,6 +96219,8 @@ "country": "Belgium", "city": "Brussels", "hostname": "be-bru.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "185.104.186.211" ] @@ -93600,41 +96229,29 @@ "country": "Brazil", "city": "SaoPaulo", "hostname": "br-sao.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "45.162.230.59" ] }, - { - "country": "Bulgaria", - "city": "Sofia", - "hostname": "bg-sof.pvdata.host", - "ips": [ - "185.94.192.163" - ] - }, { "country": "Canada", "city": "Montreal", "hostname": "ca-mon.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "37.120.237.163", "87.101.92.131" ] }, - { - "country": "Canada", - "city": "Toronto1", - "hostname": "ca-tor.pvdata.host", - "ips": [ - "45.148.7.3", - "45.148.7.6", - "45.148.7.8" - ] - }, { "country": "Canada", "city": "Vancouver", "hostname": "ca-van.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "74.3.160.19" ] @@ -93643,14 +96260,30 @@ "country": "Chile", "city": "Santiago", "hostname": "cl-san.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "216.241.14.227" ] }, + { + "country": "Colombia", + "city": "Bogota", + "hostname": "ca-tor.pvdata.host", + "tcp": true, + "udp": true, + "ips": [ + "45.148.7.3", + "45.148.7.6", + "45.148.7.8" + ] + }, { "country": "Colombia", "city": "Bogota", "hostname": "co-bog.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "201.217.220.27" ] @@ -93659,6 +96292,8 @@ "country": "Costa Rica", "city": "SanJose", "hostname": "cr-san.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "190.10.8.218" ] @@ -93667,6 +96302,8 @@ "country": "Croatia", "city": "Zagreb", "hostname": "hr-zag.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "85.10.56.127" ] @@ -93675,6 +96312,8 @@ "country": "Cyprus", "city": "Nicosia", "hostname": "cy-nic.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "185.173.226.47" ] @@ -93683,6 +96322,8 @@ "country": "Czech Republic", "city": "Prague", "hostname": "cz-pra.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "185.156.174.179" ] @@ -93691,6 +96332,8 @@ "country": "Denmark", "city": "Copenhagen", "hostname": "dk-cop.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "62.115.255.188", "62.115.255.189" @@ -93700,6 +96343,8 @@ "country": "France", "city": "Paris1", "hostname": "fr-par.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "80.239.199.102", "80.239.199.103", @@ -93711,23 +96356,19 @@ "country": "Germany", "city": "Frankfurt1", "hostname": "de-fra.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "193.180.119.130", "193.180.119.131" ] }, - { - "country": "Germany", - "city": "Nuremberg", - "hostname": "de-nur.pvdata.host", - "ips": [ - "185.89.36.3" - ] - }, { "country": "Greece", "city": "Athens", "hostname": "gr-ath.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "154.57.3.33" ] @@ -93736,6 +96377,8 @@ "country": "Hong Kong", "city": "HongKong", "hostname": "hk-hon.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "84.17.37.58" ] @@ -93744,6 +96387,8 @@ "country": "Hungary", "city": "Budapest", "hostname": "hu-bud.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "185.104.187.67" ] @@ -93752,6 +96397,8 @@ "country": "Iceland", "city": "Reykjavik", "hostname": "is-rey.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "82.221.113.210" ] @@ -93760,6 +96407,8 @@ "country": "Indonesia", "city": "Jakarta", "hostname": "id-jak.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "23.248.170.136" ] @@ -93768,6 +96417,8 @@ "country": "Ireland", "city": "Dublin", "hostname": "ie-dub.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "217.138.222.67" ] @@ -93776,14 +96427,18 @@ "country": "Isle of Man", "city": "Ballasalla", "hostname": "im-bal.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "81.27.96.89" ] }, { "country": "Italy", - "city": "Milan1", + "city": "Milan", "hostname": "it-mil.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "45.130.85.3", "45.130.85.6", @@ -93797,6 +96452,8 @@ "country": "Japan", "city": "Tokyo1", "hostname": "jp-tok.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "89.187.160.154", "89.187.161.142" @@ -93806,6 +96463,8 @@ "country": "Korea", "city": "Seoul", "hostname": "kr-seo.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "92.223.73.37" ] @@ -93814,6 +96473,8 @@ "country": "Latvia", "city": "Riga", "hostname": "lv-rig.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "217.199.103.164" ] @@ -93822,6 +96483,8 @@ "country": "Lithuania", "city": "Siauliai", "hostname": "lt-sia.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "185.64.104.48" ] @@ -93830,6 +96493,8 @@ "country": "Luxembourg", "city": "Steinsel", "hostname": "lu-ste.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "94.242.250.71" ] @@ -93838,6 +96503,8 @@ "country": "Malaysia", "city": "KualaLumpur", "hostname": "my-kua.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "128.1.160.184" ] @@ -93846,6 +96513,8 @@ "country": "Malta", "city": "Qormi", "hostname": "mt-qor.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "130.185.255.25" ] @@ -93854,6 +96523,8 @@ "country": "Mexico", "city": "MexicoCity", "hostname": "mx-mex.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "190.60.16.28" ] @@ -93862,6 +96533,8 @@ "country": "Moldova", "city": "Chisinau", "hostname": "md-chi.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "178.17.172.99" ] @@ -93870,6 +96543,8 @@ "country": "Netherlands", "city": "Amsterdam1", "hostname": "nl-ams.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "193.180.119.194", "193.180.119.195", @@ -93881,6 +96556,8 @@ "country": "New Zealand", "city": "Auckland", "hostname": "nz-auc.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "45.252.191.34" ] @@ -93889,6 +96566,8 @@ "country": "Norway", "city": "Oslo", "hostname": "no-osl.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "91.205.186.26" ] @@ -93897,6 +96576,8 @@ "country": "Panama", "city": "PanamaCity", "hostname": "pa-pan.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "200.110.155.235" ] @@ -93905,6 +96586,8 @@ "country": "Peru", "city": "Lima", "hostname": "pe-lim.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "170.0.81.107" ] @@ -93913,6 +96596,8 @@ "country": "Philippines", "city": "Manila", "hostname": "ph-man.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "128.1.209.12" ] @@ -93921,6 +96606,8 @@ "country": "Poland", "city": "Torun", "hostname": "pl-tor.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "91.236.55.255", "185.72.199.130" @@ -93930,6 +96617,8 @@ "country": "Portugal", "city": "Lisbon", "hostname": "pt-lis.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "130.185.85.107" ] @@ -93938,6 +96627,8 @@ "country": "Romania", "city": "Bukarest", "hostname": "ro-buk.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "89.40.181.203" ] @@ -93946,6 +96637,8 @@ "country": "Russian Federation", "city": "Krasnoyarsk", "hostname": "ru-kra.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "92.223.87.11" ] @@ -93954,6 +96647,8 @@ "country": "Russian Federation", "city": "Moscow", "hostname": "ru-mos.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "92.223.103.138" ] @@ -93962,6 +96657,8 @@ "country": "Russian Federation", "city": "StPetersburg", "hostname": "ru-pet.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "95.213.148.99" ] @@ -93970,14 +96667,18 @@ "country": "Serbia", "city": "Belgrade", "hostname": "rs-bel.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "141.98.103.166" ] }, { - "country": "Singapore", - "city": "Singapore", + "country": "Slovakia", + "city": "Bratislava", "hostname": "sg-sin.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "143.244.33.81" ] @@ -93986,6 +96687,8 @@ "country": "Slovakia", "city": "Bratislava", "hostname": "sk-bra.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "46.29.2.168" ] @@ -93994,6 +96697,8 @@ "country": "South Africa", "city": "Johannesburg", "hostname": "za-joh.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "129.232.185.115", "129.232.209.235" @@ -94003,6 +96708,8 @@ "country": "Spain", "city": "Madrid", "hostname": "es-mad.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "217.212.244.92", "217.212.244.93" @@ -94012,6 +96719,8 @@ "country": "Sweden", "city": "Gothenburg", "hostname": "se-got.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "193.187.91.19", "193.187.91.21" @@ -94021,6 +96730,8 @@ "country": "Sweden", "city": "Kista", "hostname": "se-kis.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "193.187.88.216", "193.187.88.217", @@ -94034,6 +96745,8 @@ { "country": "Sweden", "city": "Stockholm", + "tcp": true, + "udp": true, "ips": [ "193.180.119.2" ] @@ -94042,6 +96755,8 @@ "country": "Sweden", "city": "Stockholm", "hostname": "se-sto.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "45.130.87.3", "45.130.87.5", @@ -94053,19 +96768,12 @@ "45.130.87.18" ] }, - { - "country": "Switzerland", - "city": "Zurich1", - "hostname": "ch-zur.pvdata.host", - "ips": [ - "217.212.245.92", - "217.212.245.93" - ] - }, { "country": "Taiwan", "city": "Taipei", "hostname": "tw-tai.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "2.58.241.51" ] @@ -94074,6 +96782,8 @@ "country": "Thailand", "city": "Bangkok", "hostname": "th-ban.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "103.27.203.234" ] @@ -94082,6 +96792,8 @@ "country": "Turkey", "city": "Istanbul", "hostname": "tr-ist.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "92.38.180.28" ] @@ -94090,6 +96802,8 @@ "country": "Ukraine", "city": "Kiev", "hostname": "ua-kie.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "192.121.68.131" ] @@ -94098,6 +96812,8 @@ "country": "Ukraine", "city": "Nikolaev", "hostname": "ua-nik.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "194.54.83.21" ] @@ -94106,6 +96822,8 @@ "country": "United Arab Emirates", "city": "Dubai", "hostname": "ae-dub.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "45.9.249.59" ] @@ -94114,6 +96832,8 @@ "country": "United Kingdom", "city": "London1", "hostname": "uk-lon.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "193.180.119.66", "193.180.119.67", @@ -94127,6 +96847,8 @@ "country": "United Kingdom", "city": "London2", "hostname": "uk-lon2.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "185.41.242.67" ] @@ -94135,6 +96857,8 @@ "country": "United Kingdom", "city": "London7", "hostname": "uk-lon7.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "185.125.204.179" ] @@ -94143,6 +96867,8 @@ "country": "United Kingdom", "city": "Manchester", "hostname": "uk-man.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "185.206.227.181" ] @@ -94151,6 +96877,8 @@ "country": "United States", "city": "Atlanta", "hostname": "us-atl.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "89.187.170.130", "138.199.2.53" @@ -94160,6 +96888,8 @@ "country": "United States", "city": "Buffalo", "hostname": "us-buf.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "172.245.13.115", "192.210.199.35" @@ -94169,6 +96899,8 @@ "country": "United States", "city": "Chicago1", "hostname": "us-chi.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "143.244.60.90", "185.93.1.114" @@ -94178,6 +96910,8 @@ "country": "United States", "city": "Dallas", "hostname": "us-dal.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "89.187.164.97" ] @@ -94186,6 +96920,8 @@ "country": "United States", "city": "LasVegas", "hostname": "us-las.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "82.102.30.19" ] @@ -94194,6 +96930,8 @@ "country": "United States", "city": "LosAngeles", "hostname": "us-los.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "89.187.185.78", "185.152.67.132" @@ -94203,6 +96941,8 @@ "country": "United States", "city": "Miami", "hostname": "us-mia.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "195.181.163.139" ] @@ -94211,6 +96951,8 @@ "country": "United States", "city": "NewYork1", "hostname": "us-nyc.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "45.130.86.3", "45.130.86.5", @@ -94223,6 +96965,8 @@ "country": "United States", "city": "Phoenix", "hostname": "us-pho.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "82.102.30.131" ] @@ -94231,6 +96975,8 @@ "country": "Vietnam", "city": "HoChiMinhCity", "hostname": "vn-hoc.pvdata.host", + "tcp": true, + "udp": true, "ips": [ "210.2.64.5" ] @@ -94238,13 +96984,15 @@ ] }, "protonvpn": { - "version": 2, - "timestamp": 1650138605, + "version": 3, + "timestamp": 1650662462, "servers": [ { "country": "Argentina", "server_name": "CH-AR#1", "hostname": "ch-ar-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.186" ] @@ -94254,6 +97002,8 @@ "city": "Buenos Aires", "server_name": "AR#17", "hostname": "ar-17.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "66.90.72.171", "66.90.72.171", @@ -94265,6 +97015,8 @@ "city": "Buenos Aires", "server_name": "AR#20", "hostname": "node-ar-03.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "66.90.72.170", "66.90.72.170", @@ -94277,6 +97029,8 @@ "country": "Australia", "server_name": "CH-AU#1", "hostname": "ch-au-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.50" ] @@ -94285,6 +97039,8 @@ "country": "Australia", "server_name": "CH-AU#1", "hostname": "ch-au-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.51" ] @@ -94293,6 +97049,8 @@ "country": "Australia", "server_name": "CH-AU#1", "hostname": "ch-au-01c.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.55" ] @@ -94301,6 +97059,8 @@ "country": "Australia", "server_name": "SE-AU#1", "hostname": "se-au-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.55" ] @@ -94309,6 +97069,8 @@ "country": "Australia", "server_name": "SE-AU#1", "hostname": "se-au-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.79" ] @@ -94317,6 +97079,8 @@ "country": "Australia", "server_name": "SE-AU#1", "hostname": "se-au-01c.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.80" ] @@ -94326,6 +97090,8 @@ "city": "Adelaide", "server_name": "AU#37", "hostname": "au-37.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "116.206.231.187" ] @@ -94335,6 +97101,8 @@ "city": "Adelaide", "server_name": "AU#38", "hostname": "node-au-09.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "116.206.231.186", "116.206.231.186", @@ -94346,6 +97114,8 @@ "city": "Brisbane", "server_name": "AU#41", "hostname": "au-41.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "103.108.95.147" ] @@ -94355,6 +97125,8 @@ "city": "Brisbane", "server_name": "AU#42", "hostname": "node-au-10.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "103.108.95.146", "103.108.95.146", @@ -94366,6 +97138,8 @@ "city": "Perth", "server_name": "AU#17", "hostname": "au-17.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "103.107.196.203" ] @@ -94375,6 +97149,8 @@ "city": "Perth", "server_name": "AU#18", "hostname": "node-au-05.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "103.107.196.202", "103.107.196.202", @@ -94386,6 +97162,8 @@ "city": "Perth", "server_name": "AU#29", "hostname": "au-29.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "103.107.197.3", "103.107.197.3", @@ -94397,6 +97175,8 @@ "city": "Perth", "server_name": "AU#32", "hostname": "node-au-08.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "103.107.197.2", "103.107.197.2", @@ -94410,6 +97190,8 @@ "city": "Sydney", "server_name": "AU#13", "hostname": "au-13.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "103.212.227.123" ] @@ -94419,6 +97201,8 @@ "city": "Sydney", "server_name": "AU#14", "hostname": "node-au-04.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "103.212.227.122", "103.212.227.122", @@ -94430,6 +97214,8 @@ "city": "Sydney", "server_name": "AU#21", "hostname": "node-au-06.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "137.59.253.50", "137.59.253.50", @@ -94442,6 +97228,8 @@ "city": "Sydney", "server_name": "AU#25", "hostname": "node-au-07.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "137.59.253.55", "137.59.253.55", @@ -94453,6 +97241,8 @@ "country": "Austria", "server_name": "CH-AT#1", "hostname": "ch-at-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.34" ] @@ -94461,6 +97251,8 @@ "country": "Austria", "server_name": "CH-AT#1", "hostname": "ch-at-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.35" ] @@ -94469,6 +97261,8 @@ "country": "Austria", "server_name": "CH-AT#1", "hostname": "ch-at-01c.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.47" ] @@ -94477,6 +97271,8 @@ "country": "Austria", "server_name": "CH-AT#1", "hostname": "ch-at-01d.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.75" ] @@ -94485,6 +97281,8 @@ "country": "Austria", "server_name": "IS-AT#1", "hostname": "is-at-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.164" ] @@ -94493,6 +97291,8 @@ "country": "Austria", "server_name": "IS-AT#1", "hostname": "is-at-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.165" ] @@ -94502,6 +97302,8 @@ "city": "Vienna", "server_name": "AT#1", "hostname": "at-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.244.212.59", "185.244.212.59" @@ -94512,6 +97314,8 @@ "city": "Vienna", "server_name": "AT#10", "hostname": "node-at-03.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "94.198.41.218", "94.198.41.218", @@ -94523,6 +97327,8 @@ "city": "Vienna", "server_name": "AT#13", "hostname": "at-13.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "94.198.41.211" ] @@ -94532,6 +97338,8 @@ "city": "Vienna", "server_name": "AT#14", "hostname": "node-at-04.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "94.198.41.210", "94.198.41.210", @@ -94543,6 +97351,8 @@ "city": "Vienna", "server_name": "AT#3", "hostname": "node-at-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.244.212.58", "185.244.212.58" @@ -94553,6 +97363,8 @@ "city": "Vienna", "server_name": "AT#5", "hostname": "at-05.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.244.212.219", "185.244.212.219" @@ -94563,6 +97375,8 @@ "city": "Vienna", "server_name": "AT#7", "hostname": "node-at-02.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.244.212.218", "185.244.212.218" @@ -94573,6 +97387,8 @@ "city": "Vienna", "server_name": "AT#9", "hostname": "at-09.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "94.198.41.219" ] @@ -94581,6 +97397,8 @@ "country": "Belgium", "server_name": "CH-BE#1", "hostname": "ch-be-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.147" ] @@ -94589,6 +97407,8 @@ "country": "Belgium", "server_name": "IS-BE#1", "hostname": "is-be-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.127" ] @@ -94597,6 +97417,8 @@ "country": "Belgium", "server_name": "IS-BE#1", "hostname": "is-be-01c.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.129" ] @@ -94605,6 +97427,8 @@ "country": "Belgium", "server_name": "IS-BE#1", "hostname": "is-be-01d.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.138" ] @@ -94614,6 +97438,8 @@ "city": "Brussels", "server_name": "BE#1", "hostname": "be-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "193.9.114.179" ] @@ -94623,6 +97449,8 @@ "city": "Brussels", "server_name": "BE#13", "hostname": "be-13.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.236.3" ] @@ -94632,6 +97460,8 @@ "city": "Brussels", "server_name": "BE#14", "hostname": "node-be-03.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.236.2", "37.120.236.2", @@ -94643,6 +97473,8 @@ "city": "Brussels", "server_name": "BE#2", "hostname": "node-be-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "193.9.114.178", "193.9.114.178", @@ -94654,6 +97486,8 @@ "city": "Brussels", "server_name": "BE#5", "hostname": "be-05.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.128.133.227", "45.128.133.227", @@ -94665,6 +97499,8 @@ "city": "Brussels", "server_name": "BE#8", "hostname": "node-be-02.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.128.133.226", "45.128.133.226", @@ -94677,6 +97513,8 @@ "country": "Brazil", "server_name": "IS-BR#2", "hostname": "is-br-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.177" ] @@ -94686,6 +97524,8 @@ "city": "São Paulo", "server_name": "BR#21", "hostname": "node-br-04.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.5.97", "138.199.5.97", @@ -94702,6 +97542,8 @@ "city": "São Paulo", "server_name": "BR#42", "hostname": "br-42.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.5.119", "138.199.5.119", @@ -94714,6 +97556,8 @@ "city": "São Paulo", "server_name": "BR#9", "hostname": "node-br-03.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "188.241.177.226", "188.241.177.226", @@ -94730,6 +97574,8 @@ "city": "São Paulo", "server_name": "SE-BR#1", "hostname": "se-br-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.89" ] @@ -94738,6 +97584,8 @@ "country": "Bulgaria", "server_name": "SE-BG#1", "hostname": "se-bg-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.95" ] @@ -94747,6 +97595,8 @@ "city": "Sofia", "server_name": "BG#05", "hostname": "bg-05.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "156.146.55.226", "156.146.55.226" @@ -94757,6 +97607,8 @@ "city": "Sofia", "server_name": "BG#7", "hostname": "node-bg-02.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "156.146.55.225", "156.146.55.225", @@ -94770,6 +97622,8 @@ "country": "Cambodia", "server_name": "SE-KH#1", "hostname": "se-kh-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.83" ] @@ -94779,6 +97633,8 @@ "city": "Phnom Penh", "server_name": "KH#1", "hostname": "node-kh-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "188.215.235.82", "188.215.235.82", @@ -94794,6 +97650,8 @@ "country": "Canada", "server_name": "CH-CA#1", "hostname": "ch-ca-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.14" ] @@ -94802,6 +97660,8 @@ "country": "Canada", "server_name": "CH-CA#1", "hostname": "ch-ca-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.17" ] @@ -94810,6 +97670,8 @@ "country": "Canada", "server_name": "CH-CA#1", "hostname": "ch-ca-01c.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.101" ] @@ -94818,6 +97680,8 @@ "country": "Canada", "server_name": "CH-CA#1", "hostname": "ch-ca-01e.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.31" ] @@ -94826,6 +97690,8 @@ "country": "Canada", "server_name": "CH-CA#1", "hostname": "ch-ca-01g.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.125" ] @@ -94834,6 +97700,8 @@ "country": "Canada", "server_name": "CH-CA#1", "hostname": "ch-ca-01h.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.154" ] @@ -94842,6 +97710,8 @@ "country": "Canada", "server_name": "CH-CA#1", "hostname": "ch-ca-01i.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.155" ] @@ -94850,6 +97720,8 @@ "country": "Canada", "server_name": "CH-CA#1", "hostname": "ch-ca-01j.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.177" ] @@ -94858,6 +97730,8 @@ "country": "Canada", "server_name": "IS-CA#1", "hostname": "is-ca-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.103" ] @@ -94866,6 +97740,8 @@ "country": "Canada", "server_name": "IS-CA#1", "hostname": "is-ca-01e.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.117" ] @@ -94874,6 +97750,8 @@ "country": "Canada", "server_name": "SE-CA#1", "hostname": "se-ca-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.51" ] @@ -94883,6 +97761,8 @@ "city": "Montreal", "server_name": "CA#17", "hostname": "node-ca-05.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "172.98.82.162", "172.98.82.162", @@ -94895,6 +97775,8 @@ "city": "Montreal", "server_name": "CA#21", "hostname": "ca-21.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "86.106.90.99", "86.106.90.99", @@ -94906,6 +97788,8 @@ "city": "Montreal", "server_name": "CA#24", "hostname": "node-ca-06.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "86.106.90.98", "86.106.90.98", @@ -94919,6 +97803,8 @@ "city": "Montreal", "server_name": "CA#29", "hostname": "ca-29.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.205.83" ] @@ -94928,6 +97814,8 @@ "city": "Montreal", "server_name": "CA#30", "hostname": "node-ca-07.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.205.82", "37.120.205.82", @@ -94939,6 +97827,8 @@ "city": "Montreal", "server_name": "CA#41", "hostname": "ca-41.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.237.171" ] @@ -94948,6 +97838,8 @@ "city": "Montreal", "server_name": "CA#42", "hostname": "node-ca-10.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.237.170", "37.120.237.170", @@ -94959,6 +97851,8 @@ "city": "Montreal", "server_name": "CA#45", "hostname": "ca-45.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.237.179" ] @@ -94968,6 +97862,8 @@ "city": "Montreal", "server_name": "CA#46", "hostname": "node-ca-11.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.237.178", "37.120.237.178", @@ -94979,6 +97875,8 @@ "city": "Toronto", "server_name": "CA#1", "hostname": "ca-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "104.254.92.59", "104.254.92.59" @@ -94989,6 +97887,8 @@ "city": "Toronto", "server_name": "CA#3", "hostname": "node-ca-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "104.254.92.58", "104.254.92.58" @@ -94999,6 +97899,8 @@ "city": "Toronto", "server_name": "CA#49", "hostname": "node-ca-09.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "178.249.214.65", "178.249.214.65", @@ -95019,6 +97921,8 @@ "city": "Vancouver", "server_name": "CA#33", "hostname": "ca-33.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "66.115.146.163", "66.115.146.163" @@ -95029,6 +97933,8 @@ "city": "Vancouver", "server_name": "CA#35", "hostname": "node-ca-08.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "66.115.146.162", "66.115.146.162" @@ -95039,6 +97945,8 @@ "city": "Vancouver", "server_name": "CA#5", "hostname": "ca-05.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "172.83.40.67", "172.83.40.67" @@ -95049,6 +97957,8 @@ "city": "Vancouver", "server_name": "CA#7", "hostname": "node-ca-02.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "172.83.40.66", "172.83.40.66" @@ -95058,6 +97968,8 @@ "country": "Chile", "server_name": "IS-CL#1", "hostname": "is-cl-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.197" ] @@ -95067,6 +97979,8 @@ "city": "Santiago", "server_name": "CL#17", "hostname": "cl-17.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "66.90.76.179", "66.90.76.179", @@ -95078,6 +97992,8 @@ "city": "Santiago", "server_name": "CL#20", "hostname": "node-cl-03.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "66.90.76.178", "66.90.76.178", @@ -95090,6 +98006,8 @@ "country": "Colombia", "server_name": "IS-CO#1", "hostname": "is-co-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.196" ] @@ -95099,6 +98017,8 @@ "city": "Bogota", "server_name": "CO#12", "hostname": "node-co-02.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "66.90.82.26", "66.90.82.26", @@ -95112,6 +98032,8 @@ "city": "Bogota", "server_name": "CO#9", "hostname": "co-09.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "66.90.82.27", "66.90.82.27", @@ -95122,6 +98044,8 @@ "country": "Costa Rica", "server_name": "IS-CR#1", "hostname": "is-cr-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.136" ] @@ -95131,6 +98055,8 @@ "city": "San José", "server_name": "CR#1", "hostname": "cr-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "190.184.199.3" ] @@ -95140,6 +98066,8 @@ "city": "San José", "server_name": "CR#2", "hostname": "node-cr-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "190.184.199.2", "190.184.199.2", @@ -95150,6 +98078,8 @@ "country": "Cyprus", "server_name": "CH-CY#1", "hostname": "ch-cy-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.165" ] @@ -95159,6 +98089,8 @@ "city": "Limassol", "server_name": "CY#1", "hostname": "cy-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "85.132.252.35" ] @@ -95168,6 +98100,8 @@ "city": "Limassol", "server_name": "CY#2", "hostname": "node-cy-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "85.132.252.34", "85.132.252.34", @@ -95178,6 +98112,8 @@ "country": "Czech Republic", "server_name": "CH-CZ#1", "hostname": "ch-cz-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.38" ] @@ -95186,6 +98122,8 @@ "country": "Czech Republic", "server_name": "CH-CZ#1", "hostname": "ch-cz-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.39" ] @@ -95194,6 +98132,8 @@ "country": "Czech Republic", "server_name": "CH-CZ#1", "hostname": "ch-cz-01c.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.69" ] @@ -95203,6 +98143,8 @@ "city": "Prague", "server_name": "CZ#1", "hostname": "cz-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.242.6.3", "185.242.6.3" @@ -95213,6 +98155,8 @@ "city": "Prague", "server_name": "CZ#13", "hostname": "cz-13.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "217.138.220.195", "217.138.220.195", @@ -95224,6 +98168,8 @@ "city": "Prague", "server_name": "CZ#16", "hostname": "node-cz-03.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "217.138.220.194", "217.138.220.194", @@ -95237,6 +98183,8 @@ "city": "Prague", "server_name": "CZ#3", "hostname": "node-cz-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.242.6.2", "185.242.6.2" @@ -95246,6 +98194,8 @@ "country": "Denmark", "server_name": "CH-DK#1", "hostname": "ch-dk-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.36" ] @@ -95254,6 +98204,8 @@ "country": "Denmark", "server_name": "CH-DK#1", "hostname": "ch-dk-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.37" ] @@ -95262,6 +98214,8 @@ "country": "Denmark", "server_name": "IS-DK#1", "hostname": "is-dk-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.153" ] @@ -95271,6 +98225,8 @@ "city": "Copenhagen", "server_name": "DK#1", "hostname": "dk-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "95.174.65.3", "95.174.65.3" @@ -95281,6 +98237,8 @@ "city": "Copenhagen", "server_name": "DK#13", "hostname": "dk-13.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "193.29.107.243", "193.29.107.243", @@ -95292,6 +98250,8 @@ "city": "Copenhagen", "server_name": "DK#16", "hostname": "node-dk-03.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "193.29.107.242", "193.29.107.242", @@ -95305,6 +98265,8 @@ "city": "Copenhagen", "server_name": "DK#21", "hostname": "dk-21.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.232.51" ] @@ -95314,6 +98276,8 @@ "city": "Copenhagen", "server_name": "DK#22", "hostname": "node-dk-04.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.232.50", "37.120.232.50", @@ -95325,6 +98289,8 @@ "city": "Copenhagen", "server_name": "DK#3", "hostname": "node-dk-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "95.174.65.2", "95.174.65.2" @@ -95334,6 +98300,8 @@ "country": "Egypt", "server_name": "SE-EG#1", "hostname": "se-eg-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.84" ] @@ -95343,6 +98311,8 @@ "city": "Cairo", "server_name": "EG#1", "hostname": "node-eg-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "188.214.122.82", "188.214.122.82", @@ -95358,6 +98328,8 @@ "country": "Estonia", "server_name": "CH-EE#1", "hostname": "ch-ee-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.106" ] @@ -95366,6 +98338,8 @@ "country": "Estonia", "server_name": "SE-EE#1", "hostname": "se-ee-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.49" ] @@ -95375,6 +98349,8 @@ "city": "Tallinn", "server_name": "EE#1", "hostname": "ee-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "165.231.178.18", "165.231.178.18", @@ -95386,6 +98362,8 @@ "city": "Tallinn", "server_name": "EE#4", "hostname": "node-ee-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "165.231.178.10", "165.231.178.10", @@ -95398,6 +98376,8 @@ "country": "Finland", "server_name": "CH-FI#1", "hostname": "ch-fi-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.107" ] @@ -95406,6 +98386,8 @@ "country": "Finland", "server_name": "SE-FI#1", "hostname": "se-fi-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.92" ] @@ -95414,6 +98396,8 @@ "country": "Finland", "server_name": "SE-FI#1", "hostname": "se-fi-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.27" ] @@ -95422,6 +98406,8 @@ "country": "Finland", "server_name": "SE-FI#1", "hostname": "se-fi-01c.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.28" ] @@ -95431,6 +98417,8 @@ "city": "Helsinki", "server_name": "FI#1", "hostname": "fi-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "194.34.132.56" ] @@ -95440,6 +98428,8 @@ "city": "Helsinki", "server_name": "FI#2", "hostname": "node-fi-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "194.34.132.55", "194.34.132.55", @@ -95451,6 +98441,8 @@ "city": "Helsinki", "server_name": "FI#5", "hostname": "node-fi-02.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "196.196.203.202", "196.196.203.202", @@ -95466,6 +98458,8 @@ "country": "France", "server_name": "CH-FR#1", "hostname": "ch-fr-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.90" ] @@ -95474,6 +98468,8 @@ "country": "France", "server_name": "CH-FR#1", "hostname": "ch-fr-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.126" ] @@ -95482,6 +98478,8 @@ "country": "France", "server_name": "CH-FR#1", "hostname": "ch-fr-01c.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.148" ] @@ -95490,6 +98488,8 @@ "country": "France", "server_name": "CH-FR#1", "hostname": "ch-fr-01d.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.149" ] @@ -95498,6 +98498,8 @@ "country": "France", "server_name": "CH-FR#1", "hostname": "ch-fr-01e.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.150" ] @@ -95506,6 +98508,8 @@ "country": "France", "server_name": "CH-FR#1", "hostname": "ch-fr-01f.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.63" ] @@ -95514,6 +98518,8 @@ "country": "France", "server_name": "FR#13-TOR", "hostname": "fr-13-tor.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.128.134.199" ] @@ -95522,6 +98528,8 @@ "country": "France", "server_name": "IS-FR#1", "hostname": "is-fr-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.166" ] @@ -95530,6 +98538,8 @@ "country": "France", "server_name": "SE-FR#1", "hostname": "se-fr-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.93" ] @@ -95538,6 +98548,8 @@ "country": "France", "server_name": "SE-FR#1", "hostname": "se-fr-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.94" ] @@ -95546,6 +98558,8 @@ "country": "France", "server_name": "SE-FR#1", "hostname": "se-fr-01c.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.21" ] @@ -95554,6 +98568,8 @@ "country": "France", "server_name": "SE-FR#1", "hostname": "se-fr-01e.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.68" ] @@ -95563,6 +98579,8 @@ "city": "Paris", "server_name": "FR#21", "hostname": "fr-21.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "217.138.207.227", "217.138.207.227", @@ -95574,6 +98592,8 @@ "city": "Paris", "server_name": "FR#24", "hostname": "node-fr-05.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "217.138.207.226", "217.138.207.226", @@ -95587,6 +98607,8 @@ "city": "Paris", "server_name": "FR#29", "hostname": "fr-29.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.89.174.67", "45.89.174.67", @@ -95598,6 +98620,8 @@ "city": "Paris", "server_name": "FR#32", "hostname": "node-fr-06.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.89.174.66", "45.89.174.66", @@ -95611,6 +98635,8 @@ "city": "Paris", "server_name": "FR#37", "hostname": "fr-37.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.128.134.195", "45.128.134.195" @@ -95621,6 +98647,8 @@ "city": "Paris", "server_name": "FR#39", "hostname": "node-fr-07.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.128.134.194", "45.128.134.194" @@ -95631,6 +98659,8 @@ "city": "Paris", "server_name": "FR#41", "hostname": "fr-41.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.83.90.147" ] @@ -95640,6 +98670,8 @@ "city": "Paris", "server_name": "FR#42", "hostname": "node-fr-08.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.83.90.146", "45.83.90.146", @@ -95651,6 +98683,8 @@ "city": "Paris", "server_name": "FR#45", "hostname": "fr-45.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "188.241.83.115" ] @@ -95660,6 +98694,8 @@ "city": "Paris", "server_name": "FR#46", "hostname": "node-fr-09.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "188.241.83.114", "188.241.83.114", @@ -95671,6 +98707,8 @@ "city": "Paris", "server_name": "FR#49", "hostname": "fr-49.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "188.241.83.123" ] @@ -95680,6 +98718,8 @@ "city": "Paris", "server_name": "FR#50", "hostname": "node-fr-10.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "188.241.83.122", "188.241.83.122", @@ -95691,6 +98731,8 @@ "city": "Paris", "server_name": "FR#53", "hostname": "fr-53.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "188.241.83.99" ] @@ -95700,6 +98742,8 @@ "city": "Paris", "server_name": "FR#54", "hostname": "node-fr-11.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "188.241.83.98", "188.241.83.98", @@ -95711,6 +98755,8 @@ "city": "Paris", "server_name": "FR#57", "hostname": "fr-57.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "188.241.83.107" ] @@ -95720,6 +98766,8 @@ "city": "Paris", "server_name": "FR#58", "hostname": "node-fr-12.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "188.241.83.106", "188.241.83.106", @@ -95731,6 +98779,8 @@ "city": "Paris", "server_name": "FR#61", "hostname": "node-fr-13.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.246.211.193", "185.246.211.193", @@ -95751,6 +98801,8 @@ "city": "Paris", "server_name": "FR#73", "hostname": "node-fr-14.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.246.211.72", "185.246.211.72", @@ -95771,6 +98823,8 @@ "city": "Paris", "server_name": "FR#9", "hostname": "node-fr-03.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "194.59.249.18", "194.59.249.18", @@ -95778,11 +98832,23 @@ "194.59.249.18" ] }, + { + "country": "Georgia", + "server_name": "IS-GE#1", + "hostname": "is-ge-01a.protonvpn.net", + "tcp": true, + "udp": true, + "ips": [ + "185.159.158.182" + ] + }, { "country": "Georgia", "city": "Tbilisi", "server_name": "GE#1", "hostname": "node-ge-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "194.135.119.7", "194.135.119.7", @@ -95796,6 +98862,8 @@ "country": "Germany", "server_name": "CH-DE#1", "hostname": "ch-de-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.77" ] @@ -95804,6 +98872,8 @@ "country": "Germany", "server_name": "CH-DE#1", "hostname": "ch-de-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.183" ] @@ -95812,6 +98882,8 @@ "country": "Germany", "server_name": "CH-DE#1", "hostname": "ch-de-01d.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.184" ] @@ -95820,6 +98892,8 @@ "country": "Germany", "server_name": "DE#53-TOR", "hostname": "de-53-tor.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "194.126.177.9" ] @@ -95828,6 +98902,8 @@ "country": "Germany", "server_name": "DE#7-TOR", "hostname": "de-07-tor.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.217.87" ] @@ -95836,6 +98912,8 @@ "country": "Germany", "server_name": "IS-DE#1", "hostname": "is-de-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.178" ] @@ -95844,6 +98922,8 @@ "country": "Germany", "server_name": "IS-DE#1", "hostname": "is-de-01c.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.139" ] @@ -95852,6 +98932,8 @@ "country": "Germany", "server_name": "IS-DE#1", "hostname": "is-de-01d.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.144" ] @@ -95860,6 +98942,8 @@ "country": "Germany", "server_name": "IS-DE#1", "hostname": "is-de-01g.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.179" ] @@ -95868,6 +98952,8 @@ "country": "Germany", "server_name": "IS-DE#1", "hostname": "is-de-01h.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.180" ] @@ -95876,6 +98962,8 @@ "country": "Germany", "server_name": "SE-DE#1", "hostname": "se-de-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.98" ] @@ -95885,6 +98973,8 @@ "city": "Berlin", "server_name": "DE#13", "hostname": "de-13.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.217.163", "37.120.217.163", @@ -95896,6 +98986,8 @@ "city": "Berlin", "server_name": "DE#16", "hostname": "node-de-04.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.217.162", "37.120.217.162", @@ -95909,6 +99001,8 @@ "city": "Berlin", "server_name": "DE#33", "hostname": "de-33.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.217.83" ] @@ -95918,6 +99012,8 @@ "city": "Berlin", "server_name": "DE#34", "hostname": "node-de-07.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.217.82", "37.120.217.82", @@ -95929,6 +99025,8 @@ "city": "Berlin", "server_name": "DE#90", "hostname": "node-de-15.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.36.76.130", "89.36.76.130", @@ -95949,6 +99047,8 @@ "city": "Frankfurt", "server_name": "DE#102", "hostname": "de-102.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "194.126.177.64", "194.126.177.64", @@ -95960,6 +99060,8 @@ "city": "Frankfurt", "server_name": "DE#105", "hostname": "node-de-16.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "194.126.177.13", "194.126.177.13", @@ -95977,6 +99079,8 @@ "city": "Frankfurt", "server_name": "DE#114", "hostname": "node-de-17.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "194.126.177.14", "194.126.177.14", @@ -95997,6 +99101,8 @@ "city": "Frankfurt", "server_name": "DE#54", "hostname": "de-54.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "194.126.177.10", "194.126.177.10", @@ -96009,6 +99115,8 @@ "city": "Frankfurt", "server_name": "DE#58", "hostname": "node-de-12.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "194.126.177.6", "194.126.177.6", @@ -96025,6 +99133,8 @@ "city": "Frankfurt", "server_name": "DE#65", "hostname": "de-65.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "194.126.177.11", "194.126.177.11", @@ -96037,6 +99147,8 @@ "city": "Frankfurt", "server_name": "DE#69", "hostname": "node-de-13.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "194.126.177.7", "194.126.177.7", @@ -96053,6 +99165,8 @@ "city": "Frankfurt", "server_name": "DE#77", "hostname": "de-77.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "194.126.177.12", "194.126.177.12", @@ -96065,6 +99179,8 @@ "city": "Frankfurt", "server_name": "DE#81", "hostname": "node-de-14.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "194.126.177.8", "194.126.177.8", @@ -96080,6 +99196,8 @@ "country": "Greece", "server_name": "CH-GR#1", "hostname": "ch-gr-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.65" ] @@ -96089,6 +99207,8 @@ "city": "Athens", "server_name": "GR#1", "hostname": "gr-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.51.134.195", "185.51.134.195", @@ -96100,6 +99220,8 @@ "city": "Athens", "server_name": "GR#4", "hostname": "node-gr-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.51.134.194", "185.51.134.194", @@ -96112,6 +99234,8 @@ "country": "Hong Kong", "server_name": "IS-HK#1", "hostname": "is-hk-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.152" ] @@ -96120,6 +99244,8 @@ "country": "Hong Kong", "server_name": "IS-HK#1", "hostname": "is-hk-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.195" ] @@ -96128,6 +99254,8 @@ "country": "Hong Kong", "server_name": "SE-HK#1", "hostname": "se-hk-01c.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.65" ] @@ -96137,6 +99265,8 @@ "city": "Hong Kong", "server_name": "HK#14", "hostname": "hk-14.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.133.181.251" ] @@ -96146,6 +99276,8 @@ "city": "Hong Kong", "server_name": "HK#15", "hostname": "node-hk-03.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.133.181.250", "45.133.181.250", @@ -96157,6 +99289,8 @@ "city": "Hong Kong", "server_name": "HK#18", "hostname": "hk-18.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "156.146.45.130", "156.146.45.130", @@ -96168,6 +99302,8 @@ "city": "Hong Kong", "server_name": "HK#21", "hostname": "node-hk-04.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "156.146.45.129", "156.146.45.129", @@ -96183,6 +99319,8 @@ "city": "Hong Kong", "server_name": "HK#6", "hostname": "hk-06.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "193.239.86.3", "193.239.86.3", @@ -96194,6 +99332,8 @@ "city": "Hong Kong", "server_name": "HK#9", "hostname": "node-hk-02.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "193.239.86.2", "193.239.86.2", @@ -96206,6 +99346,8 @@ "country": "Hungary", "server_name": "CH-HU#1", "hostname": "ch-hu-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.105" ] @@ -96214,6 +99356,8 @@ "country": "Hungary", "server_name": "IS-HU#1", "hostname": "is-hu-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.155" ] @@ -96223,6 +99367,8 @@ "city": "Budapest", "server_name": "HU#1", "hostname": "hu-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.128.26.211", "185.128.26.211", @@ -96234,6 +99380,8 @@ "city": "Budapest", "server_name": "HU#10", "hostname": "node-hu-02.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "86.106.74.210", "86.106.74.210", @@ -96245,6 +99393,8 @@ "city": "Budapest", "server_name": "HU#4", "hostname": "node-hu-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.128.26.210", "185.128.26.210", @@ -96258,6 +99408,8 @@ "city": "Budapest", "server_name": "HU#9", "hostname": "hu-09.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "86.106.74.211" ] @@ -96266,6 +99418,8 @@ "country": "Iceland", "server_name": "IS#9-TOR", "hostname": "is-09-tor.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.193" ] @@ -96275,6 +99429,8 @@ "city": "Reykjavik", "server_name": "IS#1", "hostname": "is-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.100", "185.159.158.100" @@ -96285,6 +99441,8 @@ "city": "Reykjavik", "server_name": "IS#3", "hostname": "node-is-02.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.2", "185.159.158.2" @@ -96295,6 +99453,8 @@ "city": "Reykjavik", "server_name": "IS#5", "hostname": "is-05.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.57", "185.159.158.57" @@ -96305,6 +99465,8 @@ "city": "Reykjavik", "server_name": "IS#7", "hostname": "node-is-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.1", "185.159.158.1" @@ -96314,6 +99476,8 @@ "country": "India", "server_name": "CH-IN#1", "hostname": "ch-in-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.185" ] @@ -96322,6 +99486,8 @@ "country": "India", "server_name": "CH-IN#1", "hostname": "ch-in-01c.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.40" ] @@ -96331,6 +99497,8 @@ "city": "Mumbai", "server_name": "IN#11", "hostname": "in-11.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "43.251.180.195", "43.251.180.195" @@ -96341,6 +99509,8 @@ "city": "Mumbai", "server_name": "IN#13", "hostname": "node-in-03.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "43.251.180.194", "43.251.180.194", @@ -96355,6 +99525,8 @@ "city": "Pune", "server_name": "IN#1", "hostname": "in-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "103.156.50.161" ] @@ -96364,6 +99536,8 @@ "city": "Pune", "server_name": "IN#2", "hostname": "node-in-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "103.156.50.7" ] @@ -96372,6 +99546,8 @@ "country": "Ireland", "server_name": "CH-IE#1", "hostname": "ch-ie-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.89" ] @@ -96380,6 +99556,8 @@ "country": "Ireland", "server_name": "IS-IE#1", "hostname": "is-ie-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.118" ] @@ -96388,6 +99566,8 @@ "country": "Ireland", "server_name": "IS-IE#1", "hostname": "is-ie-01c.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.120" ] @@ -96397,6 +99577,8 @@ "city": "Dublin", "server_name": "IE#1", "hostname": "ie-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "5.157.13.3" ] @@ -96406,6 +99588,8 @@ "city": "Dublin", "server_name": "IE#2", "hostname": "node-ie-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "5.157.13.2", "5.157.13.2", @@ -96417,6 +99601,8 @@ "city": "Dublin", "server_name": "IE#5", "hostname": "ie-05.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "84.247.48.163", "84.247.48.163", @@ -96428,6 +99614,8 @@ "city": "Dublin", "server_name": "IE#8", "hostname": "node-ie-02.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "84.247.48.162", "84.247.48.162", @@ -96440,6 +99628,8 @@ "country": "Israel", "server_name": "IS-IL#1", "hostname": "is-il-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.194" ] @@ -96449,6 +99639,8 @@ "city": "Petah Tikva", "server_name": "IL#10", "hostname": "node-il-03.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.185.134.74", "185.185.134.74", @@ -96460,6 +99652,8 @@ "city": "Petah Tikva", "server_name": "IL#9", "hostname": "il-09.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.185.134.75" ] @@ -96469,6 +99663,8 @@ "region": "South", "server_name": "CH-IL#1", "hostname": "ch-il-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.168" ] @@ -96479,6 +99675,8 @@ "city": "Petah Tikva", "server_name": "IL#5", "hostname": "il-05.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.185.134.115" ] @@ -96489,6 +99687,8 @@ "city": "Petah Tikva", "server_name": "IL#6", "hostname": "node-il-02.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.185.134.114", "185.185.134.114", @@ -96499,6 +99699,8 @@ "country": "Italy", "server_name": "CH-IT#1", "hostname": "ch-it-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.18" ] @@ -96507,6 +99709,8 @@ "country": "Italy", "server_name": "CH-IT#1", "hostname": "ch-it-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.87" ] @@ -96515,6 +99719,8 @@ "country": "Italy", "server_name": "IS-IT#1", "hostname": "is-it-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.154" ] @@ -96524,6 +99730,8 @@ "city": "Milan", "server_name": "IT#1", "hostname": "it-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.128.27.99", "185.128.27.99" @@ -96534,6 +99742,8 @@ "city": "Milan", "server_name": "IT#13", "hostname": "it-13.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.94.193.147" ] @@ -96543,6 +99753,8 @@ "city": "Milan", "server_name": "IT#14", "hostname": "node-it-03.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.94.193.146", "185.94.193.146", @@ -96554,6 +99766,8 @@ "city": "Milan", "server_name": "IT#3", "hostname": "node-it-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.128.27.98", "185.128.27.98" @@ -96564,6 +99778,8 @@ "city": "Milan", "server_name": "IT#5", "hostname": "it-05.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "217.138.219.179", "217.138.219.179", @@ -96575,6 +99791,8 @@ "city": "Milan", "server_name": "IT#8", "hostname": "node-it-02.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "217.138.219.178", "217.138.219.178", @@ -96587,6 +99805,8 @@ "country": "Japan", "server_name": "CH-JP#1", "hostname": "ch-jp-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.80" ] @@ -96595,6 +99815,8 @@ "country": "Japan", "server_name": "JP-FREE#1", "hostname": "node-jp-11.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "103.125.235.18", "103.125.235.18", @@ -96606,6 +99828,8 @@ "country": "Japan", "server_name": "JP-FREE#2", "hostname": "node-jp-16.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.22.102", "138.199.22.102", @@ -96617,6 +99841,8 @@ "country": "Japan", "server_name": "JP-FREE#3", "hostname": "node-jp-13.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.14.71.5", "45.14.71.5", @@ -96628,6 +99854,8 @@ "country": "Japan", "server_name": "JP-FREE#4", "hostname": "node-jp-18.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.21.193", "138.199.21.193", @@ -96639,6 +99867,8 @@ "country": "Japan", "server_name": "JP-FREE#5", "hostname": "node-jp-19.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.21.206", "138.199.21.206", @@ -96650,6 +99880,8 @@ "country": "Japan", "server_name": "JP-FREE#6", "hostname": "node-jp-20.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.21.211", "138.199.21.211", @@ -96661,8 +99893,9 @@ "country": "Japan", "server_name": "JP-FREE#7", "hostname": "node-jp-15.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ - "45.14.71.7", "45.14.71.7", "45.14.71.7", "45.14.71.7" @@ -96672,6 +99905,8 @@ "country": "Japan", "server_name": "JP-FREE#8", "hostname": "node-jp-21.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "212.102.51.241", "212.102.51.241", @@ -96683,6 +99918,8 @@ "country": "Japan", "server_name": "SE-JP#1", "hostname": "se-jp-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.56" ] @@ -96691,6 +99928,8 @@ "country": "Japan", "server_name": "SE-JP#1", "hostname": "se-jp-01d.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.37" ] @@ -96700,6 +99939,8 @@ "city": "Osaka", "server_name": "JP#51", "hostname": "jp-51.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.14.71.12", "45.14.71.12", @@ -96711,6 +99952,8 @@ "city": "Osaka", "server_name": "JP#54", "hostname": "node-jp-14.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.14.71.6", "45.14.71.6", @@ -96724,6 +99967,8 @@ "city": "Tokyo", "server_name": "JP#43", "hostname": "jp-43.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "103.125.235.25", "103.125.235.25" @@ -96734,6 +99979,8 @@ "city": "Tokyo", "server_name": "JP#45", "hostname": "node-jp-12.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "103.125.235.19", "103.125.235.19", @@ -96748,6 +99995,8 @@ "city": "Tokyo", "server_name": "JP#59", "hostname": "jp-59.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.19.205.242", "37.19.205.242", @@ -96760,6 +100009,8 @@ "city": "Tokyo", "server_name": "JP#69", "hostname": "node-jp-17.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.22.97", "138.199.22.97", @@ -96775,6 +100026,8 @@ "country": "Korea", "server_name": "SE-KR#2", "hostname": "se-kr-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.87" ] @@ -96784,6 +100037,8 @@ "city": "Seoul", "server_name": "KR#13", "hostname": "node-kr-03.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "79.110.55.2", "79.110.55.2", @@ -96799,6 +100054,8 @@ "country": "Latvia", "server_name": "CH-LV#1", "hostname": "ch-lv-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.61" ] @@ -96807,6 +100064,8 @@ "country": "Latvia", "server_name": "CH-LV#1", "hostname": "ch-lv-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.81" ] @@ -96816,6 +100075,8 @@ "city": "Riga", "server_name": "LV#1", "hostname": "lv-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "196.240.54.115", "196.240.54.115", @@ -96827,6 +100088,8 @@ "city": "Riga", "server_name": "LV#4", "hostname": "node-lv-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "196.240.54.114", "196.240.54.114", @@ -96839,6 +100102,8 @@ "country": "Lithuania", "server_name": "CH-LT#1", "hostname": "ch-lt-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.110" ] @@ -96847,6 +100112,8 @@ "country": "Lithuania", "server_name": "SE-LT#1", "hostname": "se-lt-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.43" ] @@ -96856,6 +100123,8 @@ "city": "Siauliai", "server_name": "LT#1", "hostname": "lt-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "85.206.163.145", "85.206.163.145", @@ -96867,6 +100136,8 @@ "city": "Siauliai", "server_name": "LT#4", "hostname": "node-lt-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "85.206.163.144", "85.206.163.144", @@ -96879,6 +100150,8 @@ "country": "Luxembourg", "server_name": "CH-LU#1", "hostname": "ch-lu-01d.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.66" ] @@ -96887,6 +100160,8 @@ "country": "Luxembourg", "server_name": "IS-LU#1", "hostname": "is-lu-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.147" ] @@ -96896,6 +100171,8 @@ "city": "Luxembourg City", "server_name": "LU#13", "hostname": "lu-13.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "92.223.89.134" ] @@ -96905,6 +100182,8 @@ "city": "Luxembourg City", "server_name": "LU#14", "hostname": "node-lu-03.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "92.223.89.133", "92.223.89.133", @@ -96916,6 +100195,8 @@ "city": "Luxembourg City", "server_name": "LU#5", "hostname": "lu-05.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "92.223.89.145", "92.223.89.145", @@ -96927,6 +100208,8 @@ "city": "Luxembourg City", "server_name": "LU#8", "hostname": "node-lu-02.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "92.223.89.141", "92.223.89.141", @@ -96939,6 +100222,8 @@ "country": "Malaysia", "server_name": "CH-MY#1", "hostname": "ch-my-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.95" ] @@ -96948,6 +100233,8 @@ "city": "Johor Bahru", "server_name": "MY#1", "hostname": "my-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "103.230.142.227", "103.230.142.227", @@ -96959,6 +100246,8 @@ "city": "Johor Bahru", "server_name": "MY#4", "hostname": "node-my-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "103.230.142.226", "103.230.142.226", @@ -96971,6 +100260,8 @@ "country": "Mexico", "server_name": "CH-MX#1", "hostname": "ch-mx-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.91" ] @@ -96980,16 +100271,35 @@ "city": "Chiapas", "server_name": "MX#1", "hostname": "mx-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "191.96.145.239", "191.96.145.239", "191.96.145.239" ] }, + { + "country": "Mexico", + "city": "Chiapas", + "server_name": "MX#4", + "hostname": "node-mx-01.protonvpn.net", + "tcp": true, + "udp": true, + "ips": [ + "191.96.145.238", + "191.96.145.238", + "191.96.145.238", + "191.96.145.238", + "191.96.145.238" + ] + }, { "country": "Moldova", "server_name": "CH-MD#1", "hostname": "ch-md-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.111" ] @@ -96998,6 +100308,8 @@ "country": "Moldova", "server_name": "SE-MD#1", "hostname": "se-md-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.45" ] @@ -97007,16 +100319,35 @@ "city": "Chisinau", "server_name": "MD#1", "hostname": "md-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "178.17.168.163", "178.17.168.163", "178.17.168.163" ] }, + { + "country": "Moldova", + "city": "Chisinau", + "server_name": "MD#4", + "hostname": "node-md-01.protonvpn.net", + "tcp": true, + "udp": true, + "ips": [ + "178.17.168.162", + "178.17.168.162", + "178.17.168.162", + "178.17.168.162", + "178.17.168.162" + ] + }, { "country": "Netherlands", "server_name": "CH-NL#1", "hostname": "ch-nl-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.28" ] @@ -97025,6 +100356,8 @@ "country": "Netherlands", "server_name": "CH-NL#1", "hostname": "ch-nl-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.83" ] @@ -97033,6 +100366,8 @@ "country": "Netherlands", "server_name": "CH-NL#1", "hostname": "ch-nl-01c.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.178" ] @@ -97041,6 +100376,8 @@ "country": "Netherlands", "server_name": "CH-NL#1", "hostname": "ch-nl-01d.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.179" ] @@ -97049,6 +100386,8 @@ "country": "Netherlands", "server_name": "IS-NL#1", "hostname": "is-nl-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.105" ] @@ -97057,6 +100396,8 @@ "country": "Netherlands", "server_name": "IS-NL#1", "hostname": "is-nl-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.55" ] @@ -97065,6 +100406,8 @@ "country": "Netherlands", "server_name": "IS-NL#1", "hostname": "is-nl-01c.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.134" ] @@ -97073,6 +100416,8 @@ "country": "Netherlands", "server_name": "IS-NL#1", "hostname": "is-nl-01d.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.135" ] @@ -97081,6 +100426,8 @@ "country": "Netherlands", "server_name": "IS-NL#1", "hostname": "is-nl-01e.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.146" ] @@ -97089,6 +100436,8 @@ "country": "Netherlands", "server_name": "IS-NL#1", "hostname": "is-nl-01f.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.173" ] @@ -97097,6 +100446,8 @@ "country": "Netherlands", "server_name": "IS-NL#1", "hostname": "is-nl-01i.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.176" ] @@ -97105,6 +100456,8 @@ "country": "Netherlands", "server_name": "NL-FREE#1", "hostname": "node-nl-02.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "217.23.3.76", "217.23.3.76", @@ -97116,6 +100469,8 @@ "country": "Netherlands", "server_name": "NL-FREE#10", "hostname": "node-nl-50.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.107.57.51", "185.107.57.51", @@ -97127,6 +100482,8 @@ "country": "Netherlands", "server_name": "NL-FREE#11", "hostname": "node-nl-21.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.107.95.225", "185.107.95.225", @@ -97138,6 +100495,8 @@ "country": "Netherlands", "server_name": "NL-FREE#12", "hostname": "node-nl-57.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.7.159", "138.199.7.159", @@ -97149,6 +100508,8 @@ "country": "Netherlands", "server_name": "NL-FREE#13", "hostname": "node-nl-03.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.39.107.188", "89.39.107.188", @@ -97160,6 +100521,8 @@ "country": "Netherlands", "server_name": "NL-FREE#14", "hostname": "node-nl-04.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.39.107.109", "89.39.107.109", @@ -97171,6 +100534,8 @@ "country": "Netherlands", "server_name": "NL-FREE#15", "hostname": "node-nl-05.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.39.107.113", "89.39.107.113", @@ -97182,6 +100547,8 @@ "country": "Netherlands", "server_name": "NL-FREE#16", "hostname": "node-nl-06.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.39.107.185", "89.39.107.185", @@ -97193,6 +100560,8 @@ "country": "Netherlands", "server_name": "NL-FREE#17", "hostname": "node-nl-09.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "109.201.133.20", "109.201.133.20", @@ -97204,6 +100573,8 @@ "country": "Netherlands", "server_name": "NL-FREE#18", "hostname": "node-nl-23.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.38.97.115", "89.38.97.115", @@ -97215,6 +100586,8 @@ "country": "Netherlands", "server_name": "NL-FREE#19", "hostname": "node-nl-24.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "190.2.131.198", "190.2.131.198", @@ -97226,6 +100599,8 @@ "country": "Netherlands", "server_name": "NL-FREE#2", "hostname": "node-nl-51.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.107.57.61", "185.107.57.61", @@ -97237,6 +100612,8 @@ "country": "Netherlands", "server_name": "NL-FREE#20", "hostname": "node-nl-26.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "190.2.131.200", "190.2.131.200", @@ -97248,6 +100625,8 @@ "country": "Netherlands", "server_name": "NL-FREE#21", "hostname": "node-nl-27.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "190.2.130.161", "190.2.130.161", @@ -97259,6 +100638,8 @@ "country": "Netherlands", "server_name": "NL-FREE#22", "hostname": "node-nl-34.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "46.166.182.59", "46.166.182.59", @@ -97270,6 +100651,8 @@ "country": "Netherlands", "server_name": "NL-FREE#23", "hostname": "node-nl-35.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "46.166.182.31", "46.166.182.31", @@ -97281,6 +100664,8 @@ "country": "Netherlands", "server_name": "NL-FREE#24", "hostname": "node-nl-38.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "107.181.180.167", "107.181.180.167", @@ -97292,6 +100677,8 @@ "country": "Netherlands", "server_name": "NL-FREE#25", "hostname": "node-nl-16.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "192.40.57.226", "192.40.57.226", @@ -97303,6 +100690,8 @@ "country": "Netherlands", "server_name": "NL-FREE#26", "hostname": "node-nl-17.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "192.40.57.231", "192.40.57.231", @@ -97314,6 +100703,8 @@ "country": "Netherlands", "server_name": "NL-FREE#27", "hostname": "node-nl-52.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "92.119.179.82", "92.119.179.82", @@ -97325,6 +100716,8 @@ "country": "Netherlands", "server_name": "NL-FREE#28", "hostname": "node-nl-58.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.7.170", "138.199.7.170", @@ -97336,6 +100729,8 @@ "country": "Netherlands", "server_name": "NL-FREE#29", "hostname": "node-nl-59.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.7.171", "138.199.7.171", @@ -97347,6 +100742,8 @@ "country": "Netherlands", "server_name": "NL-FREE#3", "hostname": "node-nl-12.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.165.241.34", "185.165.241.34", @@ -97358,6 +100755,8 @@ "country": "Netherlands", "server_name": "NL-FREE#30", "hostname": "node-nl-60.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.7.172", "138.199.7.172", @@ -97369,6 +100768,8 @@ "country": "Netherlands", "server_name": "NL-FREE#31", "hostname": "node-nl-61.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.7.173", "138.199.7.173", @@ -97380,6 +100781,8 @@ "country": "Netherlands", "server_name": "NL-FREE#32", "hostname": "node-nl-62.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.7.225", "138.199.7.225", @@ -97391,6 +100794,8 @@ "country": "Netherlands", "server_name": "NL-FREE#33", "hostname": "node-nl-63.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.7.240", "138.199.7.240", @@ -97402,6 +100807,8 @@ "country": "Netherlands", "server_name": "NL-FREE#34", "hostname": "node-nl-64.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.7.239", "138.199.7.239", @@ -97413,6 +100820,8 @@ "country": "Netherlands", "server_name": "NL-FREE#35", "hostname": "node-nl-65.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.7.245", "138.199.7.245", @@ -97424,6 +100833,8 @@ "country": "Netherlands", "server_name": "NL-FREE#36", "hostname": "node-nl-99.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.180.222.45", "185.180.222.45", @@ -97435,6 +100846,8 @@ "country": "Netherlands", "server_name": "NL-FREE#37", "hostname": "node-nl-100.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "212.8.253.56", "212.8.253.56", @@ -97446,6 +100859,8 @@ "country": "Netherlands", "server_name": "NL-FREE#38", "hostname": "node-nl-101.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "190.2.153.209", "190.2.153.209", @@ -97457,6 +100872,8 @@ "country": "Netherlands", "server_name": "NL-FREE#39", "hostname": "node-nl-66.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "212.102.35.225", "212.102.35.225", @@ -97468,6 +100885,8 @@ "country": "Netherlands", "server_name": "NL-FREE#4", "hostname": "node-nl-22.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "190.2.132.198", "190.2.132.198", @@ -97479,6 +100898,8 @@ "country": "Netherlands", "server_name": "NL-FREE#40", "hostname": "node-nl-67.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "212.102.35.230", "212.102.35.230", @@ -97490,6 +100911,8 @@ "country": "Netherlands", "server_name": "NL-FREE#41", "hostname": "node-nl-68.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "212.102.35.244", "212.102.35.244", @@ -97501,6 +100924,8 @@ "country": "Netherlands", "server_name": "NL-FREE#42", "hostname": "node-nl-69.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "169.150.196.65", "169.150.196.65", @@ -97512,6 +100937,8 @@ "country": "Netherlands", "server_name": "NL-FREE#43", "hostname": "node-nl-70.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "169.150.196.71", "169.150.196.71", @@ -97523,6 +100950,8 @@ "country": "Netherlands", "server_name": "NL-FREE#44", "hostname": "node-nl-71.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "169.150.196.77", "169.150.196.77", @@ -97534,6 +100963,8 @@ "country": "Netherlands", "server_name": "NL-FREE#45", "hostname": "node-nl-72.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "169.150.196.83", "169.150.196.83", @@ -97545,6 +100976,8 @@ "country": "Netherlands", "server_name": "NL-FREE#46", "hostname": "node-nl-73.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "169.150.196.89", "169.150.196.89", @@ -97556,6 +100989,8 @@ "country": "Netherlands", "server_name": "NL-FREE#47", "hostname": "node-nl-36.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.107.80.216", "185.107.80.216", @@ -97567,6 +101002,8 @@ "country": "Netherlands", "server_name": "NL-FREE#48", "hostname": "node-nl-74.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "169.150.196.95", "169.150.196.95", @@ -97578,6 +101015,8 @@ "country": "Netherlands", "server_name": "NL-FREE#49", "hostname": "node-nl-75.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "169.150.196.96", "169.150.196.96", @@ -97589,6 +101028,8 @@ "country": "Netherlands", "server_name": "NL-FREE#5", "hostname": "node-nl-25.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "190.2.133.223", "190.2.133.223", @@ -97600,6 +101041,8 @@ "country": "Netherlands", "server_name": "NL-FREE#50", "hostname": "node-nl-76.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "169.150.196.97", "169.150.196.97", @@ -97611,6 +101054,8 @@ "country": "Netherlands", "server_name": "NL-FREE#51", "hostname": "node-nl-77.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "169.150.196.98", "169.150.196.98", @@ -97622,6 +101067,8 @@ "country": "Netherlands", "server_name": "NL-FREE#52", "hostname": "node-nl-78.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "169.150.196.99", "169.150.196.99", @@ -97633,6 +101080,8 @@ "country": "Netherlands", "server_name": "NL-FREE#53", "hostname": "node-nl-79.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "169.150.196.100", "169.150.196.100", @@ -97644,6 +101093,8 @@ "country": "Netherlands", "server_name": "NL-FREE#54", "hostname": "node-nl-80.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.7.233", "138.199.7.233", @@ -97655,6 +101106,8 @@ "country": "Netherlands", "server_name": "NL-FREE#55", "hostname": "node-nl-81.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.7.234", "138.199.7.234", @@ -97666,6 +101119,8 @@ "country": "Netherlands", "server_name": "NL-FREE#56", "hostname": "node-nl-82.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.7.250", "138.199.7.250", @@ -97677,6 +101132,8 @@ "country": "Netherlands", "server_name": "NL-FREE#57", "hostname": "node-nl-83.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.7.251", "138.199.7.251", @@ -97688,6 +101145,8 @@ "country": "Netherlands", "server_name": "NL-FREE#58", "hostname": "node-nl-84.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "195.225.55.34", "195.225.55.34", @@ -97699,6 +101158,8 @@ "country": "Netherlands", "server_name": "NL-FREE#59", "hostname": "node-nl-85.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "195.225.55.26", "195.225.55.26", @@ -97710,6 +101171,8 @@ "country": "Netherlands", "server_name": "NL-FREE#6", "hostname": "node-nl-33.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "46.166.182.69", "46.166.182.69", @@ -97721,6 +101184,8 @@ "country": "Netherlands", "server_name": "NL-FREE#60", "hostname": "node-nl-86.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "195.225.55.18", "195.225.55.18", @@ -97732,6 +101197,8 @@ "country": "Netherlands", "server_name": "NL-FREE#61", "hostname": "node-nl-87.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "195.225.55.10", "195.225.55.10", @@ -97743,6 +101210,8 @@ "country": "Netherlands", "server_name": "NL-FREE#62", "hostname": "node-nl-88.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "195.225.55.2", "195.225.55.2", @@ -97754,6 +101223,8 @@ "country": "Netherlands", "server_name": "NL-FREE#63", "hostname": "node-nl-89.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "91.229.23.180", "91.229.23.180", @@ -97765,6 +101236,8 @@ "country": "Netherlands", "server_name": "NL-FREE#64", "hostname": "node-nl-90.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "93.190.142.102", "93.190.142.102", @@ -97776,6 +101249,8 @@ "country": "Netherlands", "server_name": "NL-FREE#65", "hostname": "node-nl-91.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "109.236.81.160", "109.236.81.160", @@ -97787,6 +101262,8 @@ "country": "Netherlands", "server_name": "NL-FREE#66", "hostname": "node-nl-92.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "93.190.141.58", "93.190.141.58", @@ -97798,6 +101275,8 @@ "country": "Netherlands", "server_name": "NL-FREE#67", "hostname": "node-nl-93.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.183.34.27", "185.183.34.27", @@ -97809,6 +101288,8 @@ "country": "Netherlands", "server_name": "NL-FREE#68", "hostname": "node-nl-94.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.183.34.149", "185.183.34.149", @@ -97820,6 +101301,8 @@ "country": "Netherlands", "server_name": "NL-FREE#69", "hostname": "node-nl-95.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.183.34.165", "185.183.34.165", @@ -97831,6 +101314,8 @@ "country": "Netherlands", "server_name": "NL-FREE#7", "hostname": "node-nl-37.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "107.181.180.162", "107.181.180.162", @@ -97842,6 +101327,8 @@ "country": "Netherlands", "server_name": "NL-FREE#70", "hostname": "node-nl-96.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.180.222.89", "185.180.222.89", @@ -97853,6 +101340,8 @@ "country": "Netherlands", "server_name": "NL-FREE#71", "hostname": "node-nl-97.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "109.236.81.166", "109.236.81.166", @@ -97864,6 +101353,8 @@ "country": "Netherlands", "server_name": "NL-FREE#72", "hostname": "node-nl-98.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "93.190.138.166", "93.190.138.166", @@ -97875,6 +101366,8 @@ "country": "Netherlands", "server_name": "NL-FREE#73", "hostname": "node-nl-102.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "190.2.147.7", "190.2.147.7", @@ -97886,6 +101379,8 @@ "country": "Netherlands", "server_name": "NL-FREE#74", "hostname": "node-nl-103.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.38.97.138", "89.38.97.138", @@ -97897,6 +101392,8 @@ "country": "Netherlands", "server_name": "NL-FREE#75", "hostname": "node-nl-104.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.183.33.217", "185.183.33.217", @@ -97908,6 +101405,8 @@ "country": "Netherlands", "server_name": "NL-FREE#76", "hostname": "node-nl-105.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.183.33.11", "185.183.33.11", @@ -97919,6 +101418,8 @@ "country": "Netherlands", "server_name": "NL-FREE#77", "hostname": "node-nl-106.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "212.8.252.66", "212.8.252.66", @@ -97930,6 +101431,8 @@ "country": "Netherlands", "server_name": "NL-FREE#78", "hostname": "node-nl-107.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.177.124.12", "185.177.124.12", @@ -97941,6 +101444,8 @@ "country": "Netherlands", "server_name": "NL-FREE#79", "hostname": "node-nl-108.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.177.124.84", "185.177.124.84", @@ -97952,6 +101457,8 @@ "country": "Netherlands", "server_name": "NL-FREE#8", "hostname": "node-nl-55.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.38.99.188", "89.38.99.188", @@ -97963,6 +101470,8 @@ "country": "Netherlands", "server_name": "NL-FREE#9", "hostname": "node-nl-56.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "190.2.138.15", "190.2.138.15", @@ -97974,6 +101483,8 @@ "country": "Netherlands", "server_name": "SE-NL#1", "hostname": "se-nl-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.72" ] @@ -97982,6 +101493,8 @@ "country": "Netherlands", "server_name": "SE-NL#1", "hostname": "se-nl-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.73" ] @@ -97990,6 +101503,8 @@ "country": "Netherlands", "server_name": "SE-NL#1", "hostname": "se-nl-01c.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.74" ] @@ -97998,6 +101513,8 @@ "country": "Netherlands", "server_name": "SE-NL#1", "hostname": "se-nl-01d.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.75" ] @@ -98006,6 +101523,8 @@ "country": "Netherlands", "server_name": "SE-NL#1", "hostname": "se-nl-01e.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.76" ] @@ -98014,25 +101533,19 @@ "country": "Netherlands", "server_name": "SE-NL#1", "hostname": "se-nl-01f.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.91" ] }, - { - "country": "Netherlands", - "city": "Amsterdam", - "server_name": "NL#1", - "hostname": "nl-01.protonvpn.net", - "ips": [ - "62.112.9.165", - "62.112.9.165" - ] - }, { "country": "Netherlands", "city": "Amsterdam", "server_name": "NL#13", "hostname": "nl-13.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "190.2.146.228" ] @@ -98042,6 +101555,8 @@ "city": "Amsterdam", "server_name": "NL#14", "hostname": "node-nl-13.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "190.2.146.180", "190.2.146.180", @@ -98053,6 +101568,8 @@ "city": "Amsterdam", "server_name": "NL#17", "hostname": "node-nl-14.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "192.40.57.50", "192.40.57.50", @@ -98065,6 +101582,8 @@ "city": "Amsterdam", "server_name": "NL#21", "hostname": "node-nl-15.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "192.40.57.55", "192.40.57.55", @@ -98077,6 +101596,8 @@ "city": "Amsterdam", "server_name": "NL#227", "hostname": "nl-227.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "146.70.86.115" ] @@ -98086,6 +101607,8 @@ "city": "Amsterdam", "server_name": "NL#228", "hostname": "node-nl-53.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "146.70.86.114", "146.70.86.114", @@ -98105,6 +101628,8 @@ "city": "Amsterdam", "server_name": "NL#25", "hostname": "nl-25.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "192.40.57.237" ] @@ -98114,6 +101639,8 @@ "city": "Amsterdam", "server_name": "NL#26", "hostname": "node-nl-18.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "192.40.57.236", "192.40.57.236", @@ -98125,6 +101652,8 @@ "city": "Amsterdam", "server_name": "NL#3", "hostname": "node-nl-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "62.112.9.164", "62.112.9.164" @@ -98135,6 +101664,8 @@ "city": "Amsterdam", "server_name": "NL#37", "hostname": "nl-37.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "190.2.132.141", "190.2.132.141" @@ -98145,6 +101676,8 @@ "city": "Amsterdam", "server_name": "NL#39", "hostname": "node-nl-28.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "190.2.132.139", "190.2.132.139" @@ -98155,6 +101688,8 @@ "city": "Amsterdam", "server_name": "NL#41", "hostname": "node-nl-29.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "190.2.132.124", "190.2.132.124", @@ -98167,6 +101702,8 @@ "city": "Amsterdam", "server_name": "NL#45", "hostname": "nl-45.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "190.2.131.157" ] @@ -98176,6 +101713,8 @@ "city": "Amsterdam", "server_name": "NL#46", "hostname": "node-nl-30.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "190.2.131.156", "190.2.131.156", @@ -98187,6 +101726,8 @@ "city": "Amsterdam", "server_name": "NL#49", "hostname": "node-nl-31.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "85.159.237.72", "85.159.237.72", @@ -98199,6 +101740,8 @@ "city": "Amsterdam", "server_name": "NL#5", "hostname": "node-nl-08.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "77.247.178.180", "77.247.178.180", @@ -98211,6 +101754,8 @@ "city": "Amsterdam", "server_name": "NL#57", "hostname": "nl-57.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "107.181.180.173" ] @@ -98220,6 +101765,8 @@ "city": "Amsterdam", "server_name": "NL#58", "hostname": "node-nl-39.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "107.181.180.172", "107.181.180.172", @@ -98231,6 +101778,8 @@ "city": "Amsterdam", "server_name": "NL#69", "hostname": "nl-69.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "46.166.182.101" ] @@ -98240,6 +101789,8 @@ "city": "Amsterdam", "server_name": "NL#70", "hostname": "node-nl-43.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "46.166.182.100", "46.166.182.100", @@ -98251,6 +101802,8 @@ "city": "Amsterdam", "server_name": "NL#85", "hostname": "node-nl-47.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.7.129", "138.199.7.129", @@ -98271,6 +101824,8 @@ "city": "Rotterdam", "server_name": "NL#219", "hostname": "nl-219.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.107.57.62" ] @@ -98280,6 +101835,8 @@ "city": "Rotterdam", "server_name": "NL#220", "hostname": "node-nl-48.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.107.57.49", "185.107.57.49", @@ -98291,6 +101848,8 @@ "city": "Rotterdam", "server_name": "NL#223", "hostname": "nl-223.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.107.57.71" ] @@ -98300,6 +101859,8 @@ "city": "Rotterdam", "server_name": "NL#224", "hostname": "node-nl-49.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.107.57.50", "185.107.57.50", @@ -98311,6 +101872,8 @@ "city": "Steenbergen", "server_name": "NL#29", "hostname": "nl-29.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.107.95.210", "185.107.95.210", @@ -98322,6 +101885,8 @@ "city": "Steenbergen", "server_name": "NL#32", "hostname": "node-nl-20.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.107.95.209", "185.107.95.209", @@ -98335,6 +101900,8 @@ "city": "Steenbergen", "server_name": "NL#53", "hostname": "nl-53.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.107.80.191" ] @@ -98344,6 +101911,8 @@ "city": "Steenbergen", "server_name": "NL#54", "hostname": "node-nl-32.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.107.80.190", "185.107.80.190", @@ -98355,6 +101924,8 @@ "city": "Steenbergen", "server_name": "NL#81", "hostname": "nl-81.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.107.57.2" ] @@ -98364,6 +101935,8 @@ "city": "Steenbergen", "server_name": "NL#82", "hostname": "node-nl-46.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.107.57.1", "185.107.57.1", @@ -98374,6 +101947,8 @@ "country": "New Zealand", "server_name": "CH-NZ#1", "hostname": "ch-nz-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.97" ] @@ -98382,6 +101957,8 @@ "country": "New Zealand", "server_name": "SE-NZ#1", "hostname": "se-nz-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.41" ] @@ -98391,6 +101968,8 @@ "city": "Auckland", "server_name": "NZ#13", "hostname": "nz-13.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "116.90.74.179", "116.90.74.179", @@ -98402,6 +101981,8 @@ "city": "Auckland", "server_name": "NZ#16", "hostname": "node-nz-03.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "116.90.74.178", "116.90.74.178", @@ -98415,6 +101996,8 @@ "city": "Auckland", "server_name": "NZ#5", "hostname": "nz-05.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "116.90.74.243", "116.90.74.243", @@ -98426,6 +102009,8 @@ "city": "Auckland", "server_name": "NZ#8", "hostname": "node-nz-02.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "116.90.74.242", "116.90.74.242", @@ -98438,6 +102023,8 @@ "country": "Nigeria", "server_name": "SE-NG#1", "hostname": "se-es-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.88" ] @@ -98447,6 +102034,8 @@ "city": "Abuja", "server_name": "NG#1", "hostname": "node-es-07.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.76.11.27", "185.76.11.27", @@ -98459,6 +102048,8 @@ "country": "Norway", "server_name": "CH-NO#1", "hostname": "ch-no-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.156" ] @@ -98467,6 +102058,8 @@ "country": "Norway", "server_name": "IS-NO#1", "hostname": "is-no-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.122" ] @@ -98475,6 +102068,8 @@ "country": "Norway", "server_name": "IS-NO#1", "hostname": "is-no-01d.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.145" ] @@ -98483,6 +102078,8 @@ "country": "Norway", "server_name": "SE-NO#1", "hostname": "se-no-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.48" ] @@ -98492,6 +102089,8 @@ "city": "Oslo", "server_name": "NO#1", "hostname": "no-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "95.174.66.59" ] @@ -98501,6 +102100,8 @@ "city": "Oslo", "server_name": "NO#13", "hostname": "no-13.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "84.247.50.179" ] @@ -98510,6 +102111,8 @@ "city": "Oslo", "server_name": "NO#14", "hostname": "node-no-03.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "84.247.50.178", "84.247.50.178", @@ -98521,6 +102124,8 @@ "city": "Oslo", "server_name": "NO#17", "hostname": "no-17.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "91.219.215.155" ] @@ -98530,6 +102135,8 @@ "city": "Oslo", "server_name": "NO#18", "hostname": "node-no-04.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "91.219.215.154", "91.219.215.154", @@ -98541,6 +102148,8 @@ "city": "Oslo", "server_name": "NO#2", "hostname": "node-no-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "95.174.66.58", "95.174.66.58", @@ -98552,6 +102161,8 @@ "city": "Oslo", "server_name": "NO#5", "hostname": "no-05.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.203.83", "37.120.203.83", @@ -98563,6 +102174,8 @@ "city": "Oslo", "server_name": "NO#8", "hostname": "node-no-02.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.203.82", "37.120.203.82", @@ -98575,6 +102188,8 @@ "country": "Peru", "server_name": "IS-PE#1", "hostname": "is-pe-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.198" ] @@ -98584,6 +102199,8 @@ "city": "Lima", "server_name": "PE#17", "hostname": "pe-17.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "200.25.28.187", "200.25.28.187", @@ -98595,6 +102212,8 @@ "city": "Lima", "server_name": "PE#20", "hostname": "node-pe-03.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "200.25.28.186", "200.25.28.186", @@ -98607,6 +102226,8 @@ "country": "Philippines", "server_name": "SE-PH#1", "hostname": "se-ph-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.86" ] @@ -98616,6 +102237,8 @@ "city": "Manila", "server_name": "PH#1", "hostname": "node-ph-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "188.214.125.162", "188.214.125.162", @@ -98631,6 +102254,8 @@ "country": "Poland", "server_name": "CH-PL#1", "hostname": "ch-pl-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.32" ] @@ -98639,6 +102264,8 @@ "country": "Poland", "server_name": "CH-PL#1", "hostname": "ch-pl-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.33" ] @@ -98647,6 +102274,8 @@ "country": "Poland", "server_name": "CH-PL#1", "hostname": "ch-pl-01c.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.96" ] @@ -98655,6 +102284,8 @@ "country": "Poland", "server_name": "CH-PL#1", "hostname": "ch-pl-01d.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.151" ] @@ -98664,6 +102295,8 @@ "city": "Warsaw", "server_name": "PL#1", "hostname": "pl-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "194.99.105.75", "194.99.105.75" @@ -98674,6 +102307,8 @@ "city": "Warsaw", "server_name": "PL#13", "hostname": "pl-13.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "217.138.209.147", "217.138.209.147", @@ -98685,6 +102320,8 @@ "city": "Warsaw", "server_name": "PL#16", "hostname": "node-pl-03.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "217.138.209.146", "217.138.209.146", @@ -98698,6 +102335,8 @@ "city": "Warsaw", "server_name": "PL#21", "hostname": "pl-21.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "193.56.254.35" ] @@ -98707,6 +102346,8 @@ "city": "Warsaw", "server_name": "PL#22", "hostname": "node-pl-04.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "193.56.254.34", "193.56.254.34", @@ -98718,6 +102359,8 @@ "city": "Warsaw", "server_name": "PL#3", "hostname": "node-pl-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "194.99.105.74", "194.99.105.74" @@ -98727,6 +102370,8 @@ "country": "Portugal", "server_name": "CH-PT#1", "hostname": "ch-pt-01d.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.113" ] @@ -98735,6 +102380,8 @@ "country": "Portugal", "server_name": "SE-PT#1", "hostname": "se-pt-01d.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.58" ] @@ -98744,6 +102391,8 @@ "city": "Lisbon", "server_name": "PT#5", "hostname": "pt-05b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "195.158.248.227", "195.158.248.227", @@ -98755,6 +102404,8 @@ "city": "Lisbon", "server_name": "PT#8", "hostname": "node-pt-02b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "195.158.248.226", "195.158.248.226", @@ -98767,6 +102418,8 @@ "country": "Puerto Rico", "server_name": "IS-PR#1", "hostname": "is-pr-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.181" ] @@ -98776,6 +102429,8 @@ "city": "San Juan", "server_name": "PR#1", "hostname": "node-pr-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.50.97", "138.199.50.97", @@ -98791,6 +102446,8 @@ "country": "Romania", "server_name": "SE-RO#1", "hostname": "se-ro-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.81" ] @@ -98800,6 +102457,8 @@ "city": "Bucharest", "server_name": "RO#16", "hostname": "ro-16.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.53.233", "138.199.53.233", @@ -98811,6 +102470,8 @@ "city": "Bucharest", "server_name": "RO#9", "hostname": "node-ro-02.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.53.225", "138.199.53.225", @@ -98825,6 +102486,8 @@ "country": "Russian Federation", "server_name": "IS-RU#1", "hostname": "is-ru-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.132" ] @@ -98833,6 +102496,8 @@ "country": "Russian Federation", "server_name": "IS-RU#1", "hostname": "is-ru-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.140" ] @@ -98841,23 +102506,19 @@ "country": "Russian Federation", "server_name": "IS-RU#1", "hostname": "is-ru-01c.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.59" ] }, - { - "country": "Russian Federation", - "server_name": "SE-RU#1", - "hostname": "se-ru-01a.protonvpn.net", - "ips": [ - "185.159.156.35" - ] - }, { "country": "Russian Federation", "city": "Saint Petersburg", "server_name": "RU#1", "hostname": "ru-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "5.8.16.235", "5.8.16.235" @@ -98868,6 +102529,8 @@ "city": "Saint Petersburg", "server_name": "RU#13", "hostname": "ru-13.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "5.8.16.147", "5.8.16.147" @@ -98878,26 +102541,20 @@ "city": "Saint Petersburg", "server_name": "RU#15", "hostname": "node-ru-03.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "5.8.16.146", "5.8.16.146" ] }, - { - "country": "Russian Federation", - "city": "Saint Petersburg", - "server_name": "RU#3", - "hostname": "node-ru-01.protonvpn.net", - "ips": [ - "5.8.16.234", - "5.8.16.234" - ] - }, { "country": "Russian Federation", "city": "Saint Petersburg", "server_name": "RU#5", "hostname": "ru-05.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "5.8.16.163", "5.8.16.163", @@ -98909,6 +102566,8 @@ "city": "Saint Petersburg", "server_name": "RU#8", "hostname": "node-ru-02.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "5.8.16.162", "5.8.16.162", @@ -98921,6 +102580,8 @@ "country": "Serbia", "server_name": "CH-RS#1", "hostname": "ch-rs-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.27" ] @@ -98930,6 +102591,8 @@ "city": "Belgrade", "server_name": "RS#1", "hostname": "rs-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.46.115.6", "37.46.115.6", @@ -98941,6 +102604,8 @@ "city": "Belgrade", "server_name": "RS#4", "hostname": "node-rs-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.46.115.5", "37.46.115.5", @@ -98949,10 +102614,22 @@ "37.46.115.5" ] }, + { + "country": "Singapore", + "server_name": "CH-SG#1", + "hostname": "ch-sg-01a.protonvpn.net", + "tcp": true, + "udp": true, + "ips": [ + "185.159.157.187" + ] + }, { "country": "Singapore", "server_name": "CH-SG#1", "hostname": "ch-sg-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.138" ] @@ -98961,6 +102638,8 @@ "country": "Singapore", "server_name": "CH-SG#1", "hostname": "ch-sg-01c.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.139" ] @@ -98969,6 +102648,8 @@ "country": "Singapore", "server_name": "CH-SG#1", "hostname": "ch-sg-01d.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.56" ] @@ -98977,6 +102658,8 @@ "country": "Singapore", "server_name": "CH-SG#1", "hostname": "ch-sg-01e.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.57" ] @@ -98985,6 +102668,8 @@ "country": "Singapore", "server_name": "CH-SG#1", "hostname": "ch-sg-01f.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.58" ] @@ -98993,6 +102678,8 @@ "country": "Singapore", "server_name": "CH-SG#1", "hostname": "ch-sg-01g.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.140" ] @@ -99001,6 +102688,8 @@ "country": "Singapore", "server_name": "SE-SG#1", "hostname": "se-sg-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.53" ] @@ -99010,6 +102699,8 @@ "city": "Singapore", "server_name": "SG#21", "hostname": "sg-21.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "209.58.163.227", "209.58.163.227" @@ -99020,6 +102711,8 @@ "city": "Singapore", "server_name": "SG#23", "hostname": "node-sg-06.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "209.58.163.226", "209.58.163.226", @@ -99034,6 +102727,8 @@ "city": "Singapore", "server_name": "SG#29", "hostname": "node-sg-07.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "103.107.198.194", "103.107.198.194", @@ -99050,6 +102745,8 @@ "city": "Singapore", "server_name": "SG#37", "hostname": "sg-37.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "103.107.199.163", "103.107.199.163", @@ -99062,6 +102759,8 @@ "city": "Singapore", "server_name": "SG#41", "hostname": "node-sg-08.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "103.107.199.162", "103.107.199.162", @@ -99074,6 +102773,8 @@ "city": "Singapore", "server_name": "SG#45", "hostname": "sg-45.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "103.107.198.211", "103.107.198.211", @@ -99085,6 +102786,8 @@ "city": "Singapore", "server_name": "SG#48", "hostname": "node-sg-09.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "103.107.198.210", "103.107.198.210", @@ -99098,6 +102801,8 @@ "city": "Singapore", "server_name": "SG#57", "hostname": "node-sg-11.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "103.107.199.194", "103.107.199.194", @@ -99110,6 +102815,8 @@ "city": "Singapore", "server_name": "SG#61", "hostname": "sg-61.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "103.107.199.211", "103.107.199.211" @@ -99120,6 +102827,8 @@ "city": "Singapore", "server_name": "SG#63", "hostname": "node-sg-12.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "103.107.199.210", "103.107.199.210" @@ -99130,6 +102839,8 @@ "city": "Singapore", "server_name": "SG#65", "hostname": "sg-65.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "103.107.198.243" ] @@ -99139,16 +102850,48 @@ "city": "Singapore", "server_name": "SG#66", "hostname": "node-sg-13.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "103.107.198.242", "103.107.198.242", "103.107.198.242" ] }, + { + "country": "Singapore", + "city": "Singapore", + "server_name": "SG#69", + "hostname": "sg-69.protonvpn.net", + "tcp": true, + "udp": true, + "ips": [ + "37.19.201.131", + "37.19.201.131" + ] + }, + { + "country": "Singapore", + "city": "Singapore", + "server_name": "SG#71", + "hostname": "node-sg-14.protonvpn.net", + "tcp": true, + "udp": true, + "ips": [ + "37.19.201.130", + "37.19.201.130", + "37.19.201.130", + "37.19.201.130", + "37.19.201.130", + "37.19.201.130" + ] + }, { "country": "Slovakia", "server_name": "CH-SK#1", "hostname": "ch-sk-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.62" ] @@ -99157,6 +102900,8 @@ "country": "Slovakia", "server_name": "CH-SK#1", "hostname": "ch-sk-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.85" ] @@ -99166,6 +102911,8 @@ "city": "Bratislava", "server_name": "SK#1", "hostname": "sk-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "196.245.151.211", "196.245.151.211", @@ -99177,6 +102924,8 @@ "city": "Bratislava", "server_name": "SK#4", "hostname": "node-sk-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "196.245.151.210", "196.245.151.210", @@ -99189,6 +102938,8 @@ "country": "Slovenia", "server_name": "CH-SI#1", "hostname": "ch-si-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.93" ] @@ -99198,6 +102949,8 @@ "city": "Ljubljana", "server_name": "SI#1", "hostname": "si-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "195.80.150.227", "195.80.150.227", @@ -99209,6 +102962,8 @@ "city": "Ljubljana", "server_name": "SI#4", "hostname": "node-si-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "195.80.150.226", "195.80.150.226", @@ -99221,6 +102976,8 @@ "country": "South Africa", "server_name": "IS-ZA#1", "hostname": "is-za-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.184" ] @@ -99230,6 +102987,8 @@ "city": "Johannesburg", "server_name": "ZA#13", "hostname": "za-13.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "196.240.128.67", "196.240.128.67", @@ -99241,6 +103000,8 @@ "city": "Johannesburg", "server_name": "ZA#16", "hostname": "node-za-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "196.240.128.66", "196.240.128.66", @@ -99257,6 +103018,8 @@ "country": "Spain", "server_name": "CH-ES#1", "hostname": "ch-es-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.43" ] @@ -99265,6 +103028,8 @@ "country": "Spain", "server_name": "IS-ES#1", "hostname": "is-es-01c.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.148" ] @@ -99273,6 +103038,8 @@ "country": "Spain", "server_name": "IS-ES#1", "hostname": "is-es-01d.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.149" ] @@ -99282,6 +103049,8 @@ "city": "Madrid", "server_name": "ES#12", "hostname": "node-es-03.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "195.181.167.193", "195.181.167.193", @@ -99295,6 +103064,8 @@ "city": "Madrid", "server_name": "ES#17", "hostname": "es-17.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.76.11.18" ] @@ -99304,6 +103075,8 @@ "city": "Madrid", "server_name": "ES#18", "hostname": "node-es-04.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.76.11.17", "185.76.11.17", @@ -99315,6 +103088,8 @@ "city": "Madrid", "server_name": "ES#21", "hostname": "es-21.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.76.11.23" ] @@ -99324,6 +103099,8 @@ "city": "Madrid", "server_name": "ES#22", "hostname": "node-es-05.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.76.11.22", "185.76.11.22", @@ -99335,6 +103112,8 @@ "city": "Madrid", "server_name": "ES#25", "hostname": "node-es-06.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.19.214.1", "37.19.214.1", @@ -99348,6 +103127,8 @@ "city": "Madrid", "server_name": "ES#9", "hostname": "es-09.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "195.181.167.194", "195.181.167.194", @@ -99358,6 +103139,8 @@ "country": "Sweden", "server_name": "SE#31-TOR", "hostname": "se-09-tor.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.90" ] @@ -99367,6 +103150,8 @@ "city": "Stockholm", "server_name": "SE#1", "hostname": "node-se-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "195.178.172.188", "195.178.172.188", @@ -99379,6 +103164,8 @@ "city": "Stockholm", "server_name": "SE#17", "hostname": "se-17.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.55.34", "138.199.55.34", @@ -99391,6 +103178,8 @@ "city": "Stockholm", "server_name": "SE#23", "hostname": "node-se-05.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.55.33", "138.199.55.33", @@ -99407,6 +103196,8 @@ "city": "Stockholm", "server_name": "SE#3", "hostname": "node-se-02.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "195.178.172.189", "195.178.172.189", @@ -99418,6 +103209,8 @@ "country": "Switzerland", "server_name": "CH#18-TOR", "hostname": "ch-09-tor.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.176" ] @@ -99427,6 +103220,8 @@ "city": "Zurich", "server_name": "CH#10", "hostname": "node-ch-05.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.128", "185.159.157.128" @@ -99437,6 +103232,8 @@ "city": "Zurich", "server_name": "CH#12", "hostname": "node-ch-06.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.129", "185.159.157.129" @@ -99447,6 +103244,8 @@ "city": "Zurich", "server_name": "CH#14", "hostname": "node-ch-07.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.24", "185.159.157.24" @@ -99457,6 +103256,8 @@ "city": "Zurich", "server_name": "CH#16", "hostname": "node-ch-08.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.23", "185.159.157.23" @@ -99467,6 +103268,8 @@ "city": "Zurich", "server_name": "CH#5", "hostname": "node-ch-02.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.6", "185.159.157.6" @@ -99477,6 +103280,8 @@ "city": "Zurich", "server_name": "CH#7", "hostname": "node-ch-03.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.7", "185.159.157.7" @@ -99486,6 +103291,8 @@ "country": "Taiwan", "server_name": "CH-TW#1", "hostname": "ch-tw-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.141" ] @@ -99494,6 +103301,8 @@ "country": "Taiwan", "server_name": "SE-TW#01", "hostname": "se-tw-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.82" ] @@ -99503,6 +103312,8 @@ "city": "Taichung City", "server_name": "TW#13", "hostname": "tw-13.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "2.58.241.67", "2.58.241.67", @@ -99514,6 +103325,8 @@ "city": "Taichung City", "server_name": "TW#16", "hostname": "node-tw-03.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "2.58.241.66", "2.58.241.66", @@ -99527,6 +103340,8 @@ "city": "Taipei", "server_name": "TW#21", "hostname": "node-tw-04.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "188.214.106.178", "188.214.106.178", @@ -99542,6 +103357,8 @@ "country": "Thailand", "server_name": "IS-TH#1", "hostname": "is-th-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.191" ] @@ -99551,6 +103368,8 @@ "city": "Bangkok", "server_name": "TH#1", "hostname": "node-th-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.19.201.129", "37.19.201.129", @@ -99562,21 +103381,50 @@ "37.19.201.129" ] }, + { + "country": "Turkey", + "server_name": "SE-TR#1", + "hostname": "se-tr-01a.protonvpn.net", + "tcp": true, + "udp": true, + "ips": [ + "185.159.156.97" + ] + }, { "country": "Turkey", "city": "Istanbul", "server_name": "TR#17", "hostname": "tr-17.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "87.249.139.162", "87.249.139.162", "87.249.139.162" ] }, + { + "country": "Turkey", + "city": "Istanbul", + "server_name": "TR#20", + "hostname": "node-tr-03.protonvpn.net", + "tcp": true, + "udp": true, + "ips": [ + "87.249.139.170", + "87.249.139.170", + "87.249.139.170", + "87.249.139.170", + "87.249.139.170" + ] + }, { "country": "Ukraine", "server_name": "CH-UA#1", "hostname": "ch-ua-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.60" ] @@ -99586,6 +103434,8 @@ "city": "Kyiv", "server_name": "UA#12", "hostname": "node-ua-02.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "156.146.50.5", "156.146.50.5", @@ -99599,6 +103449,8 @@ "city": "Kyiv", "server_name": "UA#9", "hostname": "ua-09.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "156.146.50.1", "156.146.50.1", @@ -99609,6 +103461,8 @@ "country": "United Arab Emirates", "server_name": "CH-AE#1", "hostname": "ch-ae-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.161" ] @@ -99617,6 +103471,8 @@ "country": "United Arab Emirates", "server_name": "CH-AE#1", "hostname": "ch-ae-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.104" ] @@ -99626,6 +103482,8 @@ "city": "Dubai", "server_name": "AE#12", "hostname": "node-ae-02.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "217.138.193.98", "217.138.193.98", @@ -99639,6 +103497,8 @@ "city": "Dubai", "server_name": "AE#17", "hostname": "ae-17.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "176.125.231.83" ] @@ -99648,6 +103508,8 @@ "city": "Dubai", "server_name": "AE#18", "hostname": "node-ae-03.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "176.125.231.82", "176.125.231.82", @@ -99659,6 +103521,8 @@ "city": "Dubai", "server_name": "AE#9", "hostname": "ae-09.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "217.138.193.99", "217.138.193.99", @@ -99669,6 +103533,8 @@ "country": "United Kingdom", "server_name": "CH-UK#1", "hostname": "ch-uk-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.152" ] @@ -99677,6 +103543,8 @@ "country": "United Kingdom", "server_name": "CH-UK#1", "hostname": "ch-uk-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.103" ] @@ -99685,6 +103553,8 @@ "country": "United Kingdom", "server_name": "CH-UK#1", "hostname": "ch-uk-01c.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.117" ] @@ -99693,6 +103563,8 @@ "country": "United Kingdom", "server_name": "CH-UK#1", "hostname": "ch-uk-01d.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.153" ] @@ -99701,6 +103573,8 @@ "country": "United Kingdom", "server_name": "CH-UK#1", "hostname": "ch-uk-01h.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.16" ] @@ -99709,6 +103583,8 @@ "country": "United Kingdom", "server_name": "CH-UK#1", "hostname": "ch-uk-01i.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.88" ] @@ -99717,6 +103593,8 @@ "country": "United Kingdom", "server_name": "IS-UK#1", "hostname": "is-uk-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.187" ] @@ -99726,6 +103604,8 @@ "city": "London", "server_name": "SE-UK#1", "hostname": "se-uk-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.99" ] @@ -99735,6 +103615,8 @@ "city": "London", "server_name": "UK#25", "hostname": "uk-25.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.198.179", "37.120.198.179", @@ -99746,6 +103628,8 @@ "city": "London", "server_name": "UK#28", "hostname": "node-uk-06.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.198.178", "37.120.198.178", @@ -99759,6 +103643,8 @@ "city": "London", "server_name": "UK#33", "hostname": "uk-33.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.238.150.171" ] @@ -99768,6 +103654,8 @@ "city": "London", "server_name": "UK#34", "hostname": "node-uk-07.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.238.150.170", "89.238.150.170", @@ -99779,6 +103667,8 @@ "city": "London", "server_name": "UK#41", "hostname": "uk-41.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "81.92.200.51" ] @@ -99788,6 +103678,8 @@ "city": "London", "server_name": "UK#42", "hostname": "node-uk-09.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "81.92.200.50", "81.92.200.50", @@ -99799,6 +103691,8 @@ "city": "London", "server_name": "UK#45", "hostname": "uk-45.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "81.92.200.59" ] @@ -99808,6 +103702,8 @@ "city": "London", "server_name": "UK#46", "hostname": "node-uk-10.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "81.92.200.58", "81.92.200.58", @@ -99819,6 +103715,8 @@ "city": "London", "server_name": "UK#53", "hostname": "uk-53.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "146.70.83.67", "146.70.83.67" @@ -99829,6 +103727,8 @@ "city": "London", "server_name": "UK#55", "hostname": "node-uk-12.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "146.70.83.66", "146.70.83.66", @@ -99847,6 +103747,8 @@ "city": "London", "server_name": "UK#65", "hostname": "node-uk-13.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "146.70.96.66", "146.70.96.66", @@ -99867,6 +103769,8 @@ "city": "Manchester", "server_name": "UK#17", "hostname": "uk-17.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "217.138.196.19", "217.138.196.19", @@ -99878,6 +103782,8 @@ "city": "Manchester", "server_name": "UK#20", "hostname": "node-uk-05.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "217.138.196.18", "217.138.196.18", @@ -99891,6 +103797,8 @@ "city": "Manchester", "server_name": "UK#37", "hostname": "uk-37.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.44.201.163" ] @@ -99900,6 +103808,8 @@ "city": "Manchester", "server_name": "UK#38", "hostname": "node-uk-08.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.44.201.162", "89.44.201.162", @@ -99910,6 +103820,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.175" ] @@ -99918,6 +103830,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.86" ] @@ -99926,6 +103840,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-01c.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.92" ] @@ -99934,6 +103850,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-01d.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.99" ] @@ -99942,6 +103860,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-01g.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.29" ] @@ -99950,6 +103870,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-01h.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.30" ] @@ -99958,6 +103880,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-01i.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.41" ] @@ -99966,6 +103890,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-01j.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.42" ] @@ -99974,6 +103900,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-01k.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.169" ] @@ -99982,6 +103910,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-01n.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.170" ] @@ -99990,6 +103920,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-01p.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.116" ] @@ -99998,6 +103930,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-01v.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.142" ] @@ -100006,6 +103940,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-01w.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.143" ] @@ -100014,6 +103950,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-01x.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.144" ] @@ -100022,6 +103960,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-01y.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.145" ] @@ -100030,6 +103970,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-01z.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.146" ] @@ -100038,6 +103980,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-02a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.157" ] @@ -100046,6 +103990,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-02b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.158" ] @@ -100054,6 +104000,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-02c.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.159" ] @@ -100062,6 +104010,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-02d.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.160" ] @@ -100070,6 +104020,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-02e.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.162" ] @@ -100078,6 +104030,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-02f.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.163" ] @@ -100086,6 +104040,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-02g.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.164" ] @@ -100094,6 +104050,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-02h.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.171" ] @@ -100102,6 +104060,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-02i.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.172" ] @@ -100110,6 +104070,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-02j.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.173" ] @@ -100118,6 +104080,8 @@ "country": "United States", "server_name": "CH-US#1", "hostname": "ch-us-02k.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.157.174" ] @@ -100126,6 +104090,8 @@ "country": "United States", "server_name": "IS-US#1", "hostname": "is-us-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.150" ] @@ -100134,6 +104100,8 @@ "country": "United States", "server_name": "IS-US#1", "hostname": "is-us-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.192" ] @@ -100142,6 +104110,8 @@ "country": "United States", "server_name": "IS-US#1", "hostname": "is-us-01c.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.185" ] @@ -100150,14 +104120,28 @@ "country": "United States", "server_name": "IS-US#1", "hostname": "is-us-01d.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.186" ] }, + { + "country": "United States", + "server_name": "IS-US#1", + "hostname": "is-us-01e.protonvpn.net", + "tcp": true, + "udp": true, + "ips": [ + "185.159.158.133" + ] + }, { "country": "United States", "server_name": "IS-US#1", "hostname": "is-us-01f.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.151" ] @@ -100166,6 +104150,8 @@ "country": "United States", "server_name": "IS-US#1", "hostname": "is-us-01g.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.158" ] @@ -100174,6 +104160,8 @@ "country": "United States", "server_name": "IS-US#1", "hostname": "is-us-01h.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.159" ] @@ -100182,6 +104170,8 @@ "country": "United States", "server_name": "IS-US#1", "hostname": "is-us-01i.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.160" ] @@ -100190,6 +104180,8 @@ "country": "United States", "server_name": "IS-US#1", "hostname": "is-us-01j.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.161" ] @@ -100198,6 +104190,8 @@ "country": "United States", "server_name": "IS-US#1", "hostname": "is-us-01k.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.162" ] @@ -100206,6 +104200,8 @@ "country": "United States", "server_name": "IS-US#1", "hostname": "is-us-01l.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.163" ] @@ -100214,6 +104210,8 @@ "country": "United States", "server_name": "IS-US#1", "hostname": "is-us-01q.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.188" ] @@ -100222,6 +104220,8 @@ "country": "United States", "server_name": "IS-US#1", "hostname": "is-us-01r.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.189" ] @@ -100230,6 +104230,8 @@ "country": "United States", "server_name": "IS-US#1", "hostname": "is-us-01s.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.158.190" ] @@ -100238,6 +104240,8 @@ "country": "United States", "server_name": "SE-US#1", "hostname": "se-us-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.54" ] @@ -100246,6 +104250,8 @@ "country": "United States", "server_name": "SE-US#1", "hostname": "se-us-01b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.57" ] @@ -100254,6 +104260,8 @@ "country": "United States", "server_name": "SE-US#1", "hostname": "se-us-01c.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.61" ] @@ -100262,6 +104270,8 @@ "country": "United States", "server_name": "SE-US#1", "hostname": "se-us-01d.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.62" ] @@ -100270,6 +104280,8 @@ "country": "United States", "server_name": "SE-US#1", "hostname": "se-us-01e.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.63" ] @@ -100278,6 +104290,8 @@ "country": "United States", "server_name": "SE-US#1", "hostname": "se-us-01f.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.64" ] @@ -100286,6 +104300,8 @@ "country": "United States", "server_name": "SE-US#1", "hostname": "se-us-01g.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.66" ] @@ -100294,6 +104310,8 @@ "country": "United States", "server_name": "SE-US#1", "hostname": "se-us-01h.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.67" ] @@ -100302,6 +104320,8 @@ "country": "United States", "server_name": "SE-US#1", "hostname": "se-us-01i.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.69" ] @@ -100310,6 +104330,8 @@ "country": "United States", "server_name": "SE-US#1", "hostname": "se-us-01j.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.70" ] @@ -100318,6 +104340,8 @@ "country": "United States", "server_name": "SE-US#1", "hostname": "se-us-01k.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.71" ] @@ -100326,6 +104350,8 @@ "country": "United States", "server_name": "SE-US#1", "hostname": "se-us-01l.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.96" ] @@ -100334,6 +104360,8 @@ "country": "United States", "server_name": "SE-US#1", "hostname": "se-us-01m.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.78" ] @@ -100342,6 +104370,8 @@ "country": "United States", "server_name": "SE-US#1", "hostname": "se-us-01n.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.100" ] @@ -100350,6 +104380,8 @@ "country": "United States", "server_name": "US-FREE#1", "hostname": "node-us-132.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "156.146.51.129", "156.146.51.129", @@ -100361,6 +104393,8 @@ "country": "United States", "server_name": "US-FREE#10", "hostname": "node-us-71.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.177.71", "89.187.177.71", @@ -100372,6 +104406,8 @@ "country": "United States", "server_name": "US-FREE#11", "hostname": "node-us-73.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "195.181.162.163", "195.181.162.163", @@ -100383,6 +104419,8 @@ "country": "United States", "server_name": "US-FREE#12", "hostname": "node-us-81.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.230.126.2", "185.230.126.2", @@ -100394,6 +104432,8 @@ "country": "United States", "server_name": "US-FREE#13", "hostname": "node-us-54.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "38.132.103.146", "38.132.103.146", @@ -100405,6 +104445,8 @@ "country": "United States", "server_name": "US-FREE#14", "hostname": "node-us-70.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.170.159", "89.187.170.159", @@ -100416,6 +104458,8 @@ "country": "United States", "server_name": "US-FREE#15", "hostname": "node-us-136.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.19.200.22", "37.19.200.22", @@ -100427,6 +104471,8 @@ "country": "United States", "server_name": "US-FREE#16", "hostname": "node-us-137.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.19.200.17", "37.19.200.17", @@ -100438,6 +104484,8 @@ "country": "United States", "server_name": "US-FREE#17", "hostname": "node-us-138.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.19.199.144", "37.19.199.144", @@ -100449,6 +104497,8 @@ "country": "United States", "server_name": "US-FREE#18", "hostname": "node-us-139.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.50.98", "138.199.50.98", @@ -100460,6 +104510,8 @@ "country": "United States", "server_name": "US-FREE#19", "hostname": "node-us-140.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.19.199.129", "37.19.199.129", @@ -100471,6 +104523,8 @@ "country": "United States", "server_name": "US-FREE#2", "hostname": "node-us-72.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.185.161", "89.187.185.161", @@ -100482,6 +104536,8 @@ "country": "United States", "server_name": "US-FREE#20", "hostname": "node-us-141.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.19.199.134", "37.19.199.134", @@ -100493,6 +104549,8 @@ "country": "United States", "server_name": "US-FREE#21", "hostname": "node-us-142.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.19.199.139", "37.19.199.139", @@ -100504,6 +104562,8 @@ "country": "United States", "server_name": "US-FREE#22", "hostname": "node-us-37.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "172.83.43.135", "172.83.43.135", @@ -100515,6 +104575,8 @@ "country": "United States", "server_name": "US-FREE#23", "hostname": "node-us-29.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "192.252.222.34", "192.252.222.34", @@ -100526,6 +104588,8 @@ "country": "United States", "server_name": "US-FREE#24", "hostname": "node-us-41.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "172.98.93.226", "172.98.93.226", @@ -100537,6 +104601,8 @@ "country": "United States", "server_name": "US-FREE#25", "hostname": "node-us-83.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "107.152.101.210", "107.152.101.210", @@ -100548,6 +104614,8 @@ "country": "United States", "server_name": "US-FREE#26", "hostname": "node-us-84.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "66.115.180.194", "66.115.180.194", @@ -100559,6 +104627,8 @@ "country": "United States", "server_name": "US-FREE#27", "hostname": "node-us-143.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.19.199.149", "37.19.199.149", @@ -100570,6 +104640,8 @@ "country": "United States", "server_name": "US-FREE#28", "hostname": "node-us-148.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "143.244.44.161", "143.244.44.161", @@ -100581,6 +104653,8 @@ "country": "United States", "server_name": "US-FREE#29", "hostname": "node-us-145.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "143.244.44.166", "143.244.44.166", @@ -100592,6 +104666,8 @@ "country": "United States", "server_name": "US-FREE#3", "hostname": "node-us-60.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "195.181.163.1", "195.181.163.1", @@ -100603,6 +104679,8 @@ "country": "United States", "server_name": "US-FREE#30", "hostname": "node-us-146.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "143.244.44.171", "143.244.44.171", @@ -100614,6 +104692,8 @@ "country": "United States", "server_name": "US-FREE#31", "hostname": "node-us-147.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "143.244.44.176", "143.244.44.176", @@ -100625,6 +104705,8 @@ "country": "United States", "server_name": "US-FREE#32", "hostname": "node-us-76.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "193.148.18.58", "193.148.18.58", @@ -100636,6 +104718,8 @@ "country": "United States", "server_name": "US-FREE#33", "hostname": "node-us-78.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "193.148.18.74", "193.148.18.74", @@ -100647,6 +104731,8 @@ "country": "United States", "server_name": "US-FREE#34", "hostname": "node-us-91.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.87.214.106", "45.87.214.106", @@ -100658,6 +104744,8 @@ "country": "United States", "server_name": "US-FREE#36", "hostname": "node-us-55.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.87.214.114", "45.87.214.114", @@ -100669,6 +104757,8 @@ "country": "United States", "server_name": "US-FREE#37", "hostname": "node-us-61.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "84.17.45.156", "84.17.45.156", @@ -100680,6 +104770,8 @@ "country": "United States", "server_name": "US-FREE#38", "hostname": "node-us-56.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.171.225", "89.187.171.225", @@ -100691,6 +104783,8 @@ "country": "United States", "server_name": "US-FREE#39", "hostname": "node-us-86.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "162.253.68.114", "162.253.68.114", @@ -100702,6 +104796,8 @@ "country": "United States", "server_name": "US-FREE#4", "hostname": "node-us-47.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.89.173.194", "45.89.173.194", @@ -100713,6 +104809,8 @@ "country": "United States", "server_name": "US-FREE#40", "hostname": "node-us-149.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.19.221.193", "37.19.221.193", @@ -100724,6 +104822,8 @@ "country": "United States", "server_name": "US-FREE#41", "hostname": "node-us-150.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.19.221.197", "37.19.221.197", @@ -100735,6 +104835,8 @@ "country": "United States", "server_name": "US-FREE#42", "hostname": "node-us-151.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.19.221.194", "37.19.221.194", @@ -100746,6 +104848,8 @@ "country": "United States", "server_name": "US-FREE#43", "hostname": "node-us-152.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.19.221.195", "37.19.221.195", @@ -100757,6 +104861,8 @@ "country": "United States", "server_name": "US-FREE#44", "hostname": "node-us-153.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.19.221.196", "37.19.221.196", @@ -100768,6 +104874,8 @@ "country": "United States", "server_name": "US-FREE#45", "hostname": "node-us-154.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.19.221.199", "37.19.221.199", @@ -100779,6 +104887,8 @@ "country": "United States", "server_name": "US-FREE#46", "hostname": "node-us-156.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.180.55", "89.187.180.55", @@ -100790,6 +104900,8 @@ "country": "United States", "server_name": "US-FREE#47", "hostname": "node-us-155.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.19.221.198", "37.19.221.198", @@ -100801,6 +104913,8 @@ "country": "United States", "server_name": "US-FREE#48", "hostname": "node-us-157.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.180.54", "89.187.180.54", @@ -100812,6 +104926,8 @@ "country": "United States", "server_name": "US-FREE#5", "hostname": "node-us-45.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "217.138.206.82", "217.138.206.82", @@ -100823,6 +104939,8 @@ "country": "United States", "server_name": "US-FREE#6", "hostname": "node-us-133.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.19.200.1", "37.19.200.1", @@ -100834,6 +104952,8 @@ "country": "United States", "server_name": "US-FREE#7", "hostname": "node-us-62.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.179.55", "89.187.179.55", @@ -100845,6 +104965,8 @@ "country": "United States", "server_name": "US-FREE#8", "hostname": "node-us-131.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "156.146.54.81", "156.146.54.81", @@ -100856,6 +104978,8 @@ "country": "United States", "server_name": "US-FREE#9", "hostname": "node-us-128.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.180.1", "89.187.180.1", @@ -100868,6 +104992,8 @@ "city": "Ashburn", "server_name": "US-VA#14", "hostname": "us-va-14.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.156.46.34", "185.156.46.34", @@ -100879,6 +105005,8 @@ "city": "Ashburn", "server_name": "US-VA#17", "hostname": "node-us-119.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.156.46.33", "185.156.46.33", @@ -100896,6 +105024,8 @@ "city": "Atlanta", "server_name": "US-GA#109", "hostname": "node-us-121.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.134.140.33", "45.134.140.33", @@ -100916,6 +105046,8 @@ "city": "Atlanta", "server_name": "US-GA#13", "hostname": "us-ga-13.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.171.240", "89.187.171.240", @@ -100927,6 +105059,8 @@ "city": "Atlanta", "server_name": "US-GA#16", "hostname": "node-us-59.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.171.239", "89.187.171.239", @@ -100940,6 +105074,8 @@ "city": "Atlanta", "server_name": "US-GA#21", "hostname": "us-ga-21.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.170.158" ] @@ -100949,6 +105085,8 @@ "city": "Atlanta", "server_name": "US-GA#22", "hostname": "node-us-69.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.170.135", "89.187.170.135", @@ -100960,6 +105098,8 @@ "city": "Chicago", "server_name": "US-IL#45", "hostname": "us-il-45.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.180.15", "89.187.180.15", @@ -100971,6 +105111,8 @@ "city": "Chicago", "server_name": "US-IL#49", "hostname": "node-us-129.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.180.14", "89.187.180.14", @@ -100988,6 +105130,8 @@ "city": "Chicago", "server_name": "US-IL#57", "hostname": "us-il-57.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.180.28", "89.187.180.28", @@ -100999,6 +105143,8 @@ "city": "Chicago", "server_name": "US-IL#60", "hostname": "node-us-130.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.180.27", "89.187.180.27", @@ -101016,6 +105162,8 @@ "city": "Chicago", "server_name": "US-IL#69", "hostname": "us-il-69.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.180.41" ] @@ -101025,6 +105173,8 @@ "city": "Chicago", "server_name": "US-IL#70", "hostname": "node-us-135.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.180.40", "89.187.180.40", @@ -101044,6 +105194,8 @@ "city": "Dallas", "server_name": "US-TX#12", "hostname": "node-us-57.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.175.132", "89.187.175.132", @@ -101057,6 +105209,8 @@ "city": "Dallas", "server_name": "US-TX#17", "hostname": "us-tx-17.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.175.130" ] @@ -101066,6 +105220,8 @@ "city": "Dallas", "server_name": "US-TX#18", "hostname": "node-us-75.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.175.129", "89.187.175.129", @@ -101077,6 +105233,8 @@ "city": "Dallas", "server_name": "US-TX#21", "hostname": "us-tx-21.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.164.242" ] @@ -101086,6 +105244,8 @@ "city": "Dallas", "server_name": "US-TX#22", "hostname": "node-us-108.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.164.241", "89.187.164.241", @@ -101097,6 +105257,8 @@ "city": "Dallas", "server_name": "US-TX#25", "hostname": "us-tx-25.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.164.247" ] @@ -101106,6 +105268,8 @@ "city": "Dallas", "server_name": "US-TX#26", "hostname": "node-us-109.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.164.246", "89.187.164.246", @@ -101117,6 +105281,8 @@ "city": "Dallas", "server_name": "US-TX#29", "hostname": "us-tx-29.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "146.70.58.131" ] @@ -101126,6 +105292,8 @@ "city": "Dallas", "server_name": "US-TX#30", "hostname": "node-us-125.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "146.70.58.130", "146.70.58.130", @@ -101145,6 +105313,8 @@ "city": "Dallas", "server_name": "US-TX#9", "hostname": "us-tx-09.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.175.141", "89.187.175.141", @@ -101156,6 +105326,8 @@ "city": "Denver", "server_name": "US-CO#1", "hostname": "us-co-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "84.17.63.9", "84.17.63.9", @@ -101167,6 +105339,8 @@ "city": "Denver", "server_name": "US-CO#10", "hostname": "node-us-74.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "84.17.63.54", "84.17.63.54", @@ -101178,6 +105352,8 @@ "city": "Denver", "server_name": "US-CO#13", "hostname": "us-co-13.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "212.102.44.162" ] @@ -101187,6 +105363,8 @@ "city": "Denver", "server_name": "US-CO#14", "hostname": "node-us-93.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "212.102.44.161", "212.102.44.161", @@ -101198,6 +105376,8 @@ "city": "Denver", "server_name": "US-CO#17", "hostname": "us-co-17.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "212.102.44.167" ] @@ -101207,6 +105387,8 @@ "city": "Denver", "server_name": "US-CO#18", "hostname": "node-us-94.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "212.102.44.166", "212.102.44.166", @@ -101218,6 +105400,8 @@ "city": "Denver", "server_name": "US-CO#4", "hostname": "node-us-58.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "84.17.63.8", "84.17.63.8", @@ -101231,6 +105415,8 @@ "city": "Denver", "server_name": "US-CO#9", "hostname": "us-co-09.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "84.17.63.55" ] @@ -101240,6 +105426,8 @@ "city": "Los Angeles", "server_name": "US-CA#17", "hostname": "us-ca-17.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.152.182.131", "45.152.182.131", @@ -101251,6 +105439,8 @@ "city": "Los Angeles", "server_name": "US-CA#20", "hostname": "node-us-48.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.152.182.130", "45.152.182.130", @@ -101264,6 +105454,8 @@ "city": "Los Angeles", "server_name": "US-CA#25", "hostname": "us-ca-25.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.152.182.147", "45.152.182.147", @@ -101275,6 +105467,8 @@ "city": "Los Angeles", "server_name": "US-CA#28", "hostname": "node-us-49.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.152.182.146", "45.152.182.146", @@ -101288,6 +105482,8 @@ "city": "Los Angeles", "server_name": "US-CA#33", "hostname": "us-ca-33.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.230.126.19", "185.230.126.19", @@ -101299,6 +105495,8 @@ "city": "Los Angeles", "server_name": "US-CA#36", "hostname": "node-us-65.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.230.126.18", "185.230.126.18", @@ -101312,6 +105510,8 @@ "city": "Los Angeles", "server_name": "US-CA#41", "hostname": "us-ca-41.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.230.126.147", "185.230.126.147", @@ -101323,6 +105523,8 @@ "city": "Los Angeles", "server_name": "US-CA#44", "hostname": "node-us-66.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.230.126.146", "185.230.126.146", @@ -101336,6 +105538,8 @@ "city": "Los Angeles", "server_name": "US-CA#49", "hostname": "us-ca-49.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.230.126.11" ] @@ -101345,6 +105549,8 @@ "city": "Los Angeles", "server_name": "US-CA#50", "hostname": "node-us-82.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.230.126.10", "185.230.126.10", @@ -101356,6 +105562,8 @@ "city": "Los Angeles", "server_name": "US-CA#53", "hostname": "us-ca-53.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "91.219.212.227" ] @@ -101365,6 +105573,8 @@ "city": "Los Angeles", "server_name": "US-CA#54", "hostname": "node-us-95.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "91.219.212.226", "91.219.212.226", @@ -101376,6 +105586,8 @@ "city": "Los Angeles", "server_name": "US-CA#57", "hostname": "us-ca-57.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "91.219.212.219" ] @@ -101385,6 +105597,8 @@ "city": "Los Angeles", "server_name": "US-CA#58", "hostname": "node-us-96.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "91.219.212.218", "91.219.212.218", @@ -101396,6 +105610,8 @@ "city": "Los Angeles", "server_name": "US-CA#61", "hostname": "us-ca-61.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "91.219.212.211" ] @@ -101405,6 +105621,8 @@ "city": "Los Angeles", "server_name": "US-CA#62", "hostname": "node-us-97.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "91.219.212.210", "91.219.212.210", @@ -101416,6 +105634,8 @@ "city": "Los Angeles", "server_name": "US-CA#65", "hostname": "us-ca-65.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "91.219.212.203" ] @@ -101425,6 +105645,8 @@ "city": "Los Angeles", "server_name": "US-CA#66", "hostname": "node-us-98.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "91.219.212.202", "91.219.212.202", @@ -101436,6 +105658,8 @@ "city": "Los Angeles", "server_name": "US-CA#69", "hostname": "us-ca-69.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "91.219.212.195" ] @@ -101445,6 +105669,8 @@ "city": "Los Angeles", "server_name": "US-CA#70", "hostname": "node-us-99.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "91.219.212.194", "91.219.212.194", @@ -101456,6 +105682,8 @@ "city": "Los Angeles", "server_name": "US-CA#89", "hostname": "node-us-122.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "138.199.35.97", "138.199.35.97", @@ -101477,6 +105705,8 @@ "city": "Miami", "server_name": "US-FL#1", "hostname": "us-fl-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.215.243", "37.120.215.243", @@ -101488,6 +105718,8 @@ "city": "Miami", "server_name": "US-FL#12", "hostname": "node-us-51.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.215.226", "37.120.215.226", @@ -101501,6 +105733,8 @@ "city": "Miami", "server_name": "US-FL#17", "hostname": "us-fl-17.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.87.214.195", "45.87.214.195", @@ -101512,6 +105746,8 @@ "city": "Miami", "server_name": "US-FL#20", "hostname": "node-us-63.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.87.214.194", "45.87.214.194", @@ -101525,6 +105761,8 @@ "city": "Miami", "server_name": "US-FL#25", "hostname": "us-fl-25.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.87.214.211", "45.87.214.211", @@ -101536,6 +105774,8 @@ "city": "Miami", "server_name": "US-FL#28", "hostname": "node-us-64.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.87.214.210", "45.87.214.210", @@ -101549,6 +105789,8 @@ "city": "Miami", "server_name": "US-FL#33", "hostname": "us-fl-33.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.87.214.99" ] @@ -101558,6 +105800,8 @@ "city": "Miami", "server_name": "US-FL#34", "hostname": "node-us-90.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "45.87.214.98", "45.87.214.98", @@ -101569,6 +105813,8 @@ "city": "Miami", "server_name": "US-FL#37", "hostname": "us-fl-37.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "91.219.214.171" ] @@ -101578,6 +105824,8 @@ "city": "Miami", "server_name": "US-FL#38", "hostname": "node-us-100.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "91.219.214.170", "91.219.214.170", @@ -101589,6 +105837,8 @@ "city": "Miami", "server_name": "US-FL#4", "hostname": "node-us-50.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.215.242", "37.120.215.242", @@ -101602,6 +105852,8 @@ "city": "Miami", "server_name": "US-FL#41", "hostname": "us-fl-41.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "91.219.214.163" ] @@ -101611,6 +105863,8 @@ "city": "Miami", "server_name": "US-FL#42", "hostname": "node-us-101.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "91.219.214.162", "91.219.214.162", @@ -101622,6 +105876,8 @@ "city": "Miami", "server_name": "US-FL#45", "hostname": "us-fl-45.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.38.227.139" ] @@ -101631,6 +105887,8 @@ "city": "Miami", "server_name": "US-FL#46", "hostname": "node-us-102.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.38.227.138", "89.38.227.138", @@ -101642,6 +105900,8 @@ "city": "Miami", "server_name": "US-FL#49", "hostname": "us-fl-49.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "193.27.12.251" ] @@ -101651,6 +105911,8 @@ "city": "Miami", "server_name": "US-FL#50", "hostname": "node-us-103.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "193.27.12.250", "193.27.12.250", @@ -101662,6 +105924,8 @@ "city": "Miami", "server_name": "US-FL#9", "hostname": "us-fl-09.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.215.227", "37.120.215.227", @@ -101673,6 +105937,8 @@ "city": "New York City", "server_name": "US-NY#126", "hostname": "node-us-134.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.178.173", "89.187.178.173", @@ -101693,6 +105959,8 @@ "city": "New York City", "server_name": "US-NY#13", "hostname": "us-ny-13.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "193.148.18.35", "193.148.18.35", @@ -101704,6 +105972,8 @@ "city": "New York City", "server_name": "US-NY#16", "hostname": "node-us-46.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "193.148.18.34", "193.148.18.34", @@ -101717,6 +105987,8 @@ "city": "New York City", "server_name": "US-NY#21", "hostname": "us-ny-21.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "193.148.18.83", "193.148.18.83", @@ -101728,6 +106000,8 @@ "city": "New York City", "server_name": "US-NY#24", "hostname": "node-us-67.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "193.148.18.82", "193.148.18.82", @@ -101741,6 +106015,8 @@ "city": "New York City", "server_name": "US-NY#29", "hostname": "us-ny-29.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "193.148.18.99", "193.148.18.99", @@ -101752,6 +106028,8 @@ "city": "New York City", "server_name": "US-NY#32", "hostname": "node-us-68.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "193.148.18.98", "193.148.18.98", @@ -101765,6 +106043,8 @@ "city": "New York City", "server_name": "US-NY#37", "hostname": "us-ny-37.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "193.148.18.67" ] @@ -101774,6 +106054,8 @@ "city": "New York City", "server_name": "US-NY#38", "hostname": "node-us-77.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "193.148.18.66", "193.148.18.66", @@ -101785,6 +106067,8 @@ "city": "New York City", "server_name": "US-NY#41", "hostname": "us-ny-41.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.244.62" ] @@ -101794,6 +106078,8 @@ "city": "New York City", "server_name": "US-NY#42", "hostname": "node-us-104.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.244.58", "37.120.244.58", @@ -101805,6 +106091,8 @@ "city": "New York City", "server_name": "US-NY#45", "hostname": "us-ny-45.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.244.155" ] @@ -101814,6 +106102,8 @@ "city": "New York City", "server_name": "US-NY#46", "hostname": "node-us-105.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.244.154", "37.120.244.154", @@ -101825,6 +106115,8 @@ "city": "New York City", "server_name": "US-NY#49", "hostname": "us-ny-49.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.244.51" ] @@ -101834,6 +106126,8 @@ "city": "New York City", "server_name": "US-NY#5", "hostname": "us-ny-05.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "108.62.49.149" ] @@ -101843,6 +106137,8 @@ "city": "New York City", "server_name": "US-NY#50", "hostname": "node-us-106.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.244.50", "37.120.244.50", @@ -101854,6 +106150,8 @@ "city": "New York City", "server_name": "US-NY#53", "hostname": "us-ny-53.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.244.99" ] @@ -101863,6 +106161,8 @@ "city": "New York City", "server_name": "US-NY#54", "hostname": "node-us-107.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "37.120.244.98", "37.120.244.98", @@ -101874,6 +106174,8 @@ "city": "New York City", "server_name": "US-NY#61", "hostname": "us-ny-61.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "146.70.72.131", "146.70.72.131", @@ -101886,6 +106188,8 @@ "city": "New York City", "server_name": "US-NY#65", "hostname": "node-us-144.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "146.70.72.130", "146.70.72.130", @@ -101902,6 +106206,8 @@ "city": "New York City", "server_name": "US-NY#73", "hostname": "node-us-118.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "146.70.72.162", "146.70.72.162", @@ -101917,11 +106223,26 @@ "146.70.72.162" ] }, + { + "country": "United States", + "city": "New York City", + "server_name": "US-NY#8", + "hostname": "node-us-32.protonvpn.net", + "tcp": true, + "udp": true, + "ips": [ + "108.62.49.157", + "108.62.49.157", + "108.62.49.157" + ] + }, { "country": "United States", "city": "Phoenix", "server_name": "US-AZ#10", "hostname": "node-us-126.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "193.37.254.66", "193.37.254.66", @@ -101941,6 +106262,8 @@ "city": "Phoenix", "server_name": "US-AZ#9", "hostname": "us-az-09.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "193.37.254.67" ] @@ -101950,6 +106273,8 @@ "city": "Salt Lake City", "server_name": "US-UT#25", "hostname": "us-ut-25b.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "69.36.160.150" ] @@ -101959,6 +106284,8 @@ "city": "Salt Lake City", "server_name": "US-UT#26", "hostname": "node-us-110.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "209.95.56.120", "209.95.56.120", @@ -101970,6 +106297,8 @@ "city": "Salt Lake City", "server_name": "US-UT#29", "hostname": "us-ut-29.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "173.244.209.65" ] @@ -101979,29 +106308,22 @@ "city": "Salt Lake City", "server_name": "US-UT#30", "hostname": "node-us-111.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "174.127.84.34", "174.127.84.34", "174.127.84.34" ] }, - { - "country": "United States", - "city": "Salt Lake City", - "server_name": "US-UT#33", - "hostname": "us-ut-33.protonvpn.net", - "ips": [ - "107.182.233.102" - ] - }, { "country": "United States", "city": "Salt Lake City", "server_name": "US-UT#34", "hostname": "node-us-112.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ - "174.127.84.35", - "174.127.84.35", "174.127.84.35" ] }, @@ -102010,6 +106332,8 @@ "city": "San Jose", "server_name": "US-CA#77", "hostname": "us-ca-77.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "156.146.54.98", "156.146.54.98" @@ -102020,6 +106344,8 @@ "city": "San Jose", "server_name": "US-CA#79", "hostname": "node-us-120.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "156.146.54.97", "156.146.54.97", @@ -102038,6 +106364,8 @@ "city": "Seattle", "server_name": "US-WA#21", "hostname": "node-us-123.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "156.146.51.78", "156.146.51.78", @@ -102058,6 +106386,8 @@ "city": "Seattle", "server_name": "US-WA#34", "hostname": "node-us-124.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "156.146.51.65", "156.146.51.65", @@ -102078,6 +106408,8 @@ "city": "Washington DC", "server_name": "US-VA#26", "hostname": "us-va-26.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.247.68.51", "185.247.68.51" @@ -102088,6 +106420,8 @@ "city": "Washington DC", "server_name": "US-VA#28", "hostname": "node-us-127.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.247.68.50", "185.247.68.50", @@ -102107,6 +106441,8 @@ "city": "Secaucus", "server_name": "US-NJ#11", "hostname": "node-us-31.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "69.10.63.242", "69.10.63.242" @@ -102118,6 +106454,8 @@ "city": "Secaucus", "server_name": "US-NJ#9", "hostname": "us-nj-09.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "69.10.63.243", "69.10.63.243" @@ -102128,6 +106466,8 @@ "region": "West", "server_name": "US-CO#21-TOR", "hostname": "us-co-21-tor.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "84.17.63.17" ] @@ -102137,6 +106477,8 @@ "region": "West", "server_name": "US-GA#29-TOR", "hostname": "us-ga-29-tor.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "89.187.171.248" ] @@ -102146,6 +106488,8 @@ "city": "Hanoi", "server_name": "SE-VN#1", "hostname": "se-vn-01a.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "185.159.156.85" ] @@ -102155,6 +106499,8 @@ "city": "Hanoi", "server_name": "VN#1", "hostname": "node-vn-01.protonvpn.net", + "tcp": true, + "udp": true, "ips": [ "188.214.152.226", "188.214.152.226", @@ -109667,14 +114013,16 @@ ] }, "windscribe": { - "version": 1, - "timestamp": 1637272747, + "version": 2, + "timestamp": 1650662401, "servers": [ { "vpn": "openvpn", "region": "Albania", "city": "Tirana", "hostname": "al-002.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "tia-283.windscribe.com", "ips": [ "31.171.152.178", @@ -109686,6 +114034,7 @@ "region": "Albania", "city": "Tirana", "hostname": "al-002.whiskergalaxy.com", + "udp": true, "wgpubkey": "/8WvGXPoWTiPmrQsmakiEk7wFhn0ab7FWqN5k13oszQ=", "ips": [ "31.171.152.180" @@ -109696,6 +114045,8 @@ "region": "Argentina", "city": "Buenos Aires", "hostname": "ar-008.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "eze-278.windscribe.com", "ips": [ "190.103.176.146", @@ -109707,6 +114058,7 @@ "region": "Argentina", "city": "Buenos Aires", "hostname": "ar-008.whiskergalaxy.com", + "udp": true, "wgpubkey": "2+O8VAshLkyWM1b6Ye2Cuoa3R/guKZgQ+YLoCsseWCU=", "ips": [ "190.103.176.148" @@ -109717,6 +114069,8 @@ "region": "Australia", "city": "Adelaide", "hostname": "au-008.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "adl-319.windscribe.com", "ips": [ "116.90.72.242", @@ -109728,6 +114082,7 @@ "region": "Australia", "city": "Adelaide", "hostname": "au-008.whiskergalaxy.com", + "udp": true, "wgpubkey": "tEh6Z8bnFmQU2KWHWYOS7yuDFZgwn3LGOZAdR1hN8kU=", "ips": [ "116.90.72.244" @@ -109738,6 +114093,8 @@ "region": "Australia", "city": "Adelaide ", "hostname": "au-011.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "adl-354.windscribe.com", "ips": [ "103.108.92.82", @@ -109749,6 +114106,7 @@ "region": "Australia", "city": "Adelaide ", "hostname": "au-011.whiskergalaxy.com", + "udp": true, "wgpubkey": "Sb5VSMZhhqSo5absckjzPn9HWhT7UrKk1AQv0me0zhI=", "ips": [ "103.108.92.84" @@ -109759,6 +114117,8 @@ "region": "Australia", "city": "Brisbane", "hostname": "au-007.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "bne-225.windscribe.com", "ips": [ "103.62.50.157", @@ -109770,6 +114130,7 @@ "region": "Australia", "city": "Brisbane", "hostname": "au-007.whiskergalaxy.com", + "udp": true, "wgpubkey": "KvFr7Te5+RaFATDKJzrNXKf44ws8J6E9WbNVsMPvY1I=", "ips": [ "103.62.50.209" @@ -109779,21 +114140,24 @@ "vpn": "openvpn", "region": "Australia", "city": "Brisbane", - "hostname": "au-014.whiskergalaxy.com", + "hostname": "au-018.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "bne-357.windscribe.com", "ips": [ - "43.245.160.34", - "43.245.160.35" + "103.108.95.226", + "103.108.95.227" ] }, { "vpn": "wireguard", "region": "Australia", "city": "Brisbane", - "hostname": "au-014.whiskergalaxy.com", + "hostname": "au-018.whiskergalaxy.com", + "udp": true, "wgpubkey": "iY4MhQqQTP4uT7U4w9DfUEVxi5I3HJvjZcIL2dwmtTw=", "ips": [ - "43.245.160.36" + "103.108.95.228" ] }, { @@ -109801,6 +114165,8 @@ "region": "Australia", "city": "Canberra", "hostname": "au-010.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "cbr-353.windscribe.com", "ips": [ "116.206.229.130", @@ -109812,6 +114178,7 @@ "region": "Australia", "city": "Canberra", "hostname": "au-010.whiskergalaxy.com", + "udp": true, "wgpubkey": "MhJ+u6X13d3beo3DMIANYDsvnZjIqYEpQDGlMUS5fis=", "ips": [ "116.206.229.132" @@ -109822,6 +114189,8 @@ "region": "Australia", "city": "Melbourne ", "hostname": "au-005.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "mel-224.windscribe.com", "ips": [ "45.121.209.103", @@ -109833,6 +114202,7 @@ "region": "Australia", "city": "Melbourne ", "hostname": "au-005.whiskergalaxy.com", + "udp": true, "wgpubkey": "sDDXsvjyVqpB8fecUsjX0/Y8YdZye+oiV1Dy9BfUkwE=", "ips": [ "45.121.209.161" @@ -109842,21 +114212,24 @@ "vpn": "openvpn", "region": "Australia", "city": "Melbourne ", - "hostname": "au-013.whiskergalaxy.com", + "hostname": "au-017.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "mel-356.windscribe.com", "ips": [ - "116.206.228.66", - "116.206.228.67" + "116.206.228.178", + "116.206.228.179" ] }, { "vpn": "wireguard", "region": "Australia", "city": "Melbourne ", - "hostname": "au-013.whiskergalaxy.com", + "hostname": "au-017.whiskergalaxy.com", + "udp": true, "wgpubkey": "r5BDU0T+VGZU6I+zuF3vlGrdORtgNvLhY08gQxrFRCw=", "ips": [ - "116.206.228.68" + "116.206.228.180" ] }, { @@ -109864,6 +114237,8 @@ "region": "Australia", "city": "Perth", "hostname": "au-004.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "per-223.windscribe.com", "ips": [ "45.121.208.128", @@ -109875,6 +114250,7 @@ "region": "Australia", "city": "Perth", "hostname": "au-004.whiskergalaxy.com", + "udp": true, "wgpubkey": "dqRF96aFvKwZ/UZXC+VuIciE6e2Iy138Vx54D2iHug8=", "ips": [ "45.121.208.161" @@ -109885,6 +114261,8 @@ "region": "Australia", "city": "Perth", "hostname": "au-012.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "per-355.windscribe.com", "ips": [ "103.77.234.210", @@ -109896,37 +114274,19 @@ "region": "Australia", "city": "Perth", "hostname": "au-012.whiskergalaxy.com", + "udp": true, "wgpubkey": "Jhhq6jvPxABM8OmzaM4/zJbcoRBR5OZalIHrZaFuXAU=", "ips": [ "103.77.234.212" ] }, - { - "vpn": "openvpn", - "region": "Australia", - "city": "Sydney", - "hostname": "au-009.whiskergalaxy.com", - "x509": "syd-243.windscribe.com", - "ips": [ - "103.77.233.66", - "103.77.233.67" - ] - }, - { - "vpn": "wireguard", - "region": "Australia", - "city": "Sydney", - "hostname": "au-009.whiskergalaxy.com", - "wgpubkey": "eSxX+L8qX+1MdmwjtlZGIDbDivFdURBh5Rm1KfUpYzc=", - "ips": [ - "103.77.233.68" - ] - }, { "vpn": "openvpn", "region": "Australia", "city": "Sydney", "hostname": "au-015.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "syd-226.windscribe.com", "ips": [ "103.1.213.210", @@ -109938,6 +114298,7 @@ "region": "Australia", "city": "Sydney", "hostname": "au-015.whiskergalaxy.com", + "udp": true, "wgpubkey": "jCi1I5HBTtwCblBbMzOFmOOFNG1GilYOZgst0kyq9gY=", "ips": [ "103.1.213.212" @@ -109948,6 +114309,8 @@ "region": "Australia", "city": "Sydney", "hostname": "au-016.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "syd-226.windscribe.com", "ips": [ "103.1.212.242", @@ -109959,16 +114322,43 @@ "region": "Australia", "city": "Sydney", "hostname": "au-016.whiskergalaxy.com", + "udp": true, "wgpubkey": "jCi1I5HBTtwCblBbMzOFmOOFNG1GilYOZgst0kyq9gY=", "ips": [ "103.1.212.244" ] }, + { + "vpn": "openvpn", + "region": "Australia", + "city": "Sydney", + "hostname": "au-019.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "syd-243.windscribe.com", + "ips": [ + "103.77.232.74", + "103.77.232.75" + ] + }, + { + "vpn": "wireguard", + "region": "Australia", + "city": "Sydney", + "hostname": "au-019.whiskergalaxy.com", + "udp": true, + "wgpubkey": "eSxX+L8qX+1MdmwjtlZGIDbDivFdURBh5Rm1KfUpYzc=", + "ips": [ + "103.77.232.76" + ] + }, { "vpn": "openvpn", "region": "Austria", "city": "Vienna", "hostname": "at-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "vie-87.windscribe.com", "ips": [ "217.64.127.10", @@ -109980,6 +114370,7 @@ "region": "Austria", "city": "Vienna", "hostname": "at-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "TPJ0lv9z95UaBKA64lQYcpAsoYmmMxvX4cnMh3nHqgs=", "ips": [ "217.64.127.12" @@ -109990,6 +114381,8 @@ "region": "Austria", "city": "Vienna", "hostname": "at-002.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "vie-308.windscribe.com", "ips": [ "89.187.168.65", @@ -110001,16 +114394,43 @@ "region": "Austria", "city": "Vienna", "hostname": "at-002.whiskergalaxy.com", + "udp": true, "wgpubkey": "KtJIKy9zsCXtKwFMQeGDEZVXtqw+X1+5z10Rh84/N0s=", "ips": [ "89.187.168.67" ] }, + { + "vpn": "openvpn", + "region": "Austria", + "city": "Vienna", + "hostname": "at-003.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "vie-87.windscribe.com", + "ips": [ + "146.70.81.146", + "146.70.81.147" + ] + }, + { + "vpn": "wireguard", + "region": "Austria", + "city": "Vienna", + "hostname": "at-003.whiskergalaxy.com", + "udp": true, + "wgpubkey": "TPJ0lv9z95UaBKA64lQYcpAsoYmmMxvX4cnMh3nHqgs=", + "ips": [ + "146.70.81.148" + ] + }, { "vpn": "openvpn", "region": "Azerbaijan", "city": "Baku City", "hostname": "az-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "bak-127.windscribe.com", "ips": [ "62.212.239.58", @@ -110022,16 +114442,43 @@ "region": "Azerbaijan", "city": "Baku City", "hostname": "az-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "3UBRUZsTinXo+7RNpduBmxObJkeeSvQjb7sX1ydvvSw=", "ips": [ "62.212.239.60" ] }, + { + "vpn": "openvpn", + "region": "Azerbaijan", + "city": "Baku City", + "hostname": "az-002.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "bak-127.windscribe.com", + "ips": [ + "62.212.239.218", + "62.212.239.219" + ] + }, + { + "vpn": "wireguard", + "region": "Azerbaijan", + "city": "Baku City", + "hostname": "az-002.whiskergalaxy.com", + "udp": true, + "wgpubkey": "3UBRUZsTinXo+7RNpduBmxObJkeeSvQjb7sX1ydvvSw=", + "ips": [ + "62.212.239.220" + ] + }, { "vpn": "openvpn", "region": "Belgium", "city": "Brussels", "hostname": "be-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "bru-99.windscribe.com", "ips": [ "194.187.251.146", @@ -110043,6 +114490,7 @@ "region": "Belgium", "city": "Brussels", "hostname": "be-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "TA+nBx5qMBdyIiug4SHgbw30/GXrRZ2aUAH7MQHJwzc=", "ips": [ "194.187.251.148" @@ -110053,6 +114501,8 @@ "region": "Belgium", "city": "Brussels", "hostname": "be-002.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "bru-99.windscribe.com", "ips": [ "185.232.21.130", @@ -110064,16 +114514,43 @@ "region": "Belgium", "city": "Brussels", "hostname": "be-002.whiskergalaxy.com", + "udp": true, "wgpubkey": "TA+nBx5qMBdyIiug4SHgbw30/GXrRZ2aUAH7MQHJwzc=", "ips": [ "185.232.21.132" ] }, + { + "vpn": "openvpn", + "region": "Belgium", + "city": "Brussels", + "hostname": "be-003.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "bru-99.windscribe.com", + "ips": [ + "194.110.115.66", + "194.110.115.67" + ] + }, + { + "vpn": "wireguard", + "region": "Belgium", + "city": "Brussels", + "hostname": "be-003.whiskergalaxy.com", + "udp": true, + "wgpubkey": "TA+nBx5qMBdyIiug4SHgbw30/GXrRZ2aUAH7MQHJwzc=", + "ips": [ + "194.110.115.68" + ] + }, { "vpn": "openvpn", "region": "Bosnia", "city": "Sarajevo", "hostname": "ba-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "sjj-286.windscribe.com", "ips": [ "185.164.35.16", @@ -110085,6 +114562,7 @@ "region": "Bosnia", "city": "Sarajevo", "hostname": "ba-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "6oMHpHHL3pq6Pdr2HoDRYuyjcyQGxfQaSRQR+HPyvgc=", "ips": [ "185.99.3.25" @@ -110095,6 +114573,8 @@ "region": "Brazil", "city": "Sao Paulo", "hostname": "br-004.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "gru-231.windscribe.com", "ips": [ "177.67.80.58", @@ -110106,6 +114586,7 @@ "region": "Brazil", "city": "Sao Paulo", "hostname": "br-004.whiskergalaxy.com", + "udp": true, "wgpubkey": "bfeZeTGkISX5GVgVOkTMRlqvWlTI8obCb7vVdy8XGWk=", "ips": [ "177.67.80.60" @@ -110116,6 +114597,8 @@ "region": "Brazil", "city": "Sao Paulo", "hostname": "br-005.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "gru-165.windscribe.com", "ips": [ "177.54.157.27", @@ -110127,6 +114610,7 @@ "region": "Brazil", "city": "Sao Paulo", "hostname": "br-005.whiskergalaxy.com", + "udp": true, "wgpubkey": "c88CXfzJqasp/RIf7hQyYjrakrSyI4zfZdcTmcTwwxQ=", "ips": [ "177.54.157.180" @@ -110137,6 +114621,8 @@ "region": "Brazil", "city": "Sao Paulo", "hostname": "br-006.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "gru-165.windscribe.com", "ips": [ "177.54.148.7", @@ -110148,6 +114634,7 @@ "region": "Brazil", "city": "Sao Paulo", "hostname": "br-006.whiskergalaxy.com", + "udp": true, "wgpubkey": "c88CXfzJqasp/RIf7hQyYjrakrSyI4zfZdcTmcTwwxQ=", "ips": [ "177.54.148.248" @@ -110158,6 +114645,8 @@ "region": "Bulgaria", "city": "Sofia", "hostname": "bg-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "sof-100.windscribe.com", "ips": [ "185.94.192.34", @@ -110169,16 +114658,43 @@ "region": "Bulgaria", "city": "Sofia", "hostname": "bg-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "kDDue7viLOXcxayH/VWzI8EhqeeSHrwOSt3IF9rHIlI=", "ips": [ "185.94.192.36" ] }, + { + "vpn": "openvpn", + "region": "Bulgaria", + "city": "Sofia", + "hostname": "bg-002.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "sof-100.windscribe.com", + "ips": [ + "146.70.53.34", + "146.70.53.35" + ] + }, + { + "vpn": "wireguard", + "region": "Bulgaria", + "city": "Sofia", + "hostname": "bg-002.whiskergalaxy.com", + "udp": true, + "wgpubkey": "kDDue7viLOXcxayH/VWzI8EhqeeSHrwOSt3IF9rHIlI=", + "ips": [ + "146.70.53.36" + ] + }, { "vpn": "openvpn", "region": "Cambodia", "city": "Phnom Penh", "hostname": "kh-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "pnh-374.windscribe.com", "ips": [ "195.80.149.242", @@ -110190,6 +114706,7 @@ "region": "Cambodia", "city": "Phnom Penh", "hostname": "kh-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "V95mJcGcpBFRAy3rQQJc6pWe5VA/28YoWKTl53slzz4=", "ips": [ "195.80.149.244" @@ -110200,6 +114717,8 @@ "region": "Canada East", "city": "Halifax", "hostname": "ca-021.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "yhz-386.windscribe.com", "ips": [ "23.191.80.2", @@ -110211,6 +114730,7 @@ "region": "Canada East", "city": "Halifax", "hostname": "ca-021.whiskergalaxy.com", + "udp": true, "wgpubkey": "w262TI0UyIg9pFunMiekVURYUuT/z4qXRor2Z7VcOn4=", "ips": [ "23.191.80.4" @@ -110221,6 +114741,8 @@ "region": "Canada East", "city": "Montreal", "hostname": "ca-027.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "yul-316.windscribe.com", "ips": [ "104.227.246.98", @@ -110232,6 +114754,7 @@ "region": "Canada East", "city": "Montreal", "hostname": "ca-027.whiskergalaxy.com", + "udp": true, "wgpubkey": "DxBtB3enAlS3OtJ9+jFtrTmuiGs36aV6HyyjKcit71o=", "ips": [ "144.168.163.161" @@ -110242,6 +114765,8 @@ "region": "Canada East", "city": "Montreal", "hostname": "ca-028.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "yul-316.windscribe.com", "ips": [ "23.236.161.50", @@ -110253,6 +114778,7 @@ "region": "Canada East", "city": "Montreal", "hostname": "ca-028.whiskergalaxy.com", + "udp": true, "wgpubkey": "DxBtB3enAlS3OtJ9+jFtrTmuiGs36aV6HyyjKcit71o=", "ips": [ "144.168.163.194" @@ -110263,6 +114789,8 @@ "region": "Canada East", "city": "Montreal", "hostname": "ca-032.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "yul-316.windscribe.com", "ips": [ "23.236.161.210", @@ -110274,6 +114802,7 @@ "region": "Canada East", "city": "Montreal", "hostname": "ca-032.whiskergalaxy.com", + "udp": true, "wgpubkey": "DxBtB3enAlS3OtJ9+jFtrTmuiGs36aV6HyyjKcit71o=", "ips": [ "104.227.235.130" @@ -110284,6 +114813,8 @@ "region": "Canada East", "city": "Montreal", "hostname": "ca-033.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "yul-359.windscribe.com", "ips": [ "198.8.85.194", @@ -110295,6 +114826,7 @@ "region": "Canada East", "city": "Montreal", "hostname": "ca-033.whiskergalaxy.com", + "udp": true, "wgpubkey": "nfFRpFZ0ZXWVoz8C4gP5ti7V1snFT1gV8EcIxTWJtB4=", "ips": [ "198.8.85.196" @@ -110305,6 +114837,8 @@ "region": "Canada East", "city": "Montreal", "hostname": "ca-034.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "yul-359.windscribe.com", "ips": [ "198.8.85.209", @@ -110316,6 +114850,7 @@ "region": "Canada East", "city": "Montreal", "hostname": "ca-034.whiskergalaxy.com", + "udp": true, "wgpubkey": "nfFRpFZ0ZXWVoz8C4gP5ti7V1snFT1gV8EcIxTWJtB4=", "ips": [ "198.8.85.211" @@ -110326,6 +114861,8 @@ "region": "Canada East", "city": "Toronto", "hostname": "ca-002.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "yyz-72.windscribe.com", "ips": [ "104.254.92.10", @@ -110337,6 +114874,7 @@ "region": "Canada East", "city": "Toronto", "hostname": "ca-002.whiskergalaxy.com", + "udp": true, "wgpubkey": "pKXBuReWe+HfrILovyFzIybA8AVAsFgfDUyo42tLT1g=", "ips": [ "104.254.92.12" @@ -110347,6 +114885,8 @@ "region": "Canada East", "city": "Toronto", "hostname": "ca-009.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "yyz-72.windscribe.com", "ips": [ "104.254.92.90", @@ -110358,6 +114898,7 @@ "region": "Canada East", "city": "Toronto", "hostname": "ca-009.whiskergalaxy.com", + "udp": true, "wgpubkey": "pKXBuReWe+HfrILovyFzIybA8AVAsFgfDUyo42tLT1g=", "ips": [ "104.254.92.92" @@ -110368,6 +114909,8 @@ "region": "Canada East", "city": "Toronto", "hostname": "ca-017.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "yyz-72.windscribe.com", "ips": [ "184.75.212.90", @@ -110379,6 +114922,7 @@ "region": "Canada East", "city": "Toronto", "hostname": "ca-017.whiskergalaxy.com", + "udp": true, "wgpubkey": "pKXBuReWe+HfrILovyFzIybA8AVAsFgfDUyo42tLT1g=", "ips": [ "184.75.212.92" @@ -110389,10 +114933,12 @@ "region": "Canada East", "city": "Toronto", "hostname": "ca-025.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "yyz-197.windscribe.com", "ips": [ - "91.149.252.4", - "91.149.252.97" + "149.57.28.4", + "149.57.28.97" ] }, { @@ -110400,9 +114946,10 @@ "region": "Canada East", "city": "Toronto", "hostname": "ca-025.whiskergalaxy.com", + "udp": true, "wgpubkey": "U5s7Yy/2fCqlaFcI96dFKupqEVCn+BYF04LRLD1zOhg=", "ips": [ - "91.149.252.98" + "149.57.28.98" ] }, { @@ -110410,10 +114957,12 @@ "region": "Canada East", "city": "Toronto", "hostname": "ca-026.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "yyz-197.windscribe.com", "ips": [ - "91.149.252.5", - "91.149.252.129" + "149.57.28.5", + "149.57.28.129" ] }, { @@ -110421,9 +114970,10 @@ "region": "Canada East", "city": "Toronto", "hostname": "ca-026.whiskergalaxy.com", + "udp": true, "wgpubkey": "U5s7Yy/2fCqlaFcI96dFKupqEVCn+BYF04LRLD1zOhg=", "ips": [ - "91.149.252.130" + "149.57.28.130" ] }, { @@ -110431,10 +114981,12 @@ "region": "Canada East", "city": "Toronto", "hostname": "ca-030.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "yyz-197.windscribe.com", "ips": [ - "91.149.252.6", - "91.149.252.161" + "149.57.28.6", + "149.57.28.161" ] }, { @@ -110442,9 +114994,10 @@ "region": "Canada East", "city": "Toronto", "hostname": "ca-030.whiskergalaxy.com", + "udp": true, "wgpubkey": "U5s7Yy/2fCqlaFcI96dFKupqEVCn+BYF04LRLD1zOhg=", "ips": [ - "91.149.252.162" + "149.57.28.162" ] }, { @@ -110452,6 +115005,8 @@ "region": "Canada West", "city": "Vancouver", "hostname": "ca-west-005.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "yvr-187.windscribe.com", "ips": [ "162.221.207.94", @@ -110463,6 +115018,7 @@ "region": "Canada West", "city": "Vancouver", "hostname": "ca-west-005.whiskergalaxy.com", + "udp": true, "wgpubkey": "hHmf2yS/Hjkh6ZJ4seoO5Vwv0LwNlYFTnUK3v9lGvEQ=", "ips": [ "162.221.207.96" @@ -110473,6 +115029,8 @@ "region": "Canada West", "city": "Vancouver", "hostname": "ca-west-006.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "yvr-187.windscribe.com", "ips": [ "71.19.251.151", @@ -110484,6 +115042,7 @@ "region": "Canada West", "city": "Vancouver", "hostname": "ca-west-006.whiskergalaxy.com", + "udp": true, "wgpubkey": "hHmf2yS/Hjkh6ZJ4seoO5Vwv0LwNlYFTnUK3v9lGvEQ=", "ips": [ "71.19.251.153" @@ -110494,6 +115053,8 @@ "region": "Canada West", "city": "Vancouver", "hostname": "ca-west-011.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "yvr-124.windscribe.com", "ips": [ "104.218.61.250", @@ -110505,6 +115066,7 @@ "region": "Canada West", "city": "Vancouver", "hostname": "ca-west-011.whiskergalaxy.com", + "udp": true, "wgpubkey": "ig1yNm9ck4lesT3MShd4JN7ngvLLDMR+l7Euc88oLzQ=", "ips": [ "104.218.61.2" @@ -110515,6 +115077,8 @@ "region": "Canada West", "city": "Vancouver", "hostname": "ca-west-012.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "yvr-124.windscribe.com", "ips": [ "104.218.61.251", @@ -110526,6 +115090,7 @@ "region": "Canada West", "city": "Vancouver", "hostname": "ca-west-012.whiskergalaxy.com", + "udp": true, "wgpubkey": "ig1yNm9ck4lesT3MShd4JN7ngvLLDMR+l7Euc88oLzQ=", "ips": [ "104.218.61.34" @@ -110536,6 +115101,8 @@ "region": "Canada West", "city": "Vancouver", "hostname": "ca-west-017.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "yvr-311.windscribe.com", "ips": [ "208.78.41.130", @@ -110547,6 +115114,7 @@ "region": "Canada West", "city": "Vancouver", "hostname": "ca-west-017.whiskergalaxy.com", + "udp": true, "wgpubkey": "YxWQDjNmU41PJXtoobFek3Y6nhICSLgsqH+QKPO5AQ8=", "ips": [ "208.78.41.132" @@ -110557,6 +115125,8 @@ "region": "Canada West", "city": "Vancouver", "hostname": "ca-west-019.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "yvr-311.windscribe.com", "ips": [ "208.78.41.162", @@ -110568,6 +115138,7 @@ "region": "Canada West", "city": "Vancouver", "hostname": "ca-west-019.whiskergalaxy.com", + "udp": true, "wgpubkey": "YxWQDjNmU41PJXtoobFek3Y6nhICSLgsqH+QKPO5AQ8=", "ips": [ "208.78.41.164" @@ -110578,6 +115149,8 @@ "region": "Canada West", "city": "Vancouver", "hostname": "ca-west-020.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "yvr-311.windscribe.com", "ips": [ "198.8.92.98", @@ -110589,6 +115162,7 @@ "region": "Canada West", "city": "Vancouver", "hostname": "ca-west-020.whiskergalaxy.com", + "udp": true, "wgpubkey": "YxWQDjNmU41PJXtoobFek3Y6nhICSLgsqH+QKPO5AQ8=", "ips": [ "198.8.92.100" @@ -110599,6 +115173,8 @@ "region": "Chile", "city": "Santiago", "hostname": "cl-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "scl-373.windscribe.com", "ips": [ "66.203.113.19", @@ -110610,6 +115186,7 @@ "region": "Chile", "city": "Santiago", "hostname": "cl-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "md4drvl8I1VnIAIfUnvEQYd8QRUVk7NC3gLE2+Eu20M=", "ips": [ "66.203.113.132" @@ -110620,6 +115197,8 @@ "region": "Chile", "city": "Santiago", "hostname": "cl-002.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "scl-373.windscribe.com", "ips": [ "66.203.113.18", @@ -110631,6 +115210,7 @@ "region": "Chile", "city": "Santiago", "hostname": "cl-002.whiskergalaxy.com", + "udp": true, "wgpubkey": "md4drvl8I1VnIAIfUnvEQYd8QRUVk7NC3gLE2+Eu20M=", "ips": [ "66.203.113.137" @@ -110641,6 +115221,8 @@ "region": "Colombia", "city": "Bogota", "hostname": "co-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "bog-240.windscribe.com", "ips": [ "138.121.203.202", @@ -110652,6 +115234,7 @@ "region": "Colombia", "city": "Bogota", "hostname": "co-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "sIJCZv0xijjMES3AqTrF374YOcdaIS266MBj1Yt7Ng0=", "ips": [ "138.121.203.204" @@ -110662,6 +115245,8 @@ "region": "Colombia", "city": "Bogota", "hostname": "co-002.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "bog-360.windscribe.com", "ips": [ "138.186.141.154", @@ -110673,6 +115258,7 @@ "region": "Colombia", "city": "Bogota", "hostname": "co-002.whiskergalaxy.com", + "udp": true, "wgpubkey": "QpdeoH7VxAatKlFm0sPo8phHjv1tiiHdqQaACmzMJjE=", "ips": [ "138.186.141.156" @@ -110683,6 +115269,8 @@ "region": "Croatia", "city": "Zagreb", "hostname": "hr-002.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "zag-252.windscribe.com", "ips": [ "85.10.56.128", @@ -110694,6 +115282,7 @@ "region": "Croatia", "city": "Zagreb", "hostname": "hr-002.whiskergalaxy.com", + "udp": true, "wgpubkey": "aTyGd+x2cPxFdPzi7FfbKc7SG4Rc5VE0c/Tdyd2MdzA=", "ips": [ "85.10.56.130" @@ -110703,42 +115292,48 @@ "vpn": "openvpn", "region": "Cyprus", "city": "Nicosia", - "hostname": "cy-001.whiskergalaxy.com", + "hostname": "cy-002.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lca-320.windscribe.com", "ips": [ - "157.97.132.42", - "157.97.132.43" + "46.199.75.105", + "46.199.75.106" ] }, { "vpn": "wireguard", "region": "Cyprus", "city": "Nicosia", - "hostname": "cy-001.whiskergalaxy.com", + "hostname": "cy-002.whiskergalaxy.com", + "udp": true, "wgpubkey": "90fjr1sq0Hgv2l+DgMaaGQ009SDw7VxmzJwaYmclaFs=", "ips": [ - "157.97.132.44" + "46.199.75.107" ] }, { "vpn": "openvpn", "region": "Cyprus", "city": "Nicosia", - "hostname": "cy-002.whiskergalaxy.com", + "hostname": "cy-003.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lca-320.windscribe.com", "ips": [ - "157.97.132.195", - "157.97.132.198" + "46.199.75.100", + "46.199.75.101" ] }, { "vpn": "wireguard", "region": "Cyprus", "city": "Nicosia", - "hostname": "cy-002.whiskergalaxy.com", + "hostname": "cy-003.whiskergalaxy.com", + "udp": true, "wgpubkey": "90fjr1sq0Hgv2l+DgMaaGQ009SDw7VxmzJwaYmclaFs=", "ips": [ - "157.97.132.236" + "46.199.75.102" ] }, { @@ -110746,6 +115341,8 @@ "region": "Czech Republic", "city": "Prague", "hostname": "cz-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "prg-88.windscribe.com", "ips": [ "185.156.174.10", @@ -110757,6 +115354,7 @@ "region": "Czech Republic", "city": "Prague", "hostname": "cz-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "a599bjD8WzXg94xH1DfGBxW8yJ64EXMZq18elEfAwyk=", "ips": [ "185.156.174.12" @@ -110767,6 +115365,8 @@ "region": "Czech Republic", "city": "Prague ", "hostname": "cz-002.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "prg-338.windscribe.com", "ips": [ "185.246.210.1", @@ -110778,6 +115378,7 @@ "region": "Czech Republic", "city": "Prague ", "hostname": "cz-002.whiskergalaxy.com", + "udp": true, "wgpubkey": "dAaOzl6DBAuFWC85UJUY378WwEHUoNqbE5lJMDfNamo=", "ips": [ "185.246.210.3" @@ -110788,6 +115389,8 @@ "region": "Denmark", "city": "Copenhagen", "hostname": "dk-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "cph-153.windscribe.com", "ips": [ "185.206.224.194", @@ -110799,6 +115402,7 @@ "region": "Denmark", "city": "Copenhagen", "hostname": "dk-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "QgQ3dPssF5IGZczLNP1KKbkohpIu/GCYBdi6ecuoqwU=", "ips": [ "185.206.224.196" @@ -110809,6 +115413,8 @@ "region": "Denmark", "city": "Copenhagen", "hostname": "dk-003.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "cph-153.windscribe.com", "ips": [ "185.206.224.34", @@ -110820,6 +115426,7 @@ "region": "Denmark", "city": "Copenhagen", "hostname": "dk-003.whiskergalaxy.com", + "udp": true, "wgpubkey": "QgQ3dPssF5IGZczLNP1KKbkohpIu/GCYBdi6ecuoqwU=", "ips": [ "185.206.224.36" @@ -110830,6 +115437,8 @@ "region": "Ecuador", "city": "Quito", "hostname": "ec-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "uio-385.windscribe.com", "ips": [ "200.107.206.130", @@ -110841,37 +115450,19 @@ "region": "Ecuador", "city": "Quito", "hostname": "ec-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "nwpvJ7AtDjk77dpyL7qKkvwsWQL82Fqy3JEk/KR/iGw=", "ips": [ "200.107.206.132" ] }, - { - "vpn": "openvpn", - "region": "Estonia", - "city": "Tallinn", - "hostname": "ee-002.whiskergalaxy.com", - "x509": "tll-299.windscribe.com", - "ips": [ - "196.196.216.130", - "196.196.216.131" - ] - }, - { - "vpn": "wireguard", - "region": "Estonia", - "city": "Tallinn", - "hostname": "ee-002.whiskergalaxy.com", - "wgpubkey": "FoZuoiJqIy/0h7Jv+7Jli4E49KFv0riLg1eVaI7j6X8=", - "ips": [ - "196.196.216.132" - ] - }, { "vpn": "openvpn", "region": "Estonia", "city": "Tallinn", "hostname": "ee-003.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "tll-299.windscribe.com", "ips": [ "196.196.216.194", @@ -110883,6 +115474,7 @@ "region": "Estonia", "city": "Tallinn", "hostname": "ee-003.whiskergalaxy.com", + "udp": true, "wgpubkey": "FoZuoiJqIy/0h7Jv+7Jli4E49KFv0riLg1eVaI7j6X8=", "ips": [ "196.196.216.196" @@ -110893,6 +115485,8 @@ "region": "Estonia", "city": "Tallinn", "hostname": "ee-004.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "tll-299.windscribe.com", "ips": [ "196.196.216.226", @@ -110904,6 +115498,7 @@ "region": "Estonia", "city": "Tallinn", "hostname": "ee-004.whiskergalaxy.com", + "udp": true, "wgpubkey": "FoZuoiJqIy/0h7Jv+7Jli4E49KFv0riLg1eVaI7j6X8=", "ips": [ "196.196.216.228" @@ -110914,10 +115509,12 @@ "region": "Fake Antarctica", "city": "Troll", "hostname": "aq-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "wfr-332.windscribe.com", "ips": [ - "91.149.252.8", - "91.149.252.225" + "149.57.28.8", + "149.57.28.225" ] }, { @@ -110925,9 +115522,10 @@ "region": "Fake Antarctica", "city": "Troll", "hostname": "aq-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "vwimooPysZvNdJULeFQVovYfqhsLG5gVdzgoTnfm+iE=", "ips": [ - "91.149.252.226" + "149.57.28.226" ] }, { @@ -110935,10 +115533,12 @@ "region": "Fake Antarctica", "city": "Troll", "hostname": "aq-002.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "wfr-332.windscribe.com", "ips": [ - "91.149.252.9", - "91.149.252.241" + "149.57.28.9", + "149.57.28.241" ] }, { @@ -110946,9 +115546,10 @@ "region": "Fake Antarctica", "city": "Troll", "hostname": "aq-002.whiskergalaxy.com", + "udp": true, "wgpubkey": "vwimooPysZvNdJULeFQVovYfqhsLG5gVdzgoTnfm+iE=", "ips": [ - "91.149.252.242" + "149.57.28.242" ] }, { @@ -110956,6 +115557,8 @@ "region": "Finland", "city": "Helsinki", "hostname": "fi-002.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "hel-186.windscribe.com", "ips": [ "91.233.117.203", @@ -110967,6 +115570,7 @@ "region": "Finland", "city": "Helsinki", "hostname": "fi-002.whiskergalaxy.com", + "udp": true, "wgpubkey": "Z3Nfo50Hl0+A96/RXWGV2HPl5rJGsk2unuD1accZPWQ=", "ips": [ "185.112.82.228" @@ -110977,6 +115581,8 @@ "region": "Finland", "city": "Helsinki", "hostname": "fi-003.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "hel-186.windscribe.com", "ips": [ "185.112.82.8", @@ -110988,6 +115594,7 @@ "region": "Finland", "city": "Helsinki", "hostname": "fi-003.whiskergalaxy.com", + "udp": true, "wgpubkey": "Z3Nfo50Hl0+A96/RXWGV2HPl5rJGsk2unuD1accZPWQ=", "ips": [ "194.34.133.83" @@ -110998,6 +115605,8 @@ "region": "Finland", "city": "Helsinki", "hostname": "fi-005.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "hel-98.windscribe.com", "ips": [ "196.244.192.50", @@ -111009,6 +115618,7 @@ "region": "Finland", "city": "Helsinki", "hostname": "fi-005.whiskergalaxy.com", + "udp": true, "wgpubkey": "2LiGGjfWP64d7uVNpgV8n/lIg2iM62iz8ZXRHFd1Qw0=", "ips": [ "196.244.192.52" @@ -111019,6 +115629,8 @@ "region": "France", "city": "Paris", "hostname": "fr-004.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "cdg-103.windscribe.com", "ips": [ "185.156.173.186", @@ -111030,6 +115642,7 @@ "region": "France", "city": "Paris", "hostname": "fr-004.whiskergalaxy.com", + "udp": true, "wgpubkey": "3si2nD1DKbbkeZkdg3hLMfOYw1gdKbVFtTOj2NOA+nM=", "ips": [ "185.156.173.188" @@ -111040,6 +115653,8 @@ "region": "France", "city": "Paris", "hostname": "fr-005.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "cdg-103.windscribe.com", "ips": [ "82.102.18.34", @@ -111051,6 +115666,7 @@ "region": "France", "city": "Paris", "hostname": "fr-005.whiskergalaxy.com", + "udp": true, "wgpubkey": "3si2nD1DKbbkeZkdg3hLMfOYw1gdKbVFtTOj2NOA+nM=", "ips": [ "82.102.18.36" @@ -111061,6 +115677,8 @@ "region": "France", "city": "Paris", "hostname": "fr-008.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "cdg-342.windscribe.com", "ips": [ "84.17.42.33", @@ -111072,6 +115690,7 @@ "region": "France", "city": "Paris", "hostname": "fr-008.whiskergalaxy.com", + "udp": true, "wgpubkey": "cmaT8JIehfRf5PWWDkcBRwLWDb3jrIkk/SDbw4JmUAc=", "ips": [ "84.17.42.35" @@ -111082,6 +115701,8 @@ "region": "France", "city": "Paris", "hostname": "fr-009.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "cdg-342.windscribe.com", "ips": [ "84.17.42.1", @@ -111093,6 +115714,7 @@ "region": "France", "city": "Paris", "hostname": "fr-009.whiskergalaxy.com", + "udp": true, "wgpubkey": "cmaT8JIehfRf5PWWDkcBRwLWDb3jrIkk/SDbw4JmUAc=", "ips": [ "84.17.42.3" @@ -111103,6 +115725,8 @@ "region": "France", "city": "Paris", "hostname": "fr-011.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "cdg-103.windscribe.com", "ips": [ "45.89.174.34", @@ -111114,16 +115738,43 @@ "region": "France", "city": "Paris", "hostname": "fr-011.whiskergalaxy.com", + "udp": true, "wgpubkey": "3si2nD1DKbbkeZkdg3hLMfOYw1gdKbVFtTOj2NOA+nM=", "ips": [ "45.89.174.36" ] }, + { + "vpn": "openvpn", + "region": "Georgia", + "city": "Tbilisi", + "hostname": "ge-001.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "tbs-387.windscribe.com", + "ips": [ + "195.54.178.37", + "195.54.178.38" + ] + }, + { + "vpn": "wireguard", + "region": "Georgia", + "city": "Tbilisi", + "hostname": "ge-001.whiskergalaxy.com", + "udp": true, + "wgpubkey": "Jntc7e8Zxk9vNvq2dbOOwyoXsB9nybUMF1LRdCZZgWk=", + "ips": [ + "195.54.178.39" + ] + }, { "vpn": "openvpn", "region": "Germany", "city": "Frankfurt", "hostname": "de-003.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "fra-113.windscribe.com", "ips": [ "89.249.65.18", @@ -111135,6 +115786,7 @@ "region": "Germany", "city": "Frankfurt", "hostname": "de-003.whiskergalaxy.com", + "udp": true, "wgpubkey": "e1kA4Tn1REdBHHo3BZsApwhCybD+VpGQ9FoUxUq4mzY=", "ips": [ "89.249.65.20" @@ -111145,6 +115797,8 @@ "region": "Germany", "city": "Frankfurt", "hostname": "de-006.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "fra-113.windscribe.com", "ips": [ "185.130.184.194", @@ -111156,6 +115810,7 @@ "region": "Germany", "city": "Frankfurt", "hostname": "de-006.whiskergalaxy.com", + "udp": true, "wgpubkey": "e1kA4Tn1REdBHHo3BZsApwhCybD+VpGQ9FoUxUq4mzY=", "ips": [ "185.130.184.196" @@ -111166,6 +115821,8 @@ "region": "Germany", "city": "Frankfurt", "hostname": "de-009.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "fra-228.windscribe.com", "ips": [ "195.181.170.65", @@ -111177,6 +115834,7 @@ "region": "Germany", "city": "Frankfurt", "hostname": "de-009.whiskergalaxy.com", + "udp": true, "wgpubkey": "QgKUjSTh1LGfLqcM1UAzIjTIviacHG+auN3PEXRhZkM=", "ips": [ "195.181.170.67" @@ -111187,10 +115845,12 @@ "region": "Germany", "city": "Frankfurt", "hostname": "de-010.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "fra-228.windscribe.com", "ips": [ "195.181.175.97", - "195.181.175.98" + "195.181.175.123" ] }, { @@ -111198,6 +115858,7 @@ "region": "Germany", "city": "Frankfurt", "hostname": "de-010.whiskergalaxy.com", + "udp": true, "wgpubkey": "QgKUjSTh1LGfLqcM1UAzIjTIviacHG+auN3PEXRhZkM=", "ips": [ "195.181.175.99" @@ -111208,6 +115869,8 @@ "region": "Germany", "city": "Frankfurt", "hostname": "de-011.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "fra-113.windscribe.com", "ips": [ "217.138.194.114", @@ -111219,6 +115882,7 @@ "region": "Germany", "city": "Frankfurt", "hostname": "de-011.whiskergalaxy.com", + "udp": true, "wgpubkey": "e1kA4Tn1REdBHHo3BZsApwhCybD+VpGQ9FoUxUq4mzY=", "ips": [ "217.138.194.116" @@ -111229,6 +115893,8 @@ "region": "Germany", "city": "Frankfurt", "hostname": "de-012.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "fra-113.windscribe.com", "ips": [ "45.87.212.50", @@ -111240,6 +115906,7 @@ "region": "Germany", "city": "Frankfurt", "hostname": "de-012.whiskergalaxy.com", + "udp": true, "wgpubkey": "e1kA4Tn1REdBHHo3BZsApwhCybD+VpGQ9FoUxUq4mzY=", "ips": [ "45.87.212.52" @@ -111250,6 +115917,8 @@ "region": "Germany", "city": "Frankfurt", "hostname": "de-017.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "fra-113.windscribe.com", "ips": [ "45.87.212.82", @@ -111261,6 +115930,7 @@ "region": "Germany", "city": "Frankfurt", "hostname": "de-017.whiskergalaxy.com", + "udp": true, "wgpubkey": "e1kA4Tn1REdBHHo3BZsApwhCybD+VpGQ9FoUxUq4mzY=", "ips": [ "45.87.212.84" @@ -111268,23 +115938,50 @@ }, { "vpn": "openvpn", - "region": "Greece", - "city": "Athens", - "hostname": "gr-002.whiskergalaxy.com", - "x509": "ath-246.windscribe.com", + "region": "Germany", + "city": "Frankfurt", + "hostname": "de-018.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "fra-113.windscribe.com", "ips": [ - "78.108.38.100", - "78.108.38.155" + "146.70.101.34", + "146.70.101.35" ] }, { "vpn": "wireguard", - "region": "Greece", - "city": "Athens", - "hostname": "gr-002.whiskergalaxy.com", - "wgpubkey": "d6yLPOu47tkYjm3Q2+R/oHvj2lgxLGL/sOrLFlkGLX0=", + "region": "Germany", + "city": "Frankfurt", + "hostname": "de-018.whiskergalaxy.com", + "udp": true, + "wgpubkey": "e1kA4Tn1REdBHHo3BZsApwhCybD+VpGQ9FoUxUq4mzY=", "ips": [ - "78.108.38.156" + "146.70.101.36" + ] + }, + { + "vpn": "openvpn", + "region": "Ghana", + "city": "Accra", + "hostname": "gh-001.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "acc-394.windscribe.com", + "ips": [ + "169.255.56.202", + "169.255.56.203" + ] + }, + { + "vpn": "wireguard", + "region": "Ghana", + "city": "Accra", + "hostname": "gh-001.whiskergalaxy.com", + "udp": true, + "wgpubkey": "+ZYeVrDMZ+7Kpewr4IL/jRRpb2x3pjky+xwkY1wiUjM=", + "ips": [ + "169.255.56.204" ] }, { @@ -111292,6 +115989,8 @@ "region": "Greece", "city": "Athens", "hostname": "gr-004.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ath-247.windscribe.com", "ips": [ "185.226.64.102", @@ -111303,6 +116002,7 @@ "region": "Greece", "city": "Athens", "hostname": "gr-004.whiskergalaxy.com", + "udp": true, "wgpubkey": "abAIyZlBkims+My2pZVgkY2Z83JskM7w4LLUIEjcgmQ=", "ips": [ "185.226.64.112" @@ -111313,10 +116013,12 @@ "region": "Greece", "city": "Athens", "hostname": "gr-005.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ath-312.windscribe.com", "ips": [ - "188.123.126.145", - "188.123.126.146" + "195.146.4.140", + "195.146.4.141" ] }, { @@ -111324,9 +116026,58 @@ "region": "Greece", "city": "Athens", "hostname": "gr-005.whiskergalaxy.com", + "udp": true, "wgpubkey": "7fY/cxF/ikCcnTyL9JgNuc3pis+YIjPBKB2TRVbzmwA=", "ips": [ - "188.123.126.147" + "195.146.4.142" + ] + }, + { + "vpn": "openvpn", + "region": "Greece", + "city": "Athens", + "hostname": "gr-006.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "ath-247.windscribe.com", + "ips": [ + "185.226.64.86", + "185.226.64.34" + ] + }, + { + "vpn": "wireguard", + "region": "Greece", + "city": "Athens", + "hostname": "gr-006.whiskergalaxy.com", + "udp": true, + "wgpubkey": "abAIyZlBkims+My2pZVgkY2Z83JskM7w4LLUIEjcgmQ=", + "ips": [ + "185.226.64.35" + ] + }, + { + "vpn": "openvpn", + "region": "Greece", + "city": "Athens", + "hostname": "gr-007.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "ath-312.windscribe.com", + "ips": [ + "195.146.4.187", + "195.146.4.188" + ] + }, + { + "vpn": "wireguard", + "region": "Greece", + "city": "Athens", + "hostname": "gr-007.whiskergalaxy.com", + "udp": true, + "wgpubkey": "7fY/cxF/ikCcnTyL9JgNuc3pis+YIjPBKB2TRVbzmwA=", + "ips": [ + "195.146.4.189" ] }, { @@ -111334,6 +116085,8 @@ "region": "Hong Kong", "city": "Hong Kong", "hostname": "hk-005.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "hkg-26.windscribe.com", "ips": [ "103.10.197.98", @@ -111345,6 +116098,7 @@ "region": "Hong Kong", "city": "Hong Kong", "hostname": "hk-005.whiskergalaxy.com", + "udp": true, "wgpubkey": "wfSHdnVIT/SlLwKCz+QWTs0ZIPRtYd2NKpMXDPe7sWk=", "ips": [ "103.10.197.100" @@ -111355,6 +116109,8 @@ "region": "Hong Kong", "city": "Hong Kong", "hostname": "hk-006.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "hkg-189.windscribe.com", "ips": [ "84.17.57.113", @@ -111366,6 +116122,7 @@ "region": "Hong Kong", "city": "Hong Kong", "hostname": "hk-006.whiskergalaxy.com", + "udp": true, "wgpubkey": "zi62xnrtbvAbaavB8MLoTF36BX/stxjfnGJ6mIsZYzg=", "ips": [ "84.17.57.115" @@ -111376,6 +116133,8 @@ "region": "Hong Kong", "city": "Hong Kong", "hostname": "hk-008.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "hkg-26.windscribe.com", "ips": [ "27.122.12.3", @@ -111387,6 +116146,7 @@ "region": "Hong Kong", "city": "Hong Kong", "hostname": "hk-008.whiskergalaxy.com", + "udp": true, "wgpubkey": "wfSHdnVIT/SlLwKCz+QWTs0ZIPRtYd2NKpMXDPe7sWk=", "ips": [ "27.122.12.4" @@ -111397,6 +116157,8 @@ "region": "Hungary", "city": "Budapest", "hostname": "hu-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "bud-90.windscribe.com", "ips": [ "185.104.187.42", @@ -111408,16 +116170,43 @@ "region": "Hungary", "city": "Budapest", "hostname": "hu-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "ENe619amvJuPmyAtuLnGziKl1Yr1n3SoXgHrmosbRhk=", "ips": [ "185.104.187.44" ] }, + { + "vpn": "openvpn", + "region": "Hungary", + "city": "Budapest", + "hostname": "hu-002.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "bud-90.windscribe.com", + "ips": [ + "185.252.223.226", + "185.252.223.227" + ] + }, + { + "vpn": "wireguard", + "region": "Hungary", + "city": "Budapest", + "hostname": "hu-002.whiskergalaxy.com", + "udp": true, + "wgpubkey": "ENe619amvJuPmyAtuLnGziKl1Yr1n3SoXgHrmosbRhk=", + "ips": [ + "185.252.223.228" + ] + }, { "vpn": "openvpn", "region": "Iceland", "city": "Reykjavik", "hostname": "is-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "kef-121.windscribe.com", "ips": [ "82.221.139.37", @@ -111429,6 +116218,7 @@ "region": "Iceland", "city": "Reykjavik", "hostname": "is-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "8ZGAQUv1E/9pfVmPwasDo4g69PlAHIzlUf5pAmCJ7hk=", "ips": [ "82.221.139.39" @@ -111439,6 +116229,8 @@ "region": "Iceland", "city": "Reykjavik", "hostname": "is-002.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "kef-344.windscribe.com", "ips": [ "185.165.170.1", @@ -111450,83 +116242,23 @@ "region": "Iceland", "city": "Reykjavik", "hostname": "is-002.whiskergalaxy.com", + "udp": true, "wgpubkey": "ua7TUXkcSiiHeTyCok5b3PX9DkJ4l5yVvGlSmJ34WU8=", "ips": [ "185.165.170.3" ] }, - { - "vpn": "openvpn", - "region": "India", - "city": "Chennai", - "hostname": "in-005.whiskergalaxy.com", - "x509": "maa-271.windscribe.com", - "ips": [ - "169.38.107.47", - "169.38.68.188" - ] - }, - { - "vpn": "wireguard", - "region": "India", - "city": "Chennai", - "hostname": "in-005.whiskergalaxy.com", - "wgpubkey": "M+3/GjKWB8qpmCZUu7sD5o6fOA7a43eraPcQTI6W2mE=", - "ips": [ - "169.38.68.189" - ] - }, - { - "vpn": "openvpn", - "region": "India", - "city": "Chennai", - "hostname": "in-006.whiskergalaxy.com", - "x509": "maa-271.windscribe.com", - "ips": [ - "169.38.107.32", - "169.38.72.14" - ] - }, - { - "vpn": "wireguard", - "region": "India", - "city": "Chennai", - "hostname": "in-006.whiskergalaxy.com", - "wgpubkey": "M+3/GjKWB8qpmCZUu7sD5o6fOA7a43eraPcQTI6W2mE=", - "ips": [ - "169.38.72.15" - ] - }, - { - "vpn": "openvpn", - "region": "India", - "city": "Chennai", - "hostname": "in-007.whiskergalaxy.com", - "x509": "maa-271.windscribe.com", - "ips": [ - "169.38.107.21", - "169.38.72.12" - ] - }, - { - "vpn": "wireguard", - "region": "India", - "city": "Chennai", - "hostname": "in-007.whiskergalaxy.com", - "wgpubkey": "M+3/GjKWB8qpmCZUu7sD5o6fOA7a43eraPcQTI6W2mE=", - "ips": [ - "169.38.72.13" - ] - }, { "vpn": "openvpn", "region": "India", "city": "Mumbai", "hostname": "in-009.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "bom-372.windscribe.com", "ips": [ - "196.240.60.2", - "196.240.60.3" + "165.231.253.210", + "165.231.253.211" ] }, { @@ -111534,9 +116266,10 @@ "region": "India", "city": "Mumbai", "hostname": "in-009.whiskergalaxy.com", + "udp": true, "wgpubkey": "zyGN4Q1r+3C7OVg7cQEf3Wq1Ts+oXlBVGPPp3r+wnCM=", "ips": [ - "196.240.60.4" + "165.231.253.212" ] }, { @@ -111544,10 +116277,12 @@ "region": "India", "city": "Mumbai", "hostname": "in-010.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "bom-372.windscribe.com", "ips": [ - "196.240.60.18", - "196.240.60.19" + "165.231.253.242", + "165.231.253.243" ] }, { @@ -111555,30 +116290,34 @@ "region": "India", "city": "Mumbai", "hostname": "in-010.whiskergalaxy.com", + "udp": true, "wgpubkey": "zyGN4Q1r+3C7OVg7cQEf3Wq1Ts+oXlBVGPPp3r+wnCM=", "ips": [ - "196.240.60.20" + "165.231.253.244" ] }, { "vpn": "openvpn", "region": "India", "city": "Pune", - "hostname": "in-008.whiskergalaxy.com", + "hostname": "in-011.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "pnq-214.windscribe.com", "ips": [ - "103.205.140.30", - "103.205.140.227" + "103.13.114.229", + "103.13.114.138" ] }, { "vpn": "wireguard", "region": "India", "city": "Pune", - "hostname": "in-008.whiskergalaxy.com", + "hostname": "in-011.whiskergalaxy.com", + "udp": true, "wgpubkey": "TkdCh95ZjvjxoQGs85jAC9pV+TgLzdOYlZsUF4b/liU=", "ips": [ - "103.205.140.177" + "103.13.114.171" ] }, { @@ -111586,10 +116325,12 @@ "region": "Indonesia", "city": "Jakarta", "hostname": "id-002.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "cgk-253.windscribe.com", "ips": [ - "45.127.134.90", - "45.127.134.91" + "103.55.39.186", + "103.55.39.187" ] }, { @@ -111597,30 +116338,10 @@ "region": "Indonesia", "city": "Jakarta", "hostname": "id-002.whiskergalaxy.com", + "udp": true, "wgpubkey": "wYAVV6Ngtcnm1DqQptFCi69gcS1v2mvpM27iRb+XWko=", "ips": [ - "45.127.134.92" - ] - }, - { - "vpn": "openvpn", - "region": "Indonesia", - "city": "Jakarta", - "hostname": "id-003.whiskergalaxy.com", - "x509": "cgk-253.windscribe.com", - "ips": [ - "103.236.201.70", - "103.236.201.71" - ] - }, - { - "vpn": "wireguard", - "region": "Indonesia", - "city": "Jakarta", - "hostname": "id-003.whiskergalaxy.com", - "wgpubkey": "wYAVV6Ngtcnm1DqQptFCi69gcS1v2mvpM27iRb+XWko=", - "ips": [ - "103.236.201.72" + "103.55.39.188" ] }, { @@ -111628,6 +116349,8 @@ "region": "Indonesia", "city": "Jakarta", "hostname": "id-004.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "cgk-253.windscribe.com", "ips": [ "103.236.201.75", @@ -111639,16 +116362,91 @@ "region": "Indonesia", "city": "Jakarta", "hostname": "id-004.whiskergalaxy.com", + "udp": true, "wgpubkey": "wYAVV6Ngtcnm1DqQptFCi69gcS1v2mvpM27iRb+XWko=", "ips": [ "103.236.201.77" ] }, + { + "vpn": "openvpn", + "region": "Indonesia", + "city": "Jakarta", + "hostname": "id-005.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "cgk-253.windscribe.com", + "ips": [ + "103.28.53.234", + "103.28.53.162" + ] + }, + { + "vpn": "wireguard", + "region": "Indonesia", + "city": "Jakarta", + "hostname": "id-005.whiskergalaxy.com", + "udp": true, + "wgpubkey": "wYAVV6Ngtcnm1DqQptFCi69gcS1v2mvpM27iRb+XWko=", + "ips": [ + "103.28.53.163" + ] + }, + { + "vpn": "openvpn", + "region": "Indonesia", + "city": "Jakarta", + "hostname": "id-007.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "cgk-391.windscribe.com", + "ips": [ + "202.74.239.10", + "202.74.239.11" + ] + }, + { + "vpn": "wireguard", + "region": "Indonesia", + "city": "Jakarta", + "hostname": "id-007.whiskergalaxy.com", + "udp": true, + "wgpubkey": "g4dIl4jA8VB8aUNWW3EgABrge+TnaAwHxM7flakbZH8=", + "ips": [ + "202.74.239.12" + ] + }, + { + "vpn": "openvpn", + "region": "Indonesia", + "city": "Jakarta", + "hostname": "id-008.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "cgk-391.windscribe.com", + "ips": [ + "202.74.239.90", + "202.74.239.91" + ] + }, + { + "vpn": "wireguard", + "region": "Indonesia", + "city": "Jakarta", + "hostname": "id-008.whiskergalaxy.com", + "udp": true, + "wgpubkey": "g4dIl4jA8VB8aUNWW3EgABrge+TnaAwHxM7flakbZH8=", + "ips": [ + "202.74.239.92" + ] + }, { "vpn": "openvpn", "region": "Ireland", "city": "Dublin", "hostname": "ie-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "dub-73.windscribe.com", "ips": [ "185.24.235.14", @@ -111660,37 +116458,19 @@ "region": "Ireland", "city": "Dublin", "hostname": "ie-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "7V00BhJ4cAxsJmU8mEXbdUU5wljw67fGKs1oDhUYtl8=", "ips": [ "185.24.232.147" ] }, - { - "vpn": "openvpn", - "region": "Ireland", - "city": "Dublin", - "hostname": "ie-002.whiskergalaxy.com", - "x509": "dub-73.windscribe.com", - "ips": [ - "185.24.232.190", - "185.104.219.2" - ] - }, - { - "vpn": "wireguard", - "region": "Ireland", - "city": "Dublin", - "hostname": "ie-002.whiskergalaxy.com", - "wgpubkey": "7V00BhJ4cAxsJmU8mEXbdUU5wljw67fGKs1oDhUYtl8=", - "ips": [ - "185.104.219.3" - ] - }, { "vpn": "openvpn", "region": "Ireland", "city": "Dublin", "hostname": "ie-003.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "dub-370.windscribe.com", "ips": [ "23.92.127.34", @@ -111702,16 +116482,43 @@ "region": "Ireland", "city": "Dublin", "hostname": "ie-003.whiskergalaxy.com", + "udp": true, "wgpubkey": "VgzE+XeQUxX54wMZdhRBU4Qxqba95iVpXi197ZbBBgA=", "ips": [ "23.92.127.36" ] }, + { + "vpn": "openvpn", + "region": "Ireland", + "city": "Dublin", + "hostname": "ie-004.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "dub-370.windscribe.com", + "ips": [ + "5.157.13.146", + "5.157.13.147" + ] + }, + { + "vpn": "wireguard", + "region": "Ireland", + "city": "Dublin", + "hostname": "ie-004.whiskergalaxy.com", + "udp": true, + "wgpubkey": "VgzE+XeQUxX54wMZdhRBU4Qxqba95iVpXi197ZbBBgA=", + "ips": [ + "5.157.13.148" + ] + }, { "vpn": "openvpn", "region": "Israel", "city": "Ashdod", "hostname": "il-002.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "tlv-218.windscribe.com", "ips": [ "185.191.205.138", @@ -111723,6 +116530,7 @@ "region": "Israel", "city": "Ashdod", "hostname": "il-002.whiskergalaxy.com", + "udp": true, "wgpubkey": "2tyuu2HcOljr/wndoswy2Vk9gqXgjaP/IRg3vXoqFig=", "ips": [ "185.191.205.140" @@ -111731,22 +116539,25 @@ { "vpn": "openvpn", "region": "Israel", - "city": "Jerusalem", - "hostname": "il-001.whiskergalaxy.com", - "x509": "jrs-119.windscribe.com", + "city": "Tel Aviv", + "hostname": "il-003.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "tlv-397.windscribe.com", "ips": [ - "160.116.0.26", - "160.116.0.27" + "185.191.205.146", + "185.191.205.147" ] }, { "vpn": "wireguard", "region": "Israel", - "city": "Jerusalem", - "hostname": "il-001.whiskergalaxy.com", - "wgpubkey": "qlIT9w9NyoQst2kPPigf30U+tQRpYZdNaFE32zzkemE=", + "city": "Tel Aviv", + "hostname": "il-003.whiskergalaxy.com", + "udp": true, + "wgpubkey": "KQeAizSUze/+JGq9IuRGMxMT1ry+vYYvdFqXbVTGyV0=", "ips": [ - "160.116.0.28" + "185.191.205.148" ] }, { @@ -111754,6 +116565,8 @@ "region": "Italy", "city": "Milan", "hostname": "it-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "mxp-110.windscribe.com", "ips": [ "37.120.135.82", @@ -111765,6 +116578,7 @@ "region": "Italy", "city": "Milan", "hostname": "it-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "PG6oqmH+m3JPVRBjfkbBlI/72noVZ8KrnSRq7GuGink=", "ips": [ "37.120.135.84" @@ -111775,6 +116589,8 @@ "region": "Italy", "city": "Milan", "hostname": "it-004.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "mxp-318.windscribe.com", "ips": [ "84.17.59.65", @@ -111786,6 +116602,7 @@ "region": "Italy", "city": "Milan", "hostname": "it-004.whiskergalaxy.com", + "udp": true, "wgpubkey": "QI+u918O4tyAtoV37B6HVdiQeZoEUi0dWXhSsC3LiWQ=", "ips": [ "84.17.59.67" @@ -111796,6 +116613,8 @@ "region": "Italy", "city": "Milan", "hostname": "it-005.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "mxp-110.windscribe.com", "ips": [ "89.40.182.2", @@ -111807,6 +116626,7 @@ "region": "Italy", "city": "Milan", "hostname": "it-005.whiskergalaxy.com", + "udp": true, "wgpubkey": "PG6oqmH+m3JPVRBjfkbBlI/72noVZ8KrnSRq7GuGink=", "ips": [ "89.40.182.4" @@ -111817,6 +116637,8 @@ "region": "Italy", "city": "Rome", "hostname": "it-003.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "fco-238.windscribe.com", "ips": [ "87.101.94.194", @@ -111828,6 +116650,7 @@ "region": "Italy", "city": "Rome", "hostname": "it-003.whiskergalaxy.com", + "udp": true, "wgpubkey": "CfcxKJFjdKn/idQ/QadOCGHLpcLOLDXr0H+AtA1EqUg=", "ips": [ "87.101.94.196" @@ -111838,6 +116661,8 @@ "region": "Italy", "city": "Rome", "hostname": "it-006.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "fco-238.windscribe.com", "ips": [ "37.120.207.18", @@ -111849,6 +116674,7 @@ "region": "Italy", "city": "Rome", "hostname": "it-006.whiskergalaxy.com", + "udp": true, "wgpubkey": "CfcxKJFjdKn/idQ/QadOCGHLpcLOLDXr0H+AtA1EqUg=", "ips": [ "37.120.207.20" @@ -111859,6 +116685,8 @@ "region": "Japan", "city": "Tokyo", "hostname": "jp-004.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "hnd-287.windscribe.com", "ips": [ "193.148.16.242", @@ -111870,6 +116698,7 @@ "region": "Japan", "city": "Tokyo", "hostname": "jp-004.whiskergalaxy.com", + "udp": true, "wgpubkey": "X6LjCVZ41wLoSbWWZpFET+Ejw0VsGuvJ5utU/l3rKl4=", "ips": [ "193.148.16.244" @@ -111880,6 +116709,8 @@ "region": "Japan", "city": "Tokyo", "hostname": "jp-006.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "hnd-148.windscribe.com", "ips": [ "138.199.22.161", @@ -111891,6 +116722,7 @@ "region": "Japan", "city": "Tokyo", "hostname": "jp-006.whiskergalaxy.com", + "udp": true, "wgpubkey": "8n68GM7n6dm6Hj3RIIh5q1q6Un52Cq82LYEXHRAtPg4=", "ips": [ "138.199.22.163" @@ -111901,6 +116733,8 @@ "region": "Japan", "city": "Tokyo", "hostname": "jp-007.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "hnd-148.windscribe.com", "ips": [ "143.244.40.225", @@ -111912,6 +116746,7 @@ "region": "Japan", "city": "Tokyo", "hostname": "jp-007.whiskergalaxy.com", + "udp": true, "wgpubkey": "8n68GM7n6dm6Hj3RIIh5q1q6Un52Cq82LYEXHRAtPg4=", "ips": [ "143.244.40.227" @@ -111922,6 +116757,8 @@ "region": "Japan", "city": "Tokyo", "hostname": "jp-008.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "hnd-287.windscribe.com", "ips": [ "146.70.31.114", @@ -111933,6 +116770,7 @@ "region": "Japan", "city": "Tokyo", "hostname": "jp-008.whiskergalaxy.com", + "udp": true, "wgpubkey": "X6LjCVZ41wLoSbWWZpFET+Ejw0VsGuvJ5utU/l3rKl4=", "ips": [ "146.70.31.116" @@ -111940,44 +116778,26 @@ }, { "vpn": "openvpn", - "region": "Latvia", - "city": "Riga", - "hostname": "lv-003.whiskergalaxy.com", - "x509": "rix-254.windscribe.com", + "region": "Kenya", + "city": "Nairobi ", + "hostname": "ke-001.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "nbo-389.windscribe.com", "ips": [ - "159.148.186.169", - "85.254.72.23" + "45.138.86.226", + "45.138.86.227" ] }, { "vpn": "wireguard", - "region": "Latvia", - "city": "Riga", - "hostname": "lv-003.whiskergalaxy.com", - "wgpubkey": "hcn+JR0QAhhUVVRND5Djq35caGmBEGlcp4MX/xlm6HE=", + "region": "Kenya", + "city": "Nairobi ", + "hostname": "ke-001.whiskergalaxy.com", + "udp": true, + "wgpubkey": "S/qPJPWnfwfb1pWIcKN8FH71j5dFt9eH2KbEeU1+QlE=", "ips": [ - "85.254.72.24" - ] - }, - { - "vpn": "openvpn", - "region": "Latvia", - "city": "Riga", - "hostname": "lv-007.whiskergalaxy.com", - "x509": "rix-254.windscribe.com", - "ips": [ - "80.233.134.32", - "85.254.72.213" - ] - }, - { - "vpn": "wireguard", - "region": "Latvia", - "city": "Riga", - "hostname": "lv-007.whiskergalaxy.com", - "wgpubkey": "hcn+JR0QAhhUVVRND5Djq35caGmBEGlcp4MX/xlm6HE=", - "ips": [ - "85.254.72.214" + "45.138.86.228" ] }, { @@ -111985,10 +116805,12 @@ "region": "Latvia", "city": "Riga", "hostname": "lv-008.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "rix-254.windscribe.com", "ips": [ - "159.148.186.202", - "85.254.72.238" + "217.199.103.202", + "217.199.121.187" ] }, { @@ -111996,30 +116818,82 @@ "region": "Latvia", "city": "Riga", "hostname": "lv-008.whiskergalaxy.com", + "udp": true, "wgpubkey": "hcn+JR0QAhhUVVRND5Djq35caGmBEGlcp4MX/xlm6HE=", "ips": [ - "85.254.72.239" + "217.199.121.188" ] }, { "vpn": "openvpn", "region": "Latvia", "city": "Riga", - "hostname": "lv-009.whiskergalaxy.com", + "hostname": "lv-010.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "rix-254.windscribe.com", "ips": [ - "159.148.186.189", - "159.148.186.68" + "217.199.121.111", + "217.199.121.222" ] }, { "vpn": "wireguard", "region": "Latvia", "city": "Riga", - "hostname": "lv-009.whiskergalaxy.com", + "hostname": "lv-010.whiskergalaxy.com", + "udp": true, "wgpubkey": "hcn+JR0QAhhUVVRND5Djq35caGmBEGlcp4MX/xlm6HE=", "ips": [ - "159.148.186.69" + "217.199.121.223" + ] + }, + { + "vpn": "openvpn", + "region": "Latvia", + "city": "Riga", + "hostname": "lv-011.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "rix-398.windscribe.com", + "ips": [ + "185.145.245.88", + "185.145.245.96" + ] + }, + { + "vpn": "wireguard", + "region": "Latvia", + "city": "Riga", + "hostname": "lv-011.whiskergalaxy.com", + "udp": true, + "wgpubkey": "Him1/R5t9kASh5ic+MaTmGUlL6ryE/VM4SJNlq6dIyk=", + "ips": [ + "185.145.245.98" + ] + }, + { + "vpn": "openvpn", + "region": "Latvia", + "city": "Riga", + "hostname": "lv-012.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "rix-398.windscribe.com", + "ips": [ + "185.145.245.89", + "185.145.245.97" + ] + }, + { + "vpn": "wireguard", + "region": "Latvia", + "city": "Riga", + "hostname": "lv-012.whiskergalaxy.com", + "udp": true, + "wgpubkey": "Him1/R5t9kASh5ic+MaTmGUlL6ryE/VM4SJNlq6dIyk=", + "ips": [ + "185.145.245.99" ] }, { @@ -112027,6 +116901,8 @@ "region": "Lithuania", "city": "Siauliai", "hostname": "lt-007.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "sqq-380.windscribe.com", "ips": [ "185.64.104.112", @@ -112038,6 +116914,7 @@ "region": "Lithuania", "city": "Siauliai", "hostname": "lt-007.whiskergalaxy.com", + "udp": true, "wgpubkey": "KEVlEKE4qS5w7sJQ7DY3TgqwAgT/47vbZxazkC/F2EQ=", "ips": [ "185.64.104.114" @@ -112048,6 +116925,8 @@ "region": "Lithuania", "city": "Vilnius", "hostname": "lt-004.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "vno-378.windscribe.com", "ips": [ "37.156.216.146", @@ -112059,6 +116938,7 @@ "region": "Lithuania", "city": "Vilnius", "hostname": "lt-004.whiskergalaxy.com", + "udp": true, "wgpubkey": "0CUpqMsVggxsjvdZewCsBFsw84goCitq0G9nytQhpDw=", "ips": [ "37.156.216.148" @@ -112069,6 +116949,8 @@ "region": "Lithuania", "city": "Vilnius", "hostname": "lt-005.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "vno-378.windscribe.com", "ips": [ "37.156.216.130", @@ -112080,6 +116962,7 @@ "region": "Lithuania", "city": "Vilnius", "hostname": "lt-005.whiskergalaxy.com", + "udp": true, "wgpubkey": "0CUpqMsVggxsjvdZewCsBFsw84goCitq0G9nytQhpDw=", "ips": [ "37.156.216.132" @@ -112087,44 +116970,122 @@ }, { "vpn": "openvpn", - "region": "Malaysia", - "city": "Kuala Lumpur", - "hostname": "my-001.whiskergalaxy.com", - "x509": "kul-270.windscribe.com", + "region": "Luxembourg", + "city": "Luxembourg", + "hostname": "lu-005.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "lux-152.windscribe.com", "ips": [ - "103.106.250.30", - "103.106.250.31" + "185.221.132.226", + "185.221.132.227" ] }, { "vpn": "wireguard", - "region": "Malaysia", - "city": "Kuala Lumpur", - "hostname": "my-001.whiskergalaxy.com", - "wgpubkey": "7r3RICLhFxj54Udb9heUGeBoI814UAuaUJwc65IbMnw=", + "region": "Luxembourg", + "city": "Luxembourg", + "hostname": "lu-005.whiskergalaxy.com", + "udp": true, + "wgpubkey": "BzMLell5uUM/d9aNGaGMog+GFH36s4dFO0WuQ6/VxCg=", "ips": [ - "103.106.250.32" + "185.221.132.228" ] }, { "vpn": "openvpn", "region": "Malaysia", "city": "Kuala Lumpur", - "hostname": "my-003.whiskergalaxy.com", + "hostname": "my-006.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "kul-270.windscribe.com", "ips": [ - "103.212.69.231", - "103.212.69.232" + "150.107.76.118", + "150.107.76.119" ] }, { "vpn": "wireguard", "region": "Malaysia", "city": "Kuala Lumpur", - "hostname": "my-003.whiskergalaxy.com", + "hostname": "my-006.whiskergalaxy.com", + "udp": true, "wgpubkey": "7r3RICLhFxj54Udb9heUGeBoI814UAuaUJwc65IbMnw=", "ips": [ - "103.212.69.233" + "150.107.76.120" + ] + }, + { + "vpn": "openvpn", + "region": "Malaysia", + "city": "Kuala Lumpur", + "hostname": "my-007.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "kul-270.windscribe.com", + "ips": [ + "202.176.4.180", + "202.176.4.181" + ] + }, + { + "vpn": "wireguard", + "region": "Malaysia", + "city": "Kuala Lumpur", + "hostname": "my-007.whiskergalaxy.com", + "udp": true, + "wgpubkey": "7r3RICLhFxj54Udb9heUGeBoI814UAuaUJwc65IbMnw=", + "ips": [ + "202.176.4.182" + ] + }, + { + "vpn": "openvpn", + "region": "Malaysia", + "city": "Kuala Lumpur", + "hostname": "my-008.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "kul-270.windscribe.com", + "ips": [ + "202.176.4.164", + "202.176.4.165" + ] + }, + { + "vpn": "wireguard", + "region": "Malaysia", + "city": "Kuala Lumpur", + "hostname": "my-008.whiskergalaxy.com", + "udp": true, + "wgpubkey": "7r3RICLhFxj54Udb9heUGeBoI814UAuaUJwc65IbMnw=", + "ips": [ + "202.176.4.166" + ] + }, + { + "vpn": "openvpn", + "region": "Malaysia", + "city": "Kuala Lumpur", + "hostname": "my-009.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "kul-270.windscribe.com", + "ips": [ + "202.176.4.172", + "202.176.4.173" + ] + }, + { + "vpn": "wireguard", + "region": "Malaysia", + "city": "Kuala Lumpur", + "hostname": "my-009.whiskergalaxy.com", + "udp": true, + "wgpubkey": "7r3RICLhFxj54Udb9heUGeBoI814UAuaUJwc65IbMnw=", + "ips": [ + "202.176.4.174" ] }, { @@ -112132,6 +117093,8 @@ "region": "Mexico", "city": "Guadalajara", "hostname": "mx-007.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "gdl-205.windscribe.com", "ips": [ "201.131.125.106", @@ -112143,6 +117106,7 @@ "region": "Mexico", "city": "Guadalajara", "hostname": "mx-007.whiskergalaxy.com", + "udp": true, "wgpubkey": "1J3f00cdpBeDNBQmfjzUxN/y/x0KyQSZVubCHubokj4=", "ips": [ "201.131.125.108" @@ -112153,6 +117117,8 @@ "region": "Mexico", "city": "Guadalajara", "hostname": "mx-008.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "gdl-205.windscribe.com", "ips": [ "143.255.57.66", @@ -112164,6 +117130,7 @@ "region": "Mexico", "city": "Guadalajara", "hostname": "mx-008.whiskergalaxy.com", + "udp": true, "wgpubkey": "1J3f00cdpBeDNBQmfjzUxN/y/x0KyQSZVubCHubokj4=", "ips": [ "143.255.57.68" @@ -112174,6 +117141,8 @@ "region": "Mexico", "city": "Mexico City", "hostname": "mx-009.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "mex-351.windscribe.com", "ips": [ "190.103.179.210", @@ -112185,6 +117154,7 @@ "region": "Mexico", "city": "Mexico City", "hostname": "mx-009.whiskergalaxy.com", + "udp": true, "wgpubkey": "7ENBA/g5BS80C5Y8zoyk9tOMe/MOkvfKztDjzDgjgVc=", "ips": [ "190.103.179.212" @@ -112195,6 +117165,8 @@ "region": "Mexico", "city": "Mexico City", "hostname": "mx-010.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "mex-351.windscribe.com", "ips": [ "190.103.179.216", @@ -112206,6 +117178,7 @@ "region": "Mexico", "city": "Mexico City", "hostname": "mx-010.whiskergalaxy.com", + "udp": true, "wgpubkey": "7ENBA/g5BS80C5Y8zoyk9tOMe/MOkvfKztDjzDgjgVc=", "ips": [ "190.103.179.218" @@ -112216,6 +117189,8 @@ "region": "Moldova", "city": "Chisinau", "hostname": "md-002.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "kiv-210.windscribe.com", "ips": [ "178.175.144.122", @@ -112227,6 +117202,7 @@ "region": "Moldova", "city": "Chisinau", "hostname": "md-002.whiskergalaxy.com", + "udp": true, "wgpubkey": "HHDA7gntK+JWWxilBUsDI1FMgeGZtVFKKhbWVIbwMC0=", "ips": [ "178.175.144.124" @@ -112237,6 +117213,8 @@ "region": "Moldova", "city": "Chisinau", "hostname": "md-003.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "kiv-210.windscribe.com", "ips": [ "178.175.134.186", @@ -112248,6 +117226,7 @@ "region": "Moldova", "city": "Chisinau", "hostname": "md-003.whiskergalaxy.com", + "udp": true, "wgpubkey": "HHDA7gntK+JWWxilBUsDI1FMgeGZtVFKKhbWVIbwMC0=", "ips": [ "178.175.134.188" @@ -112258,6 +117237,8 @@ "region": "Netherlands", "city": "Amsterdam", "hostname": "nl-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ams-229.windscribe.com", "ips": [ "46.166.143.97", @@ -112269,6 +117250,7 @@ "region": "Netherlands", "city": "Amsterdam", "hostname": "nl-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "cwzVI0WaEnJHhkSzrRdStijZSjVL/fd/jWNxShL0fTo=", "ips": [ "46.166.143.99" @@ -112279,6 +117261,8 @@ "region": "Netherlands", "city": "Amsterdam", "hostname": "nl-005.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ams-120.windscribe.com", "ips": [ "185.212.171.130", @@ -112290,6 +117274,7 @@ "region": "Netherlands", "city": "Amsterdam", "hostname": "nl-005.whiskergalaxy.com", + "udp": true, "wgpubkey": "c9QHUQhVUNIYqcp5HQ4gwoSoKzAgK8uSsoiJUrlriDA=", "ips": [ "185.212.171.132" @@ -112300,6 +117285,8 @@ "region": "Netherlands", "city": "Amsterdam", "hostname": "nl-008.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ams-120.windscribe.com", "ips": [ "185.253.96.2", @@ -112311,6 +117298,7 @@ "region": "Netherlands", "city": "Amsterdam", "hostname": "nl-008.whiskergalaxy.com", + "udp": true, "wgpubkey": "c9QHUQhVUNIYqcp5HQ4gwoSoKzAgK8uSsoiJUrlriDA=", "ips": [ "185.253.96.4" @@ -112321,6 +117309,8 @@ "region": "Netherlands", "city": "Amsterdam", "hostname": "nl-011.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ams-193.windscribe.com", "ips": [ "84.17.46.1", @@ -112332,6 +117322,7 @@ "region": "Netherlands", "city": "Amsterdam", "hostname": "nl-011.whiskergalaxy.com", + "udp": true, "wgpubkey": "pLzFr9exM2Z5oXw0iuKnXIJZxa4I0UEmyFC85sHtDwk=", "ips": [ "84.17.46.3" @@ -112342,6 +117333,8 @@ "region": "Netherlands", "city": "Amsterdam", "hostname": "nl-013.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ams-289.windscribe.com", "ips": [ "72.11.157.66", @@ -112353,6 +117346,7 @@ "region": "Netherlands", "city": "Amsterdam", "hostname": "nl-013.whiskergalaxy.com", + "udp": true, "wgpubkey": "EN0anJ12SaB6+aNVh1iRNQ9wEqMlwXTDv4OzAGhm1zw=", "ips": [ "72.11.157.68" @@ -112363,6 +117357,8 @@ "region": "Netherlands", "city": "Amsterdam", "hostname": "nl-014.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ams-289.windscribe.com", "ips": [ "72.11.157.34", @@ -112374,6 +117370,7 @@ "region": "Netherlands", "city": "Amsterdam", "hostname": "nl-014.whiskergalaxy.com", + "udp": true, "wgpubkey": "EN0anJ12SaB6+aNVh1iRNQ9wEqMlwXTDv4OzAGhm1zw=", "ips": [ "72.11.157.36" @@ -112384,6 +117381,8 @@ "region": "Netherlands", "city": "Amsterdam", "hostname": "nl-015.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ams-229.windscribe.com", "ips": [ "109.201.130.1", @@ -112395,6 +117394,7 @@ "region": "Netherlands", "city": "Amsterdam", "hostname": "nl-015.whiskergalaxy.com", + "udp": true, "wgpubkey": "cwzVI0WaEnJHhkSzrRdStijZSjVL/fd/jWNxShL0fTo=", "ips": [ "109.201.130.3" @@ -112405,6 +117405,8 @@ "region": "Netherlands", "city": "Amsterdam", "hostname": "nl-019.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ams-120.windscribe.com", "ips": [ "185.156.172.162", @@ -112416,6 +117418,7 @@ "region": "Netherlands", "city": "Amsterdam", "hostname": "nl-019.whiskergalaxy.com", + "udp": true, "wgpubkey": "c9QHUQhVUNIYqcp5HQ4gwoSoKzAgK8uSsoiJUrlriDA=", "ips": [ "185.156.172.164" @@ -112426,6 +117429,8 @@ "region": "Netherlands", "city": "Amsterdam", "hostname": "nl-020.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ams-193.windscribe.com", "ips": [ "195.181.172.145", @@ -112437,6 +117442,7 @@ "region": "Netherlands", "city": "Amsterdam", "hostname": "nl-020.whiskergalaxy.com", + "udp": true, "wgpubkey": "pLzFr9exM2Z5oXw0iuKnXIJZxa4I0UEmyFC85sHtDwk=", "ips": [ "195.181.172.147" @@ -112447,6 +117453,8 @@ "region": "New Zealand", "city": "Auckland", "hostname": "nz-002.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "akl-251.windscribe.com", "ips": [ "103.62.49.112", @@ -112458,6 +117466,7 @@ "region": "New Zealand", "city": "Auckland", "hostname": "nz-002.whiskergalaxy.com", + "udp": true, "wgpubkey": "LxvdxRlnn73teVay3m0wY8tP1131yCbfnCAftD+p7VE=", "ips": [ "103.62.49.114" @@ -112468,6 +117477,8 @@ "region": "New Zealand", "city": "Auckland ", "hostname": "nz-003.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "akl-352.windscribe.com", "ips": [ "103.108.94.162", @@ -112479,6 +117490,7 @@ "region": "New Zealand", "city": "Auckland ", "hostname": "nz-003.whiskergalaxy.com", + "udp": true, "wgpubkey": "el0He87GLmmywBmn7ErEiuKd5Bjc6Q4zWciL86rYcxw=", "ips": [ "103.108.94.164" @@ -112489,6 +117501,8 @@ "region": "North Macedonia", "city": "Skopje", "hostname": "mk-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "skp-339.windscribe.com", "ips": [ "185.225.28.50", @@ -112500,6 +117514,7 @@ "region": "North Macedonia", "city": "Skopje", "hostname": "mk-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "9J0kA4c4i7N/+6B+3j0zFkDTHocZNsw6eK6+sLZ1qCQ=", "ips": [ "185.225.28.52" @@ -112510,6 +117525,8 @@ "region": "Norway", "city": "Oslo", "hostname": "no-003.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "osl-169.windscribe.com", "ips": [ "185.206.225.130", @@ -112521,6 +117538,7 @@ "region": "Norway", "city": "Oslo", "hostname": "no-003.whiskergalaxy.com", + "udp": true, "wgpubkey": "y+Kvlfz0z8DF17hVvEezMml3SH3OaB2l5l09DPdQNCk=", "ips": [ "185.206.225.132" @@ -112531,6 +117549,8 @@ "region": "Norway", "city": "Oslo", "hostname": "no-006.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "osl-169.windscribe.com", "ips": [ "37.120.203.66", @@ -112542,6 +117562,7 @@ "region": "Norway", "city": "Oslo", "hostname": "no-006.whiskergalaxy.com", + "udp": true, "wgpubkey": "y+Kvlfz0z8DF17hVvEezMml3SH3OaB2l5l09DPdQNCk=", "ips": [ "37.120.203.68" @@ -112552,6 +117573,8 @@ "region": "Norway", "city": "Oslo", "hostname": "no-008.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "osl-169.windscribe.com", "ips": [ "37.120.149.50", @@ -112563,6 +117586,7 @@ "region": "Norway", "city": "Oslo", "hostname": "no-008.whiskergalaxy.com", + "udp": true, "wgpubkey": "y+Kvlfz0z8DF17hVvEezMml3SH3OaB2l5l09DPdQNCk=", "ips": [ "37.120.149.52" @@ -112573,6 +117597,8 @@ "region": "Panama", "city": "Panama City", "hostname": "pa-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "pty-358.windscribe.com", "ips": [ "138.186.142.202", @@ -112584,6 +117610,7 @@ "region": "Panama", "city": "Panama City", "hostname": "pa-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "3L8yhe+v7TzBeesOFxSdU2VUa8FG4PTuoiiUoV7DAGY=", "ips": [ "138.186.142.204" @@ -112594,6 +117621,8 @@ "region": "Peru", "city": "Lima", "hostname": "pe-002.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lim-367.windscribe.com", "ips": [ "190.120.229.138", @@ -112605,6 +117634,7 @@ "region": "Peru", "city": "Lima", "hostname": "pe-002.whiskergalaxy.com", + "udp": true, "wgpubkey": "ZrLVHs2FNXanFBtymCd64gZNNixH7k2K5F9+O+xpt0o=", "ips": [ "190.120.229.140" @@ -112615,6 +117645,8 @@ "region": "Philippines", "city": "Manila", "hostname": "ph-003.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "mnl-365.windscribe.com", "ips": [ "141.98.215.210", @@ -112626,6 +117658,7 @@ "region": "Philippines", "city": "Manila", "hostname": "ph-003.whiskergalaxy.com", + "udp": true, "wgpubkey": "J2Cy7FP1gYxd3TDaw4xialgPusIxQUfXUYWzqhv/KWI=", "ips": [ "141.98.215.212" @@ -112634,22 +117667,25 @@ { "vpn": "openvpn", "region": "Philippines", - "city": "San Antonio", - "hostname": "ph-002.whiskergalaxy.com", - "x509": "mnl-262.windscribe.com", + "city": "Manila", + "hostname": "ph-004.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "mnl-365.windscribe.com", "ips": [ - "103.103.0.12", - "103.103.0.118" + "141.98.215.226", + "141.98.215.227" ] }, { "vpn": "wireguard", "region": "Philippines", - "city": "San Antonio", - "hostname": "ph-002.whiskergalaxy.com", - "wgpubkey": "B+HaL//JFeATFJ4chW+3m8suAdGCrSg+54b+n+auuis=", + "city": "Manila", + "hostname": "ph-004.whiskergalaxy.com", + "udp": true, + "wgpubkey": "J2Cy7FP1gYxd3TDaw4xialgPusIxQUfXUYWzqhv/KWI=", "ips": [ - "103.103.0.119" + "141.98.215.228" ] }, { @@ -112657,6 +117693,8 @@ "region": "Poland", "city": "Warsaw", "hostname": "pl-002.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "waw-237.windscribe.com", "ips": [ "185.244.214.34", @@ -112668,6 +117706,7 @@ "region": "Poland", "city": "Warsaw", "hostname": "pl-002.whiskergalaxy.com", + "udp": true, "wgpubkey": "aZkVfQ47eZjQXlFXaXR/joai25TTXOH0jk8JU4S+718=", "ips": [ "185.244.214.36" @@ -112678,6 +117717,8 @@ "region": "Poland", "city": "Warsaw", "hostname": "pl-004.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "waw-309.windscribe.com", "ips": [ "84.17.55.97", @@ -112689,6 +117730,7 @@ "region": "Poland", "city": "Warsaw", "hostname": "pl-004.whiskergalaxy.com", + "udp": true, "wgpubkey": "MYoOwWssF5fWZ+bOQINzfitdjwyqiHcJhr607wSAzEY=", "ips": [ "84.17.55.99" @@ -112699,6 +117741,8 @@ "region": "Poland", "city": "Warsaw", "hostname": "pl-005.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "waw-85.windscribe.com", "ips": [ "5.187.49.182", @@ -112710,6 +117754,7 @@ "region": "Poland", "city": "Warsaw", "hostname": "pl-005.whiskergalaxy.com", + "udp": true, "wgpubkey": "4RW2y35hBMICisW6aAEnR4ksT7rjOEmFx2+7pjqKuiA=", "ips": [ "5.133.11.117" @@ -112720,6 +117765,8 @@ "region": "Portugal", "city": "Lisbon", "hostname": "pt-002.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lis-249.windscribe.com", "ips": [ "94.46.13.214", @@ -112731,6 +117778,7 @@ "region": "Portugal", "city": "Lisbon", "hostname": "pt-002.whiskergalaxy.com", + "udp": true, "wgpubkey": "olUvyUS7X592mAkw3tV1g4drB4XyNl7422F5zo6pd0o=", "ips": [ "94.46.13.216" @@ -112741,6 +117789,8 @@ "region": "Portugal", "city": "Lisbon", "hostname": "pt-003.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lis-249.windscribe.com", "ips": [ "185.15.21.65", @@ -112752,6 +117802,7 @@ "region": "Portugal", "city": "Lisbon", "hostname": "pt-003.whiskergalaxy.com", + "udp": true, "wgpubkey": "olUvyUS7X592mAkw3tV1g4drB4XyNl7422F5zo6pd0o=", "ips": [ "185.15.21.67" @@ -112762,6 +117813,8 @@ "region": "Romania", "city": "Bucharest", "hostname": "ro-006.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "otp-105.windscribe.com", "ips": [ "89.46.103.146", @@ -112773,6 +117826,7 @@ "region": "Romania", "city": "Bucharest", "hostname": "ro-006.whiskergalaxy.com", + "udp": true, "wgpubkey": "eIYiubmBdTz6WEopGNvlou37zzJ4/wD0LgsQudpiAgA=", "ips": [ "89.46.103.148" @@ -112783,6 +117837,8 @@ "region": "Romania", "city": "Bucharest", "hostname": "ro-008.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "otp-105.windscribe.com", "ips": [ "91.207.102.146", @@ -112794,16 +117850,43 @@ "region": "Romania", "city": "Bucharest", "hostname": "ro-008.whiskergalaxy.com", + "udp": true, "wgpubkey": "eIYiubmBdTz6WEopGNvlou37zzJ4/wD0LgsQudpiAgA=", "ips": [ "91.207.102.148" ] }, + { + "vpn": "openvpn", + "region": "Romania", + "city": "Bucharest", + "hostname": "ro-010.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "otp-105.windscribe.com", + "ips": [ + "146.70.97.178", + "146.70.97.179" + ] + }, + { + "vpn": "wireguard", + "region": "Romania", + "city": "Bucharest", + "hostname": "ro-010.whiskergalaxy.com", + "udp": true, + "wgpubkey": "eIYiubmBdTz6WEopGNvlou37zzJ4/wD0LgsQudpiAgA=", + "ips": [ + "146.70.97.180" + ] + }, { "vpn": "openvpn", "region": "Russia", "city": "Moscow", "hostname": "ru-010.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "svo-346.windscribe.com", "ips": [ "95.213.193.226", @@ -112815,6 +117898,7 @@ "region": "Russia", "city": "Moscow", "hostname": "ru-010.whiskergalaxy.com", + "udp": true, "wgpubkey": "A557Tcs9ezMHjMO3QoCox2fgcc9/uR/nOjbw28AKqkg=", "ips": [ "95.213.193.228" @@ -112824,7 +117908,9 @@ "vpn": "openvpn", "region": "Russia", "city": "Moscow", - "hostname": "ru-011.whiskergalaxy.com", + "hostname": "ru-014.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "svo-346.windscribe.com", "ips": [ "95.213.193.194", @@ -112835,7 +117921,8 @@ "vpn": "wireguard", "region": "Russia", "city": "Moscow", - "hostname": "ru-011.whiskergalaxy.com", + "hostname": "ru-014.whiskergalaxy.com", + "udp": true, "wgpubkey": "A557Tcs9ezMHjMO3QoCox2fgcc9/uR/nOjbw28AKqkg=", "ips": [ "95.213.193.196" @@ -112846,6 +117933,8 @@ "region": "Russia", "city": "Saint Petersburg", "hostname": "ru-005.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "led-211.windscribe.com", "ips": [ "185.22.175.131", @@ -112857,6 +117946,7 @@ "region": "Russia", "city": "Saint Petersburg", "hostname": "ru-005.whiskergalaxy.com", + "udp": true, "wgpubkey": "Yom91OWyt0otz1S4hgQMhp1q1y8tpDvUWwVkNXpmpjc=", "ips": [ "185.22.175.133" @@ -112867,6 +117957,8 @@ "region": "Russia", "city": "Saint Petersburg", "hostname": "ru-008.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "led-211.windscribe.com", "ips": [ "94.242.62.18", @@ -112878,6 +117970,7 @@ "region": "Russia", "city": "Saint Petersburg", "hostname": "ru-008.whiskergalaxy.com", + "udp": true, "wgpubkey": "Yom91OWyt0otz1S4hgQMhp1q1y8tpDvUWwVkNXpmpjc=", "ips": [ "94.242.62.20" @@ -112888,6 +117981,8 @@ "region": "Russia", "city": "Saint Petersburg", "hostname": "ru-009.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "led-211.windscribe.com", "ips": [ "94.242.62.50", @@ -112899,6 +117994,7 @@ "region": "Russia", "city": "Saint Petersburg", "hostname": "ru-009.whiskergalaxy.com", + "udp": true, "wgpubkey": "Yom91OWyt0otz1S4hgQMhp1q1y8tpDvUWwVkNXpmpjc=", "ips": [ "94.242.62.68" @@ -112909,6 +118005,8 @@ "region": "Russia", "city": "Saint Petersburg", "hostname": "ru-012.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "led-265.windscribe.com", "ips": [ "188.124.42.114", @@ -112920,6 +118018,7 @@ "region": "Russia", "city": "Saint Petersburg", "hostname": "ru-012.whiskergalaxy.com", + "udp": true, "wgpubkey": "gLPWBcPANL0mgwEkImb6PUJmR2ncz7S9DKIDDYvgJkk=", "ips": [ "188.124.42.116" @@ -112930,6 +118029,8 @@ "region": "Russia", "city": "Saint Petersburg", "hostname": "ru-013.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "led-265.windscribe.com", "ips": [ "188.124.42.98", @@ -112941,16 +118042,139 @@ "region": "Russia", "city": "Saint Petersburg", "hostname": "ru-013.whiskergalaxy.com", + "udp": true, "wgpubkey": "gLPWBcPANL0mgwEkImb6PUJmR2ncz7S9DKIDDYvgJkk=", "ips": [ "188.124.42.100" ] }, + { + "vpn": "openvpn", + "region": "Russia", + "city": "Saint Petersburg", + "hostname": "ru-015.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "led-211.windscribe.com", + "ips": [ + "94.242.50.224", + "94.242.50.225" + ] + }, + { + "vpn": "wireguard", + "region": "Russia", + "city": "Saint Petersburg", + "hostname": "ru-015.whiskergalaxy.com", + "udp": true, + "wgpubkey": "Yom91OWyt0otz1S4hgQMhp1q1y8tpDvUWwVkNXpmpjc=", + "ips": [ + "94.242.50.226" + ] + }, + { + "vpn": "openvpn", + "region": "Russia", + "city": "Saint Petersburg", + "hostname": "ru-017.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "led-211.windscribe.com", + "ips": [ + "94.242.50.203", + "94.242.50.204" + ] + }, + { + "vpn": "wireguard", + "region": "Russia", + "city": "Saint Petersburg", + "hostname": "ru-017.whiskergalaxy.com", + "udp": true, + "wgpubkey": "Yom91OWyt0otz1S4hgQMhp1q1y8tpDvUWwVkNXpmpjc=", + "ips": [ + "94.242.50.205" + ] + }, + { + "vpn": "openvpn", + "region": "Russia", + "city": "Saint Petersburg", + "hostname": "ru-018.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "led-211.windscribe.com", + "ips": [ + "94.242.50.193", + "94.242.50.194" + ] + }, + { + "vpn": "wireguard", + "region": "Russia", + "city": "Saint Petersburg", + "hostname": "ru-018.whiskergalaxy.com", + "udp": true, + "wgpubkey": "Yom91OWyt0otz1S4hgQMhp1q1y8tpDvUWwVkNXpmpjc=", + "ips": [ + "94.242.50.195" + ] + }, + { + "vpn": "openvpn", + "region": "Russia", + "city": "Saint Petersburg", + "hostname": "ru-019.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "led-211.windscribe.com", + "ips": [ + "94.242.50.183", + "94.242.50.184" + ] + }, + { + "vpn": "wireguard", + "region": "Russia", + "city": "Saint Petersburg", + "hostname": "ru-019.whiskergalaxy.com", + "udp": true, + "wgpubkey": "Yom91OWyt0otz1S4hgQMhp1q1y8tpDvUWwVkNXpmpjc=", + "ips": [ + "94.242.50.185" + ] + }, + { + "vpn": "openvpn", + "region": "Russia", + "city": "Saint Petersburg", + "hostname": "ru-020.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "led-211.windscribe.com", + "ips": [ + "94.242.50.173", + "94.242.50.174" + ] + }, + { + "vpn": "wireguard", + "region": "Russia", + "city": "Saint Petersburg", + "hostname": "ru-020.whiskergalaxy.com", + "udp": true, + "wgpubkey": "Yom91OWyt0otz1S4hgQMhp1q1y8tpDvUWwVkNXpmpjc=", + "ips": [ + "94.242.50.175" + ] + }, { "vpn": "openvpn", "region": "Serbia", "city": "Belgrade", "hostname": "rs-003.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "beg-288.windscribe.com", "ips": [ "141.98.103.18", @@ -112962,16 +118186,43 @@ "region": "Serbia", "city": "Belgrade", "hostname": "rs-003.whiskergalaxy.com", + "udp": true, "wgpubkey": "SZAf6bGig5dmm+dihnqRQMOEr27FK9NG8Vklmj3IQ0o=", "ips": [ "141.98.103.20" ] }, + { + "vpn": "openvpn", + "region": "Serbia", + "city": "Belgrade", + "hostname": "rs-004.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "beg-288.windscribe.com", + "ips": [ + "146.70.54.114", + "146.70.54.115" + ] + }, + { + "vpn": "wireguard", + "region": "Serbia", + "city": "Belgrade", + "hostname": "rs-004.whiskergalaxy.com", + "udp": true, + "wgpubkey": "SZAf6bGig5dmm+dihnqRQMOEr27FK9NG8Vklmj3IQ0o=", + "ips": [ + "146.70.54.116" + ] + }, { "vpn": "openvpn", "region": "Singapore", "city": "Singapore", "hostname": "sg-003.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "sin-170.windscribe.com", "ips": [ "185.200.117.162", @@ -112983,6 +118234,7 @@ "region": "Singapore", "city": "Singapore", "hostname": "sg-003.whiskergalaxy.com", + "udp": true, "wgpubkey": "ePfazP+V1DkyyzK2VpSKS1JFiChU2TpO6jyYOmjnRAw=", "ips": [ "185.200.117.164" @@ -112993,6 +118245,8 @@ "region": "Singapore", "city": "Singapore", "hostname": "sg-004.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "sin-170.windscribe.com", "ips": [ "82.102.25.130", @@ -113004,6 +118258,7 @@ "region": "Singapore", "city": "Singapore", "hostname": "sg-004.whiskergalaxy.com", + "udp": true, "wgpubkey": "ePfazP+V1DkyyzK2VpSKS1JFiChU2TpO6jyYOmjnRAw=", "ips": [ "82.102.25.132" @@ -113014,6 +118269,8 @@ "region": "Singapore", "city": "Singapore", "hostname": "sg-005.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "sin-241.windscribe.com", "ips": [ "103.62.48.130", @@ -113025,6 +118282,7 @@ "region": "Singapore", "city": "Singapore", "hostname": "sg-005.whiskergalaxy.com", + "udp": true, "wgpubkey": "tJa6iPx6mpOktn5KoalMslWcpg6pRUdVx3bKDi3wtDg=", "ips": [ "103.62.48.225" @@ -113035,6 +118293,8 @@ "region": "Singapore", "city": "Singapore", "hostname": "sg-006.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "sin-235.windscribe.com", "ips": [ "156.146.56.97", @@ -113046,6 +118306,7 @@ "region": "Singapore", "city": "Singapore", "hostname": "sg-006.whiskergalaxy.com", + "udp": true, "wgpubkey": "sv9o+LudivUcZh3f92hEFFu5KGCT/2QISYy3OpPC0h0=", "ips": [ "156.146.56.99" @@ -113056,6 +118317,8 @@ "region": "Singapore", "city": "Singapore", "hostname": "sg-007.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "sin-235.windscribe.com", "ips": [ "156.146.56.110", @@ -113067,6 +118330,7 @@ "region": "Singapore", "city": "Singapore", "hostname": "sg-007.whiskergalaxy.com", + "udp": true, "wgpubkey": "sv9o+LudivUcZh3f92hEFFu5KGCT/2QISYy3OpPC0h0=", "ips": [ "156.146.56.112" @@ -113077,6 +118341,8 @@ "region": "Singapore", "city": "Singapore", "hostname": "sg-008.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "sin-241.windscribe.com", "ips": [ "103.107.198.226", @@ -113088,6 +118354,7 @@ "region": "Singapore", "city": "Singapore", "hostname": "sg-008.whiskergalaxy.com", + "udp": true, "wgpubkey": "tJa6iPx6mpOktn5KoalMslWcpg6pRUdVx3bKDi3wtDg=", "ips": [ "103.107.198.228" @@ -113098,6 +118365,8 @@ "region": "Singapore", "city": "Singapore", "hostname": "sg-009.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "sin-170.windscribe.com", "ips": [ "146.70.29.178", @@ -113109,6 +118378,7 @@ "region": "Singapore", "city": "Singapore", "hostname": "sg-009.whiskergalaxy.com", + "udp": true, "wgpubkey": "ePfazP+V1DkyyzK2VpSKS1JFiChU2TpO6jyYOmjnRAw=", "ips": [ "146.70.29.180" @@ -113119,6 +118389,8 @@ "region": "Slovakia", "city": "Bratislava", "hostname": "sk-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "bts-213.windscribe.com", "ips": [ "185.245.85.2", @@ -113130,16 +118402,43 @@ "region": "Slovakia", "city": "Bratislava", "hostname": "sk-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "87RdB427Hxehe3ePG8mSpPBsdwGgKWwAkEtbleThckw=", "ips": [ "185.245.85.4" ] }, + { + "vpn": "openvpn", + "region": "Slovakia", + "city": "Bratislava", + "hostname": "sk-002.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "bts-213.windscribe.com", + "ips": [ + "185.245.85.98", + "185.245.85.99" + ] + }, + { + "vpn": "wireguard", + "region": "Slovakia", + "city": "Bratislava", + "hostname": "sk-002.whiskergalaxy.com", + "udp": true, + "wgpubkey": "87RdB427Hxehe3ePG8mSpPBsdwGgKWwAkEtbleThckw=", + "ips": [ + "185.245.85.100" + ] + }, { "vpn": "openvpn", "region": "South Africa", "city": "Johannesburg", "hostname": "za-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "jnb-164.windscribe.com", "ips": [ "197.242.155.133", @@ -113151,58 +118450,19 @@ "region": "South Africa", "city": "Johannesburg", "hostname": "za-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "Nh5LEJT44xbuvTQnv3OZ0bXi09BFXV4SBB1XVMI12Ec=", "ips": [ "197.242.157.255" ] }, - { - "vpn": "openvpn", - "region": "South Africa", - "city": "Johannesburg", - "hostname": "za-002.whiskergalaxy.com", - "x509": "jnb-216.windscribe.com", - "ips": [ - "129.232.167.210", - "129.232.167.211" - ] - }, - { - "vpn": "wireguard", - "region": "South Africa", - "city": "Johannesburg", - "hostname": "za-002.whiskergalaxy.com", - "wgpubkey": "y0Zob2BVW8kIJwWE1LPlsQuqahLwf/iLGtAddffWKDY=", - "ips": [ - "129.232.167.212" - ] - }, - { - "vpn": "openvpn", - "region": "South Africa", - "city": "Johannesburg", - "hostname": "za-003.whiskergalaxy.com", - "x509": "jnb-164.windscribe.com", - "ips": [ - "197.242.155.197", - "197.242.156.53" - ] - }, - { - "vpn": "wireguard", - "region": "South Africa", - "city": "Johannesburg", - "hostname": "za-003.whiskergalaxy.com", - "wgpubkey": "Nh5LEJT44xbuvTQnv3OZ0bXi09BFXV4SBB1XVMI12Ec=", - "ips": [ - "197.242.156.56" - ] - }, { "vpn": "openvpn", "region": "South Africa", "city": "Johannesburg", "hostname": "za-004.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "jnb-232.windscribe.com", "ips": [ "165.73.248.90", @@ -113214,37 +118474,19 @@ "region": "South Africa", "city": "Johannesburg", "hostname": "za-004.whiskergalaxy.com", + "udp": true, "wgpubkey": "stPvzj5yM1z5Qg9H3gMvAKNPJLU0X3SeUSJPg3wqDR8=", "ips": [ "165.73.248.92" ] }, - { - "vpn": "openvpn", - "region": "South Africa", - "city": "Johannesburg", - "hostname": "za-005.whiskergalaxy.com", - "x509": "jnb-216.windscribe.com", - "ips": [ - "129.232.131.170", - "129.232.131.171" - ] - }, - { - "vpn": "wireguard", - "region": "South Africa", - "city": "Johannesburg", - "hostname": "za-005.whiskergalaxy.com", - "wgpubkey": "y0Zob2BVW8kIJwWE1LPlsQuqahLwf/iLGtAddffWKDY=", - "ips": [ - "129.232.131.172" - ] - }, { "vpn": "openvpn", "region": "South Africa", "city": "Johannesburg", "hostname": "za-006.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "jnb-164.windscribe.com", "ips": [ "197.242.159.23", @@ -113256,16 +118498,43 @@ "region": "South Africa", "city": "Johannesburg", "hostname": "za-006.whiskergalaxy.com", + "udp": true, "wgpubkey": "Nh5LEJT44xbuvTQnv3OZ0bXi09BFXV4SBB1XVMI12Ec=", "ips": [ "197.242.159.229" ] }, + { + "vpn": "openvpn", + "region": "South Africa", + "city": "Johannesburg", + "hostname": "za-007.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "jnb-395.windscribe.com", + "ips": [ + "169.255.58.184", + "169.255.58.177" + ] + }, + { + "vpn": "wireguard", + "region": "South Africa", + "city": "Johannesburg", + "hostname": "za-007.whiskergalaxy.com", + "udp": true, + "wgpubkey": "pS/8DkpghU/W12/7xxO/+NMHG0zR0M3nMzeFGLui2Xs=", + "ips": [ + "169.255.58.178" + ] + }, { "vpn": "openvpn", "region": "South Korea", "city": "Seoul", "hostname": "kr-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "icn-57.windscribe.com", "ips": [ "103.212.223.2", @@ -113277,6 +118546,7 @@ "region": "South Korea", "city": "Seoul", "hostname": "kr-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "lHYaK5YoHyzvXYUKDbSd6BExb9BSkFfQsYsAn8drbCg=", "ips": [ "103.212.223.4" @@ -113287,6 +118557,8 @@ "region": "South Korea", "city": "Seoul", "hostname": "kr-002.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "icn-267.windscribe.com", "ips": [ "218.232.76.183", @@ -113298,6 +118570,7 @@ "region": "South Korea", "city": "Seoul", "hostname": "kr-002.whiskergalaxy.com", + "udp": true, "wgpubkey": "RVOTg3bu/bDnGE9YYpYv17KejYjGt7/38LeIQW4aLEU=", "ips": [ "218.232.76.180" @@ -113308,6 +118581,8 @@ "region": "South Korea", "city": "Seoul", "hostname": "kr-006.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "icn-57.windscribe.com", "ips": [ "27.255.77.241", @@ -113319,6 +118594,7 @@ "region": "South Korea", "city": "Seoul", "hostname": "kr-006.whiskergalaxy.com", + "udp": true, "wgpubkey": "lHYaK5YoHyzvXYUKDbSd6BExb9BSkFfQsYsAn8drbCg=", "ips": [ "27.255.77.243" @@ -113329,6 +118605,8 @@ "region": "South Korea", "city": "Seoul", "hostname": "kr-007.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "icn-267.windscribe.com", "ips": [ "218.232.76.135", @@ -113340,6 +118618,7 @@ "region": "South Korea", "city": "Seoul", "hostname": "kr-007.whiskergalaxy.com", + "udp": true, "wgpubkey": "RVOTg3bu/bDnGE9YYpYv17KejYjGt7/38LeIQW4aLEU=", "ips": [ "218.232.76.138" @@ -113350,6 +118629,8 @@ "region": "South Korea", "city": "Seoul", "hostname": "kr-008.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "icn-362.windscribe.com", "ips": [ "141.98.213.250", @@ -113361,16 +118642,67 @@ "region": "South Korea", "city": "Seoul", "hostname": "kr-008.whiskergalaxy.com", + "udp": true, "wgpubkey": "rtk1/cMCEyJw9xgs6v0ef0rsk2bwi+sI/zgbo+gLkko=", "ips": [ "141.98.213.252" ] }, + { + "vpn": "openvpn", + "region": "South Korea", + "city": "Seoul", + "hostname": "kr-009.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "icn-362.windscribe.com", + "ips": [ + "45.133.194.210", + "45.133.194.211" + ] + }, + { + "vpn": "wireguard", + "region": "South Korea", + "city": "Seoul", + "hostname": "kr-009.whiskergalaxy.com", + "udp": true, + "wgpubkey": "rtk1/cMCEyJw9xgs6v0ef0rsk2bwi+sI/zgbo+gLkko=", + "ips": [ + "45.133.194.212" + ] + }, + { + "vpn": "openvpn", + "region": "South Korea", + "city": "Seoul", + "hostname": "kr-010.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "icn-399.windscribe.com", + "ips": [ + "121.88.85.130", + "121.88.85.131" + ] + }, + { + "vpn": "wireguard", + "region": "South Korea", + "city": "Seoul", + "hostname": "kr-010.whiskergalaxy.com", + "udp": true, + "wgpubkey": "4LAPQWjzxtuGHyHjij+ZiM3idLe3xY9IiYNFD/V9akM=", + "ips": [ + "121.88.85.132" + ] + }, { "vpn": "openvpn", "region": "Spain", "city": "Barcelona", "hostname": "es-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "bcn-239.windscribe.com", "ips": [ "185.253.99.130", @@ -113382,6 +118714,7 @@ "region": "Spain", "city": "Barcelona", "hostname": "es-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "IdglMouv0zOaeA+oNqoN5Gk2I8h4zWlmRxH5qwDFBUI=", "ips": [ "185.253.99.132" @@ -113392,6 +118725,8 @@ "region": "Spain", "city": "Barcelona", "hostname": "es-004.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "bcn-239.windscribe.com", "ips": [ "37.120.142.226", @@ -113403,6 +118738,7 @@ "region": "Spain", "city": "Barcelona", "hostname": "es-004.whiskergalaxy.com", + "udp": true, "wgpubkey": "IdglMouv0zOaeA+oNqoN5Gk2I8h4zWlmRxH5qwDFBUI=", "ips": [ "37.120.142.228" @@ -113413,6 +118749,8 @@ "region": "Spain", "city": "Madrid", "hostname": "es-002.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "mad-115.windscribe.com", "ips": [ "89.238.178.42", @@ -113424,6 +118762,7 @@ "region": "Spain", "city": "Madrid", "hostname": "es-002.whiskergalaxy.com", + "udp": true, "wgpubkey": "3AuxTNwzilEtwUvEd71zqbjjBuGD/XcnOEPnVLn2gWQ=", "ips": [ "89.238.178.44" @@ -113434,6 +118773,8 @@ "region": "Spain", "city": "Madrid", "hostname": "es-003.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "mad-115.windscribe.com", "ips": [ "217.138.218.98", @@ -113445,6 +118786,7 @@ "region": "Spain", "city": "Madrid", "hostname": "es-003.whiskergalaxy.com", + "udp": true, "wgpubkey": "3AuxTNwzilEtwUvEd71zqbjjBuGD/XcnOEPnVLn2gWQ=", "ips": [ "217.138.218.100" @@ -113455,6 +118797,8 @@ "region": "Sweden", "city": "Stockholm", "hostname": "se-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "arn-30.windscribe.com", "ips": [ "31.13.191.66", @@ -113466,6 +118810,7 @@ "region": "Sweden", "city": "Stockholm", "hostname": "se-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "PE9KAfm60yg/rr247eAsZb+gVJxrN4NeQLT6sIdYyDc=", "ips": [ "31.13.191.68" @@ -113476,6 +118821,8 @@ "region": "Sweden", "city": "Stockholm", "hostname": "se-002.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "arn-234.windscribe.com", "ips": [ "79.142.76.197", @@ -113487,6 +118834,7 @@ "region": "Sweden", "city": "Stockholm", "hostname": "se-002.whiskergalaxy.com", + "udp": true, "wgpubkey": "P5X43E/SgvnJtbrKnJwLFxqFoZGsCghW2SxlXvfdzm0=", "ips": [ "79.142.76.199" @@ -113497,6 +118845,8 @@ "region": "Sweden", "city": "Stockholm", "hostname": "se-003.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "arn-159.windscribe.com", "ips": [ "195.181.166.71", @@ -113508,6 +118858,7 @@ "region": "Sweden", "city": "Stockholm", "hostname": "se-003.whiskergalaxy.com", + "udp": true, "wgpubkey": "HENIT1CTAKjPrhG4s64jPJSzEjtEZPRARxA3amm49WU=", "ips": [ "195.181.166.130" @@ -113518,6 +118869,8 @@ "region": "Sweden", "city": "Stockholm", "hostname": "se-004.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "arn-30.windscribe.com", "ips": [ "146.70.16.242", @@ -113529,37 +118882,19 @@ "region": "Sweden", "city": "Stockholm", "hostname": "se-004.whiskergalaxy.com", + "udp": true, "wgpubkey": "PE9KAfm60yg/rr247eAsZb+gVJxrN4NeQLT6sIdYyDc=", "ips": [ "146.70.16.244" ] }, - { - "vpn": "openvpn", - "region": "Switzerland", - "city": "Zurich", - "hostname": "ch-001.whiskergalaxy.com", - "x509": "zrh-264.windscribe.com", - "ips": [ - "179.43.168.170", - "31.7.57.242" - ] - }, - { - "vpn": "wireguard", - "region": "Switzerland", - "city": "Zurich", - "hostname": "ch-001.whiskergalaxy.com", - "wgpubkey": "3+ehrqWHaqA4lC10BRkscYasaewB2eamMSRda+HSkxQ=", - "ips": [ - "31.7.57.243" - ] - }, { "vpn": "openvpn", "region": "Switzerland", "city": "Zurich", "hostname": "ch-003.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "zrh-112.windscribe.com", "ips": [ "185.156.175.178", @@ -113571,6 +118906,7 @@ "region": "Switzerland", "city": "Zurich", "hostname": "ch-003.whiskergalaxy.com", + "udp": true, "wgpubkey": "uFOg97vQhHVCUfZy/HwmGH+dR6/9lpeWZ5tV3PysHRE=", "ips": [ "185.156.175.180" @@ -113581,6 +118917,8 @@ "region": "Switzerland", "city": "Zurich", "hostname": "ch-005.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "zrh-317.windscribe.com", "ips": [ "89.187.165.97", @@ -113592,6 +118930,7 @@ "region": "Switzerland", "city": "Zurich", "hostname": "ch-005.whiskergalaxy.com", + "udp": true, "wgpubkey": "G7LkwWk08Ase/Wi9mnOW77brNBC0vTCemvy1IW1nlV4=", "ips": [ "89.187.165.99" @@ -113602,6 +118941,8 @@ "region": "Switzerland", "city": "Zurich", "hostname": "ch-006.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "zrh-317.windscribe.com", "ips": [ "84.17.53.1", @@ -113613,6 +118954,7 @@ "region": "Switzerland", "city": "Zurich", "hostname": "ch-006.whiskergalaxy.com", + "udp": true, "wgpubkey": "G7LkwWk08Ase/Wi9mnOW77brNBC0vTCemvy1IW1nlV4=", "ips": [ "84.17.53.3" @@ -113623,6 +118965,8 @@ "region": "Switzerland", "city": "Zurich", "hostname": "ch-008.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "zrh-112.windscribe.com", "ips": [ "37.120.213.162", @@ -113634,6 +118978,7 @@ "region": "Switzerland", "city": "Zurich", "hostname": "ch-008.whiskergalaxy.com", + "udp": true, "wgpubkey": "uFOg97vQhHVCUfZy/HwmGH+dR6/9lpeWZ5tV3PysHRE=", "ips": [ "37.120.213.164" @@ -113644,6 +118989,8 @@ "region": "Switzerland", "city": "Zurich", "hostname": "ch-009.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "zrh-264.windscribe.com", "ips": [ "141.255.162.18", @@ -113655,16 +119002,43 @@ "region": "Switzerland", "city": "Zurich", "hostname": "ch-009.whiskergalaxy.com", + "udp": true, "wgpubkey": "3+ehrqWHaqA4lC10BRkscYasaewB2eamMSRda+HSkxQ=", "ips": [ "81.17.29.3" ] }, + { + "vpn": "openvpn", + "region": "Switzerland", + "city": "Zurich", + "hostname": "ch-010.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "zrh-264.windscribe.com", + "ips": [ + "179.43.168.170", + "31.7.57.242" + ] + }, + { + "vpn": "wireguard", + "region": "Switzerland", + "city": "Zurich", + "hostname": "ch-010.whiskergalaxy.com", + "udp": true, + "wgpubkey": "3+ehrqWHaqA4lC10BRkscYasaewB2eamMSRda+HSkxQ=", + "ips": [ + "31.7.57.243" + ] + }, { "vpn": "openvpn", "region": "Taiwan", "city": "Taipei", "hostname": "tw-008.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "tpe-314.windscribe.com", "ips": [ "103.4.29.76", @@ -113676,6 +119050,7 @@ "region": "Taiwan", "city": "Taipei", "hostname": "tw-008.whiskergalaxy.com", + "udp": true, "wgpubkey": "dAAkV3G3YFurH3+3198clav9vlh4FxB1asqNc0tLeCk=", "ips": [ "103.4.29.78" @@ -113686,6 +119061,8 @@ "region": "Taiwan", "city": "Taipei", "hostname": "tw-009.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "tpe-314.windscribe.com", "ips": [ "185.189.160.11", @@ -113697,6 +119074,7 @@ "region": "Taiwan", "city": "Taipei", "hostname": "tw-009.whiskergalaxy.com", + "udp": true, "wgpubkey": "dAAkV3G3YFurH3+3198clav9vlh4FxB1asqNc0tLeCk=", "ips": [ "185.189.160.13" @@ -113707,6 +119085,8 @@ "region": "Taiwan", "city": "Taipei", "hostname": "tw-010.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "tpe-314.windscribe.com", "ips": [ "103.4.30.197", @@ -113718,6 +119098,7 @@ "region": "Taiwan", "city": "Taipei", "hostname": "tw-010.whiskergalaxy.com", + "udp": true, "wgpubkey": "dAAkV3G3YFurH3+3198clav9vlh4FxB1asqNc0tLeCk=", "ips": [ "185.189.161.50" @@ -113728,6 +119109,8 @@ "region": "Taiwan", "city": "Taipei", "hostname": "tw-011.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "tpe-314.windscribe.com", "ips": [ "103.4.30.203", @@ -113739,6 +119122,7 @@ "region": "Taiwan", "city": "Taipei", "hostname": "tw-011.whiskergalaxy.com", + "udp": true, "wgpubkey": "dAAkV3G3YFurH3+3198clav9vlh4FxB1asqNc0tLeCk=", "ips": [ "185.189.161.51" @@ -113749,6 +119133,8 @@ "region": "Thailand", "city": "Bangkok", "hostname": "th-005.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "bkk-361.windscribe.com", "ips": [ "202.129.16.136", @@ -113760,6 +119146,7 @@ "region": "Thailand", "city": "Bangkok", "hostname": "th-005.whiskergalaxy.com", + "udp": true, "wgpubkey": "DUUQLXeyl2nC4PCBQ07YsQOStFzr3P2BooWkNu318SA=", "ips": [ "202.129.16.149" @@ -113770,6 +119157,8 @@ "region": "Thailand", "city": "Bangkok", "hostname": "th-006.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "bkk-361.windscribe.com", "ips": [ "202.129.16.154", @@ -113781,6 +119170,7 @@ "region": "Thailand", "city": "Bangkok", "hostname": "th-006.whiskergalaxy.com", + "udp": true, "wgpubkey": "DUUQLXeyl2nC4PCBQ07YsQOStFzr3P2BooWkNu318SA=", "ips": [ "202.129.16.156" @@ -113791,6 +119181,8 @@ "region": "Turkey", "city": "Bursa", "hostname": "tr-016.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "yei-236.windscribe.com", "ips": [ "185.195.79.18", @@ -113802,37 +119194,19 @@ "region": "Turkey", "city": "Bursa", "hostname": "tr-016.whiskergalaxy.com", + "udp": true, "wgpubkey": "ST6xQmd7dcCl8HuR7jBRpAEyc2IOgpVE605uPTIycQg=", "ips": [ "185.195.79.20" ] }, - { - "vpn": "openvpn", - "region": "Turkey", - "city": "Istanbul", - "hostname": "tr-009.whiskergalaxy.com", - "x509": "ist-350.windscribe.com", - "ips": [ - "79.98.131.42", - "79.98.131.43" - ] - }, - { - "vpn": "wireguard", - "region": "Turkey", - "city": "Istanbul", - "hostname": "tr-009.whiskergalaxy.com", - "wgpubkey": "7iM2nW8rqa4RS7pIlqLx1P0/YvyckwcCVLv+ULsT+iY=", - "ips": [ - "79.98.131.44" - ] - }, { "vpn": "openvpn", "region": "Turkey", "city": "Istanbul", "hostname": "tr-011.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ist-279.windscribe.com", "ips": [ "176.53.113.162", @@ -113844,6 +119218,7 @@ "region": "Turkey", "city": "Istanbul", "hostname": "tr-011.whiskergalaxy.com", + "udp": true, "wgpubkey": "PERLcFu5JMk3Cdt4sb45epMLasXqa0+PqRseBKMYMEc=", "ips": [ "176.53.113.164" @@ -113854,6 +119229,8 @@ "region": "Turkey", "city": "Istanbul", "hostname": "tr-013.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ist-279.windscribe.com", "ips": [ "46.45.136.98", @@ -113865,6 +119242,7 @@ "region": "Turkey", "city": "Istanbul", "hostname": "tr-013.whiskergalaxy.com", + "udp": true, "wgpubkey": "PERLcFu5JMk3Cdt4sb45epMLasXqa0+PqRseBKMYMEc=", "ips": [ "46.45.136.100" @@ -113875,6 +119253,8 @@ "region": "Turkey", "city": "Istanbul", "hostname": "tr-014.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ist-279.windscribe.com", "ips": [ "178.211.33.242", @@ -113886,6 +119266,7 @@ "region": "Turkey", "city": "Istanbul", "hostname": "tr-014.whiskergalaxy.com", + "udp": true, "wgpubkey": "PERLcFu5JMk3Cdt4sb45epMLasXqa0+PqRseBKMYMEc=", "ips": [ "178.211.33.244" @@ -113896,6 +119277,8 @@ "region": "Turkey", "city": "Istanbul", "hostname": "tr-018.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ist-250.windscribe.com", "ips": [ "185.195.79.34", @@ -113907,6 +119290,7 @@ "region": "Turkey", "city": "Istanbul", "hostname": "tr-018.whiskergalaxy.com", + "udp": true, "wgpubkey": "jJUwb5Ekpn3w4fqZiCjO6GDRQ882AeiLjvDx5tYOfTw=", "ips": [ "185.195.79.36" @@ -113917,6 +119301,8 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-015.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "atl-109.windscribe.com", "ips": [ "107.150.31.130", @@ -113928,6 +119314,7 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-015.whiskergalaxy.com", + "udp": true, "wgpubkey": "D2Tx/zEgTy2uoH2HLp5EBIFyLkHGEhkhLMYYedpcUFw=", "ips": [ "107.150.31.132" @@ -113938,6 +119325,8 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-016.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "atl-109.windscribe.com", "ips": [ "104.129.18.2", @@ -113949,6 +119338,7 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-016.whiskergalaxy.com", + "udp": true, "wgpubkey": "D2Tx/zEgTy2uoH2HLp5EBIFyLkHGEhkhLMYYedpcUFw=", "ips": [ "104.129.18.4" @@ -113959,6 +119349,8 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-020.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "atl-109.windscribe.com", "ips": [ "104.129.18.130", @@ -113970,6 +119362,7 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-020.whiskergalaxy.com", + "udp": true, "wgpubkey": "D2Tx/zEgTy2uoH2HLp5EBIFyLkHGEhkhLMYYedpcUFw=", "ips": [ "104.129.18.132" @@ -113980,6 +119373,8 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-034.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "atl-109.windscribe.com", "ips": [ "161.129.70.194", @@ -113991,6 +119386,7 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-034.whiskergalaxy.com", + "udp": true, "wgpubkey": "D2Tx/zEgTy2uoH2HLp5EBIFyLkHGEhkhLMYYedpcUFw=", "ips": [ "161.129.70.196" @@ -114001,6 +119397,8 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-046.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "atl-331.windscribe.com", "ips": [ "198.12.76.210", @@ -114012,6 +119410,7 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-046.whiskergalaxy.com", + "udp": true, "wgpubkey": "v8yTgxOMZjdZkCUoBVMUOiDBYgaNzQ9OfXc+uz2GUDc=", "ips": [ "198.12.76.212" @@ -114022,6 +119421,8 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-049.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "atl-109.windscribe.com", "ips": [ "107.150.31.2", @@ -114033,6 +119434,7 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-049.whiskergalaxy.com", + "udp": true, "wgpubkey": "D2Tx/zEgTy2uoH2HLp5EBIFyLkHGEhkhLMYYedpcUFw=", "ips": [ "107.150.31.4" @@ -114043,6 +119445,8 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-050.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "atl-109.windscribe.com", "ips": [ "107.150.31.66", @@ -114054,6 +119458,7 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-050.whiskergalaxy.com", + "udp": true, "wgpubkey": "D2Tx/zEgTy2uoH2HLp5EBIFyLkHGEhkhLMYYedpcUFw=", "ips": [ "107.150.31.68" @@ -114064,6 +119469,8 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-054.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "atl-109.windscribe.com", "ips": [ "104.223.92.162", @@ -114075,6 +119482,7 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-054.whiskergalaxy.com", + "udp": true, "wgpubkey": "D2Tx/zEgTy2uoH2HLp5EBIFyLkHGEhkhLMYYedpcUFw=", "ips": [ "104.223.92.164" @@ -114085,6 +119493,8 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-056.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "atl-331.windscribe.com", "ips": [ "206.217.143.130", @@ -114096,6 +119506,7 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-056.whiskergalaxy.com", + "udp": true, "wgpubkey": "v8yTgxOMZjdZkCUoBVMUOiDBYgaNzQ9OfXc+uz2GUDc=", "ips": [ "206.217.143.132" @@ -114106,6 +119517,8 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-070.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "atl-109.windscribe.com", "ips": [ "107.150.30.194", @@ -114117,6 +119530,7 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-070.whiskergalaxy.com", + "udp": true, "wgpubkey": "D2Tx/zEgTy2uoH2HLp5EBIFyLkHGEhkhLMYYedpcUFw=", "ips": [ "107.150.30.196" @@ -114127,6 +119541,8 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-075.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "atl-109.windscribe.com", "ips": [ "104.223.95.98", @@ -114138,6 +119554,7 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-075.whiskergalaxy.com", + "udp": true, "wgpubkey": "D2Tx/zEgTy2uoH2HLp5EBIFyLkHGEhkhLMYYedpcUFw=", "ips": [ "104.223.95.100" @@ -114148,6 +119565,8 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-077.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "atl-109.windscribe.com", "ips": [ "162.222.198.130", @@ -114159,6 +119578,7 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-077.whiskergalaxy.com", + "udp": true, "wgpubkey": "D2Tx/zEgTy2uoH2HLp5EBIFyLkHGEhkhLMYYedpcUFw=", "ips": [ "162.222.198.132" @@ -114169,6 +119589,8 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-087.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "atl-109.windscribe.com", "ips": [ "104.223.93.130", @@ -114180,6 +119602,7 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-087.whiskergalaxy.com", + "udp": true, "wgpubkey": "D2Tx/zEgTy2uoH2HLp5EBIFyLkHGEhkhLMYYedpcUFw=", "ips": [ "104.223.93.132" @@ -114190,6 +119613,8 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-088.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "atl-109.windscribe.com", "ips": [ "155.94.216.130", @@ -114201,6 +119626,7 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-088.whiskergalaxy.com", + "udp": true, "wgpubkey": "D2Tx/zEgTy2uoH2HLp5EBIFyLkHGEhkhLMYYedpcUFw=", "ips": [ "155.94.216.132" @@ -114211,6 +119637,8 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-089.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "atl-109.windscribe.com", "ips": [ "155.94.216.194", @@ -114222,6 +119650,7 @@ "region": "US Central", "city": "Atlanta", "hostname": "us-central-089.whiskergalaxy.com", + "udp": true, "wgpubkey": "D2Tx/zEgTy2uoH2HLp5EBIFyLkHGEhkhLMYYedpcUFw=", "ips": [ "155.94.216.196" @@ -114232,6 +119661,8 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-014.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "dfw-86.windscribe.com", "ips": [ "69.12.94.66", @@ -114243,6 +119674,7 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-014.whiskergalaxy.com", + "udp": true, "wgpubkey": "pASG4FD9LwOfJukT/wYbUF10gD6v8DVuv5hrNbiOnHQ=", "ips": [ "69.12.94.68" @@ -114253,6 +119685,8 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-029.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "dfw-86.windscribe.com", "ips": [ "198.55.125.194", @@ -114264,6 +119698,7 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-029.whiskergalaxy.com", + "udp": true, "wgpubkey": "pASG4FD9LwOfJukT/wYbUF10gD6v8DVuv5hrNbiOnHQ=", "ips": [ "198.55.125.196" @@ -114274,6 +119709,8 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-036.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "dfw-86.windscribe.com", "ips": [ "204.44.112.66", @@ -114285,6 +119722,7 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-036.whiskergalaxy.com", + "udp": true, "wgpubkey": "pASG4FD9LwOfJukT/wYbUF10gD6v8DVuv5hrNbiOnHQ=", "ips": [ "204.44.112.68" @@ -114295,6 +119733,8 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-037.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "dfw-86.windscribe.com", "ips": [ "204.44.112.130", @@ -114306,6 +119746,7 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-037.whiskergalaxy.com", + "udp": true, "wgpubkey": "pASG4FD9LwOfJukT/wYbUF10gD6v8DVuv5hrNbiOnHQ=", "ips": [ "204.44.112.132" @@ -114316,6 +119757,8 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-044.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "dfw-192.windscribe.com", "ips": [ "206.217.139.194", @@ -114327,6 +119770,7 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-044.whiskergalaxy.com", + "udp": true, "wgpubkey": "47tLjymDPpTIBerb+wn02/XNFABF4YDAGwOnijSoZmQ=", "ips": [ "206.217.139.196" @@ -114337,6 +119781,8 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-045.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "dfw-328.windscribe.com", "ips": [ "172.241.115.46", @@ -114348,6 +119794,7 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-045.whiskergalaxy.com", + "udp": true, "wgpubkey": "OhfZprfgCdrELOzmZyXaVa35AssZyYkzNiAeulqIXis=", "ips": [ "172.241.131.130" @@ -114358,6 +119805,8 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-055.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "dfw-192.windscribe.com", "ips": [ "206.217.139.18", @@ -114369,6 +119818,7 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-055.whiskergalaxy.com", + "udp": true, "wgpubkey": "47tLjymDPpTIBerb+wn02/XNFABF4YDAGwOnijSoZmQ=", "ips": [ "206.217.139.20" @@ -114379,6 +119829,8 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-057.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "dfw-328.windscribe.com", "ips": [ "172.241.113.18", @@ -114390,6 +119842,7 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-057.whiskergalaxy.com", + "udp": true, "wgpubkey": "OhfZprfgCdrELOzmZyXaVa35AssZyYkzNiAeulqIXis=", "ips": [ "172.241.26.79" @@ -114400,6 +119853,8 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-060.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "dfw-86.windscribe.com", "ips": [ "198.55.126.130", @@ -114411,6 +119866,7 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-060.whiskergalaxy.com", + "udp": true, "wgpubkey": "pASG4FD9LwOfJukT/wYbUF10gD6v8DVuv5hrNbiOnHQ=", "ips": [ "198.55.126.132" @@ -114421,6 +119877,8 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-067.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "dfw-86.windscribe.com", "ips": [ "104.223.98.194", @@ -114432,6 +119890,7 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-067.whiskergalaxy.com", + "udp": true, "wgpubkey": "pASG4FD9LwOfJukT/wYbUF10gD6v8DVuv5hrNbiOnHQ=", "ips": [ "104.223.98.196" @@ -114442,6 +119901,8 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-072.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "dfw-86.windscribe.com", "ips": [ "162.218.120.66", @@ -114453,6 +119914,7 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-072.whiskergalaxy.com", + "udp": true, "wgpubkey": "pASG4FD9LwOfJukT/wYbUF10gD6v8DVuv5hrNbiOnHQ=", "ips": [ "162.218.120.68" @@ -114463,6 +119925,8 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-073.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "dfw-86.windscribe.com", "ips": [ "173.254.250.66", @@ -114474,6 +119938,7 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-073.whiskergalaxy.com", + "udp": true, "wgpubkey": "pASG4FD9LwOfJukT/wYbUF10gD6v8DVuv5hrNbiOnHQ=", "ips": [ "173.254.250.68" @@ -114484,6 +119949,8 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-078.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "dfw-86.windscribe.com", "ips": [ "155.94.248.66", @@ -114495,6 +119962,7 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-078.whiskergalaxy.com", + "udp": true, "wgpubkey": "pASG4FD9LwOfJukT/wYbUF10gD6v8DVuv5hrNbiOnHQ=", "ips": [ "155.94.248.68" @@ -114505,6 +119973,8 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-079.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "dfw-86.windscribe.com", "ips": [ "192.161.189.130", @@ -114516,6 +119986,7 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-079.whiskergalaxy.com", + "udp": true, "wgpubkey": "pASG4FD9LwOfJukT/wYbUF10gD6v8DVuv5hrNbiOnHQ=", "ips": [ "192.161.189.132" @@ -114526,6 +119997,8 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-080.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "dfw-86.windscribe.com", "ips": [ "192.161.188.194", @@ -114537,6 +120010,7 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-080.whiskergalaxy.com", + "udp": true, "wgpubkey": "pASG4FD9LwOfJukT/wYbUF10gD6v8DVuv5hrNbiOnHQ=", "ips": [ "192.161.188.196" @@ -114547,6 +120021,8 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-081.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "dfw-86.windscribe.com", "ips": [ "155.94.249.66", @@ -114558,6 +120034,7 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-081.whiskergalaxy.com", + "udp": true, "wgpubkey": "pASG4FD9LwOfJukT/wYbUF10gD6v8DVuv5hrNbiOnHQ=", "ips": [ "155.94.249.68" @@ -114568,6 +120045,8 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-095.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "dfw-192.windscribe.com", "ips": [ "206.217.134.114", @@ -114579,6 +120058,7 @@ "region": "US Central", "city": "Dallas", "hostname": "us-central-095.whiskergalaxy.com", + "udp": true, "wgpubkey": "47tLjymDPpTIBerb+wn02/XNFABF4YDAGwOnijSoZmQ=", "ips": [ "206.217.134.116" @@ -114589,6 +120069,8 @@ "region": "US Central", "city": "Denver", "hostname": "us-central-043.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "den-301.windscribe.com", "ips": [ "199.115.96.82", @@ -114600,6 +120082,7 @@ "region": "US Central", "city": "Denver", "hostname": "us-central-043.whiskergalaxy.com", + "udp": true, "wgpubkey": "xS6I4AqciTxU4Aox8HiudDs44kpHEuWe+BDc6ifO610=", "ips": [ "199.115.96.84" @@ -114610,6 +120093,8 @@ "region": "US Central", "city": "Denver", "hostname": "us-central-058.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "den-145.windscribe.com", "ips": [ "198.54.128.115", @@ -114621,6 +120106,7 @@ "region": "US Central", "city": "Denver", "hostname": "us-central-058.whiskergalaxy.com", + "udp": true, "wgpubkey": "c31sdkhmVsucRVa6nSNNSiZ2UHHLdUhq5gvfdJxSnFw=", "ips": [ "198.54.128.117" @@ -114631,6 +120117,8 @@ "region": "US Central", "city": "Denver", "hostname": "us-central-062.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "den-301.windscribe.com", "ips": [ "174.128.251.146", @@ -114642,6 +120130,7 @@ "region": "US Central", "city": "Denver", "hostname": "us-central-062.whiskergalaxy.com", + "udp": true, "wgpubkey": "xS6I4AqciTxU4Aox8HiudDs44kpHEuWe+BDc6ifO610=", "ips": [ "174.128.251.148" @@ -114652,6 +120141,8 @@ "region": "US Central", "city": "Denver", "hostname": "us-central-071.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "den-145.windscribe.com", "ips": [ "198.54.128.195", @@ -114663,6 +120154,7 @@ "region": "US Central", "city": "Denver", "hostname": "us-central-071.whiskergalaxy.com", + "udp": true, "wgpubkey": "c31sdkhmVsucRVa6nSNNSiZ2UHHLdUhq5gvfdJxSnFw=", "ips": [ "198.54.128.197" @@ -114673,6 +120165,8 @@ "region": "US Central", "city": "Kansas City", "hostname": "us-central-063.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "mci-371.windscribe.com", "ips": [ "38.146.5.50", @@ -114684,6 +120178,7 @@ "region": "US Central", "city": "Kansas City", "hostname": "us-central-063.whiskergalaxy.com", + "udp": true, "wgpubkey": "0VAbqR6QprUwYMbgo1Xuel23UzzibC7OIxDJYAe3wx4=", "ips": [ "38.146.5.52" @@ -114694,6 +120189,8 @@ "region": "US Central", "city": "Kansas City", "hostname": "us-central-086.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "mci-371.windscribe.com", "ips": [ "38.146.5.114", @@ -114705,6 +120202,7 @@ "region": "US Central", "city": "Kansas City", "hostname": "us-central-086.whiskergalaxy.com", + "udp": true, "wgpubkey": "0VAbqR6QprUwYMbgo1Xuel23UzzibC7OIxDJYAe3wx4=", "ips": [ "38.146.5.116" @@ -114715,6 +120213,8 @@ "region": "US East", "city": "Boston", "hostname": "us-east-039.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "bos-298.windscribe.com", "ips": [ "199.217.104.226", @@ -114726,6 +120226,7 @@ "region": "US East", "city": "Boston", "hostname": "us-east-039.whiskergalaxy.com", + "udp": true, "wgpubkey": "5yBJlSpfxd8Hq4+X4ZD60MYc6tosaMh5inQwA18XCCk=", "ips": [ "199.217.104.228" @@ -114736,6 +120237,8 @@ "region": "US East", "city": "Boston", "hostname": "us-east-051.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "bos-298.windscribe.com", "ips": [ "199.217.105.226", @@ -114747,6 +120250,7 @@ "region": "US East", "city": "Boston", "hostname": "us-east-051.whiskergalaxy.com", + "udp": true, "wgpubkey": "5yBJlSpfxd8Hq4+X4ZD60MYc6tosaMh5inQwA18XCCk=", "ips": [ "199.217.105.228" @@ -114757,6 +120261,8 @@ "region": "US East", "city": "Buffalo", "hostname": "us-east-045.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "buf-281.windscribe.com", "ips": [ "104.168.34.146", @@ -114768,6 +120274,7 @@ "region": "US East", "city": "Buffalo", "hostname": "us-east-045.whiskergalaxy.com", + "udp": true, "wgpubkey": "z77o+FZ5AcTxTvkNyjLv69ZqaQtzFoS6UdtTK1eyoE8=", "ips": [ "104.168.34.148" @@ -114778,6 +120285,8 @@ "region": "US East", "city": "Buffalo", "hostname": "us-east-065.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "buf-281.windscribe.com", "ips": [ "198.12.64.34", @@ -114789,6 +120298,7 @@ "region": "US East", "city": "Buffalo", "hostname": "us-east-065.whiskergalaxy.com", + "udp": true, "wgpubkey": "z77o+FZ5AcTxTvkNyjLv69ZqaQtzFoS6UdtTK1eyoE8=", "ips": [ "198.12.64.36" @@ -114799,6 +120309,8 @@ "region": "US East", "city": "Charlotte", "hostname": "us-east-040.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "clt-303.windscribe.com", "ips": [ "67.21.32.144", @@ -114810,6 +120322,7 @@ "region": "US East", "city": "Charlotte", "hostname": "us-east-040.whiskergalaxy.com", + "udp": true, "wgpubkey": "FUPy5mxwpV0z7j5d1Pqb37wHcyuqcCKSRDTBu/8kezc=", "ips": [ "67.21.32.146" @@ -114820,6 +120333,8 @@ "region": "US East", "city": "Charlotte", "hostname": "us-east-100.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "clt-303.windscribe.com", "ips": [ "192.158.226.14", @@ -114831,6 +120346,7 @@ "region": "US East", "city": "Charlotte", "hostname": "us-east-100.whiskergalaxy.com", + "udp": true, "wgpubkey": "FUPy5mxwpV0z7j5d1Pqb37wHcyuqcCKSRDTBu/8kezc=", "ips": [ "192.158.226.16" @@ -114841,6 +120357,8 @@ "region": "US East", "city": "Chicago", "hostname": "us-east-015.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ord-63.windscribe.com", "ips": [ "68.235.50.226", @@ -114852,6 +120370,7 @@ "region": "US East", "city": "Chicago", "hostname": "us-east-015.whiskergalaxy.com", + "udp": true, "wgpubkey": "6O1bKP+apj/JT/aV++aODc1+EHlPO+c0xGyfKXE+k14=", "ips": [ "68.235.50.228" @@ -114862,6 +120381,8 @@ "region": "US East", "city": "Chicago", "hostname": "us-east-019.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ord-130.windscribe.com", "ips": [ "23.226.141.194", @@ -114873,6 +120394,7 @@ "region": "US East", "city": "Chicago", "hostname": "us-east-019.whiskergalaxy.com", + "udp": true, "wgpubkey": "qt+nrPNqLaB7dNOKD3JWvkG4JbgZgKfHZv7t0818LTg=", "ips": [ "23.226.141.196" @@ -114883,6 +120405,8 @@ "region": "US East", "city": "Chicago", "hostname": "us-east-022.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ord-130.windscribe.com", "ips": [ "167.160.172.2", @@ -114894,6 +120418,7 @@ "region": "US East", "city": "Chicago", "hostname": "us-east-022.whiskergalaxy.com", + "udp": true, "wgpubkey": "qt+nrPNqLaB7dNOKD3JWvkG4JbgZgKfHZv7t0818LTg=", "ips": [ "167.160.172.4" @@ -114904,6 +120429,8 @@ "region": "US East", "city": "Chicago", "hostname": "us-east-047.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ord-323.windscribe.com", "ips": [ "108.62.202.217", @@ -114915,6 +120442,7 @@ "region": "US East", "city": "Chicago", "hostname": "us-east-047.whiskergalaxy.com", + "udp": true, "wgpubkey": "5LYbbr320XMoXPrLsZex+2cDAMUOnzX5Htpcgb4Uc1c=", "ips": [ "23.83.91.171" @@ -114925,6 +120453,8 @@ "region": "US East", "city": "Chicago", "hostname": "us-east-053.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ord-130.windscribe.com", "ips": [ "107.150.29.130", @@ -114936,37 +120466,19 @@ "region": "US East", "city": "Chicago", "hostname": "us-east-053.whiskergalaxy.com", + "udp": true, "wgpubkey": "qt+nrPNqLaB7dNOKD3JWvkG4JbgZgKfHZv7t0818LTg=", "ips": [ "107.150.29.132" ] }, - { - "vpn": "openvpn", - "region": "US East", - "city": "Chicago", - "hostname": "us-east-071.whiskergalaxy.com", - "x509": "ord-63.windscribe.com", - "ips": [ - "68.235.35.11", - "68.235.35.12" - ] - }, - { - "vpn": "wireguard", - "region": "US East", - "city": "Chicago", - "hostname": "us-east-071.whiskergalaxy.com", - "wgpubkey": "6O1bKP+apj/JT/aV++aODc1+EHlPO+c0xGyfKXE+k14=", - "ips": [ - "68.235.35.13" - ] - }, { "vpn": "openvpn", "region": "US East", "city": "Chicago", "hostname": "us-east-077.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ord-63.windscribe.com", "ips": [ "68.235.43.203", @@ -114978,6 +120490,7 @@ "region": "US East", "city": "Chicago", "hostname": "us-east-077.whiskergalaxy.com", + "udp": true, "wgpubkey": "6O1bKP+apj/JT/aV++aODc1+EHlPO+c0xGyfKXE+k14=", "ips": [ "68.235.43.205" @@ -114988,6 +120501,8 @@ "region": "US East", "city": "Chicago", "hostname": "us-east-083.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ord-323.windscribe.com", "ips": [ "108.62.104.31", @@ -114999,6 +120514,7 @@ "region": "US East", "city": "Chicago", "hostname": "us-east-083.whiskergalaxy.com", + "udp": true, "wgpubkey": "5LYbbr320XMoXPrLsZex+2cDAMUOnzX5Htpcgb4Uc1c=", "ips": [ "23.19.122.226" @@ -115009,6 +120525,8 @@ "region": "US East", "city": "Chicago", "hostname": "us-east-086.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ord-63.windscribe.com", "ips": [ "208.77.22.99", @@ -115020,6 +120538,7 @@ "region": "US East", "city": "Chicago", "hostname": "us-east-086.whiskergalaxy.com", + "udp": true, "wgpubkey": "6O1bKP+apj/JT/aV++aODc1+EHlPO+c0xGyfKXE+k14=", "ips": [ "208.77.22.101" @@ -115030,6 +120549,8 @@ "region": "US East", "city": "Chicago", "hostname": "us-east-101.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ord-130.windscribe.com", "ips": [ "107.150.28.130", @@ -115041,6 +120562,7 @@ "region": "US East", "city": "Chicago", "hostname": "us-east-101.whiskergalaxy.com", + "udp": true, "wgpubkey": "qt+nrPNqLaB7dNOKD3JWvkG4JbgZgKfHZv7t0818LTg=", "ips": [ "107.150.28.132" @@ -115051,6 +120573,8 @@ "region": "US East", "city": "Cleveland", "hostname": "us-east-078.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "cle-146.windscribe.com", "ips": [ "38.101.74.18", @@ -115062,6 +120586,7 @@ "region": "US East", "city": "Cleveland", "hostname": "us-east-078.whiskergalaxy.com", + "udp": true, "wgpubkey": "Ptieqs4YovU0Jxgu9d7rSTapQPp7G+8GYWiwaf8jPlA=", "ips": [ "38.101.74.20" @@ -115072,6 +120597,8 @@ "region": "US East", "city": "Cleveland", "hostname": "us-east-099.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "cle-146.windscribe.com", "ips": [ "38.101.74.82", @@ -115083,6 +120610,7 @@ "region": "US East", "city": "Cleveland", "hostname": "us-east-099.whiskergalaxy.com", + "udp": true, "wgpubkey": "Ptieqs4YovU0Jxgu9d7rSTapQPp7G+8GYWiwaf8jPlA=", "ips": [ "38.101.74.84" @@ -115093,6 +120621,8 @@ "region": "US East", "city": "Detroit", "hostname": "us-east-079.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "dtw-368.windscribe.com", "ips": [ "104.244.210.50", @@ -115104,6 +120634,7 @@ "region": "US East", "city": "Detroit", "hostname": "us-east-079.whiskergalaxy.com", + "udp": true, "wgpubkey": "IMHoX/bhNghQVQB0pYKi14pwJhkOcLevpiMa7Khaz2I=", "ips": [ "104.244.210.52" @@ -115114,6 +120645,8 @@ "region": "US East", "city": "Detroit", "hostname": "us-east-098.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "dtw-368.windscribe.com", "ips": [ "104.244.210.242", @@ -115125,6 +120658,7 @@ "region": "US East", "city": "Detroit", "hostname": "us-east-098.whiskergalaxy.com", + "udp": true, "wgpubkey": "IMHoX/bhNghQVQB0pYKi14pwJhkOcLevpiMa7Khaz2I=", "ips": [ "104.244.210.244" @@ -115135,6 +120669,8 @@ "region": "US East", "city": "Miami", "hostname": "us-east-006.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "mia-206.windscribe.com", "ips": [ "173.44.36.66", @@ -115146,6 +120682,7 @@ "region": "US East", "city": "Miami", "hostname": "us-east-006.whiskergalaxy.com", + "udp": true, "wgpubkey": "7LiZu9B4qzVwl3jKRVs7ivx/BHi/jnSS/GWSuxEClgk=", "ips": [ "173.44.36.68" @@ -115156,6 +120693,8 @@ "region": "US East", "city": "Miami", "hostname": "us-east-012.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "mia-140.windscribe.com", "ips": [ "45.87.214.34", @@ -115167,16 +120706,43 @@ "region": "US East", "city": "Miami", "hostname": "us-east-012.whiskergalaxy.com", + "udp": true, "wgpubkey": "1S9LgDyVSo2X34ZG8ukQQ7vqL5RpmXszNe0SYNjiUws=", "ips": [ "45.87.214.36" ] }, + { + "vpn": "openvpn", + "region": "US East", + "city": "Miami", + "hostname": "us-east-028.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "mia-206.windscribe.com", + "ips": [ + "104.223.127.194", + "104.223.127.195" + ] + }, + { + "vpn": "wireguard", + "region": "US East", + "city": "Miami", + "hostname": "us-east-028.whiskergalaxy.com", + "udp": true, + "wgpubkey": "7LiZu9B4qzVwl3jKRVs7ivx/BHi/jnSS/GWSuxEClgk=", + "ips": [ + "104.223.127.196" + ] + }, { "vpn": "openvpn", "region": "US East", "city": "Miami", "hostname": "us-east-049.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "mia-326.windscribe.com", "ips": [ "23.82.136.94", @@ -115188,6 +120754,7 @@ "region": "US East", "city": "Miami", "hostname": "us-east-049.whiskergalaxy.com", + "udp": true, "wgpubkey": "makkxzTeghSw9LGaFifz0C251aBeDCKhMmtJ8p0E6Uw=", "ips": [ "23.108.51.15" @@ -115198,6 +120765,8 @@ "region": "US East", "city": "Miami", "hostname": "us-east-067.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "mia-140.windscribe.com", "ips": [ "86.106.87.82", @@ -115209,6 +120778,7 @@ "region": "US East", "city": "Miami", "hostname": "us-east-067.whiskergalaxy.com", + "udp": true, "wgpubkey": "1S9LgDyVSo2X34ZG8ukQQ7vqL5RpmXszNe0SYNjiUws=", "ips": [ "86.106.87.84" @@ -115219,6 +120789,8 @@ "region": "US East", "city": "Miami", "hostname": "us-east-084.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "mia-326.windscribe.com", "ips": [ "23.82.137.83", @@ -115230,6 +120802,7 @@ "region": "US East", "city": "Miami", "hostname": "us-east-084.whiskergalaxy.com", + "udp": true, "wgpubkey": "makkxzTeghSw9LGaFifz0C251aBeDCKhMmtJ8p0E6Uw=", "ips": [ "23.82.137.73" @@ -115240,6 +120813,8 @@ "region": "US East", "city": "Miami", "hostname": "us-east-088.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "mia-140.windscribe.com", "ips": [ "194.5.215.194", @@ -115251,6 +120826,7 @@ "region": "US East", "city": "Miami", "hostname": "us-east-088.whiskergalaxy.com", + "udp": true, "wgpubkey": "1S9LgDyVSo2X34ZG8ukQQ7vqL5RpmXszNe0SYNjiUws=", "ips": [ "194.5.215.196" @@ -115261,6 +120837,8 @@ "region": "US East", "city": "Miami", "hostname": "us-east-097.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "mia-206.windscribe.com", "ips": [ "173.44.43.130", @@ -115272,6 +120850,7 @@ "region": "US East", "city": "Miami", "hostname": "us-east-097.whiskergalaxy.com", + "udp": true, "wgpubkey": "7LiZu9B4qzVwl3jKRVs7ivx/BHi/jnSS/GWSuxEClgk=", "ips": [ "173.44.43.132" @@ -115282,6 +120861,8 @@ "region": "US East", "city": "New Jersey", "hostname": "us-east-020.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ewr-181.windscribe.com", "ips": [ "162.222.195.66", @@ -115293,6 +120874,7 @@ "region": "US East", "city": "New Jersey", "hostname": "us-east-020.whiskergalaxy.com", + "udp": true, "wgpubkey": "cHmeYFIKgOrUDgfx6xOTjPUnnUtUapeLa2xA2XHvBFc=", "ips": [ "162.222.195.68" @@ -115303,6 +120885,8 @@ "region": "US East", "city": "New Jersey", "hostname": "us-east-054.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ewr-181.windscribe.com", "ips": [ "167.160.167.194", @@ -115314,6 +120898,7 @@ "region": "US East", "city": "New Jersey", "hostname": "us-east-054.whiskergalaxy.com", + "udp": true, "wgpubkey": "cHmeYFIKgOrUDgfx6xOTjPUnnUtUapeLa2xA2XHvBFc=", "ips": [ "167.160.167.196" @@ -115324,6 +120909,8 @@ "region": "US East", "city": "New Jersey", "hostname": "us-east-095.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "ewr-181.windscribe.com", "ips": [ "173.205.85.162", @@ -115335,6 +120922,7 @@ "region": "US East", "city": "New Jersey", "hostname": "us-east-095.whiskergalaxy.com", + "udp": true, "wgpubkey": "cHmeYFIKgOrUDgfx6xOTjPUnnUtUapeLa2xA2XHvBFc=", "ips": [ "173.205.85.164" @@ -115345,6 +120933,8 @@ "region": "US East", "city": "New York", "hostname": "us-east-013.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "jfk-106.windscribe.com", "ips": [ "185.232.22.194", @@ -115356,6 +120946,7 @@ "region": "US East", "city": "New York", "hostname": "us-east-013.whiskergalaxy.com", + "udp": true, "wgpubkey": "Tu8tlHPMbkXRANX3AF1Te+stynfOJS1mCtIOjiRToCg=", "ips": [ "185.232.22.196" @@ -115366,6 +120957,8 @@ "region": "US East", "city": "New York", "hostname": "us-east-046.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "jfk-322.windscribe.com", "ips": [ "206.217.129.226", @@ -115377,6 +120970,7 @@ "region": "US East", "city": "New York", "hostname": "us-east-046.whiskergalaxy.com", + "udp": true, "wgpubkey": "8lPLkuOqKEggDfnX6fNo9eO4h7ZE8hrEkSwFGJqoK0M=", "ips": [ "206.217.129.228" @@ -115387,6 +120981,8 @@ "region": "US East", "city": "New York", "hostname": "us-east-050.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "jfk-330.windscribe.com", "ips": [ "23.105.149.130", @@ -115398,6 +120994,7 @@ "region": "US East", "city": "New York", "hostname": "us-east-050.whiskergalaxy.com", + "udp": true, "wgpubkey": "B8Oyz2mKiUvv3iMiKt7/rhLccCB3KcAYnCj5+fO4hHM=", "ips": [ "173.208.45.34" @@ -115408,6 +121005,8 @@ "region": "US East", "city": "New York", "hostname": "us-east-064.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "jfk-322.windscribe.com", "ips": [ "206.217.128.2", @@ -115419,6 +121018,7 @@ "region": "US East", "city": "New York", "hostname": "us-east-064.whiskergalaxy.com", + "udp": true, "wgpubkey": "8lPLkuOqKEggDfnX6fNo9eO4h7ZE8hrEkSwFGJqoK0M=", "ips": [ "206.217.128.4" @@ -115429,6 +121029,8 @@ "region": "US East", "city": "New York", "hostname": "us-east-068.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "jfk-330.windscribe.com", "ips": [ "142.234.200.140", @@ -115440,6 +121042,7 @@ "region": "US East", "city": "New York", "hostname": "us-east-068.whiskergalaxy.com", + "udp": true, "wgpubkey": "B8Oyz2mKiUvv3iMiKt7/rhLccCB3KcAYnCj5+fO4hHM=", "ips": [ "23.81.64.130" @@ -115450,6 +121053,8 @@ "region": "US East", "city": "New York", "hostname": "us-east-074.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "jfk-106.windscribe.com", "ips": [ "217.138.255.178", @@ -115461,6 +121066,7 @@ "region": "US East", "city": "New York", "hostname": "us-east-074.whiskergalaxy.com", + "udp": true, "wgpubkey": "Tu8tlHPMbkXRANX3AF1Te+stynfOJS1mCtIOjiRToCg=", "ips": [ "217.138.255.180" @@ -115471,6 +121077,8 @@ "region": "US East", "city": "New York", "hostname": "us-east-094.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "jfk-106.windscribe.com", "ips": [ "217.138.255.162", @@ -115482,6 +121090,7 @@ "region": "US East", "city": "New York", "hostname": "us-east-094.whiskergalaxy.com", + "udp": true, "wgpubkey": "Tu8tlHPMbkXRANX3AF1Te+stynfOJS1mCtIOjiRToCg=", "ips": [ "217.138.255.164" @@ -115492,6 +121101,8 @@ "region": "US East", "city": "New York", "hostname": "us-east-096.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "jfk-384.windscribe.com", "ips": [ "89.187.177.49", @@ -115503,6 +121114,7 @@ "region": "US East", "city": "New York", "hostname": "us-east-096.whiskergalaxy.com", + "udp": true, "wgpubkey": "VB4VC+CyLyFtYO86OsTV4Z17X/sa1t3pPqbJejI/Enc=", "ips": [ "89.187.177.51" @@ -115513,6 +121125,8 @@ "region": "US East", "city": "New York", "hostname": "us-east-103.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "jfk-106.windscribe.com", "ips": [ "212.103.48.66", @@ -115524,6 +121138,7 @@ "region": "US East", "city": "New York", "hostname": "us-east-103.whiskergalaxy.com", + "udp": true, "wgpubkey": "Tu8tlHPMbkXRANX3AF1Te+stynfOJS1mCtIOjiRToCg=", "ips": [ "212.103.48.68" @@ -115534,6 +121149,8 @@ "region": "US East", "city": "Orlando", "hostname": "us-east-052.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "mco-336.windscribe.com", "ips": [ "198.147.22.186", @@ -115545,6 +121162,7 @@ "region": "US East", "city": "Orlando", "hostname": "us-east-052.whiskergalaxy.com", + "udp": true, "wgpubkey": "b5fIKEXhihCI7f4NOkQO/2BOd+bYHa0c05OylImgB0E=", "ips": [ "198.147.22.227" @@ -115555,6 +121173,8 @@ "region": "US East", "city": "Orlando", "hostname": "us-east-082.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "mco-336.windscribe.com", "ips": [ "66.115.182.130", @@ -115566,6 +121186,7 @@ "region": "US East", "city": "Orlando", "hostname": "us-east-082.whiskergalaxy.com", + "udp": true, "wgpubkey": "b5fIKEXhihCI7f4NOkQO/2BOd+bYHa0c05OylImgB0E=", "ips": [ "66.115.182.132" @@ -115576,6 +121197,8 @@ "region": "US East", "city": "Philadelphia", "hostname": "us-east-060.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "phl-196.windscribe.com", "ips": [ "76.72.175.98", @@ -115587,6 +121210,7 @@ "region": "US East", "city": "Philadelphia", "hostname": "us-east-060.whiskergalaxy.com", + "udp": true, "wgpubkey": "iZMzm2yjt8zU5xgsiw0TyRUbIXHsO1pZ6VrMvkRG3ng=", "ips": [ "76.72.175.100" @@ -115597,6 +121221,8 @@ "region": "US East", "city": "Philadelphia", "hostname": "us-east-061.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "phl-348.windscribe.com", "ips": [ "23.172.112.226", @@ -115608,16 +121234,91 @@ "region": "US East", "city": "Philadelphia", "hostname": "us-east-061.whiskergalaxy.com", + "udp": true, "wgpubkey": "oZSSjyLgPsssnrWYUZYiU5x1wF4wuuENQUoY5S4oeHc=", "ips": [ "23.172.112.228" ] }, + { + "vpn": "openvpn", + "region": "US East", + "city": "Philadelphia", + "hostname": "us-east-107.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "phl-196.windscribe.com", + "ips": [ + "76.72.175.162", + "76.72.175.163" + ] + }, + { + "vpn": "wireguard", + "region": "US East", + "city": "Philadelphia", + "hostname": "us-east-107.whiskergalaxy.com", + "udp": true, + "wgpubkey": "iZMzm2yjt8zU5xgsiw0TyRUbIXHsO1pZ6VrMvkRG3ng=", + "ips": [ + "76.72.175.164" + ] + }, + { + "vpn": "openvpn", + "region": "US East", + "city": "South Bend", + "hostname": "us-east-105.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "sbn-388.windscribe.com", + "ips": [ + "38.67.247.66", + "38.67.247.67" + ] + }, + { + "vpn": "wireguard", + "region": "US East", + "city": "South Bend", + "hostname": "us-east-105.whiskergalaxy.com", + "udp": true, + "wgpubkey": "E2MkaH7nxlerMCZsZu/KTJOTb5Typp9A2DuOqzbdvTM=", + "ips": [ + "38.67.247.68" + ] + }, + { + "vpn": "openvpn", + "region": "US East", + "city": "South Bend", + "hostname": "us-east-106.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "sbn-388.windscribe.com", + "ips": [ + "38.67.247.50", + "38.67.247.51" + ] + }, + { + "vpn": "wireguard", + "region": "US East", + "city": "South Bend", + "hostname": "us-east-106.whiskergalaxy.com", + "udp": true, + "wgpubkey": "E2MkaH7nxlerMCZsZu/KTJOTb5Typp9A2DuOqzbdvTM=", + "ips": [ + "38.67.247.52" + ] + }, { "vpn": "openvpn", "region": "US East", "city": "Washington DC", "hostname": "us-east-089.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "was-324.windscribe.com", "ips": [ "198.7.56.247", @@ -115629,6 +121330,7 @@ "region": "US East", "city": "Washington DC", "hostname": "us-east-089.whiskergalaxy.com", + "udp": true, "wgpubkey": "uZxQR1klZ1Ere9kA8Thp7CUgAlviSWXdYjagsNdunjM=", "ips": [ "198.7.56.228" @@ -115639,6 +121341,8 @@ "region": "US East", "city": "Washington DC", "hostname": "us-east-090.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "was-324.windscribe.com", "ips": [ "198.7.56.248", @@ -115650,6 +121354,7 @@ "region": "US East", "city": "Washington DC", "hostname": "us-east-090.whiskergalaxy.com", + "udp": true, "wgpubkey": "uZxQR1klZ1Ere9kA8Thp7CUgAlviSWXdYjagsNdunjM=", "ips": [ "207.244.91.131" @@ -115660,6 +121365,8 @@ "region": "US East", "city": "Washington DC", "hostname": "us-east-092.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "was-324.windscribe.com", "ips": [ "198.7.56.232", @@ -115671,6 +121378,7 @@ "region": "US East", "city": "Washington DC", "hostname": "us-east-092.whiskergalaxy.com", + "udp": true, "wgpubkey": "uZxQR1klZ1Ere9kA8Thp7CUgAlviSWXdYjagsNdunjM=", "ips": [ "207.244.91.144" @@ -115681,6 +121389,8 @@ "region": "US East", "city": "Washington DC", "hostname": "us-east-093.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "was-324.windscribe.com", "ips": [ "198.7.56.230", @@ -115692,6 +121402,7 @@ "region": "US East", "city": "Washington DC", "hostname": "us-east-093.whiskergalaxy.com", + "udp": true, "wgpubkey": "uZxQR1klZ1Ere9kA8Thp7CUgAlviSWXdYjagsNdunjM=", "ips": [ "198.7.56.239" @@ -115702,6 +121413,8 @@ "region": "US West", "city": "Bend", "hostname": "us-west-038.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "pdx-302.windscribe.com", "ips": [ "104.152.222.32", @@ -115713,6 +121426,7 @@ "region": "US West", "city": "Bend", "hostname": "us-west-038.whiskergalaxy.com", + "udp": true, "wgpubkey": "oIt9F8IfWqCvSQACrDcmfLPFrhn+RtG+Mr9/sd4VSSU=", "ips": [ "104.152.222.34" @@ -115723,6 +121437,8 @@ "region": "US West", "city": "Bend", "hostname": "us-west-072.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "pdx-302.windscribe.com", "ips": [ "104.255.169.109", @@ -115734,6 +121450,7 @@ "region": "US West", "city": "Bend", "hostname": "us-west-072.whiskergalaxy.com", + "udp": true, "wgpubkey": "oIt9F8IfWqCvSQACrDcmfLPFrhn+RtG+Mr9/sd4VSSU=", "ips": [ "104.255.169.111" @@ -115744,6 +121461,8 @@ "region": "US West", "city": "Las Vegas", "hostname": "us-west-018.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "las-183.windscribe.com", "ips": [ "82.102.30.66", @@ -115755,6 +121474,7 @@ "region": "US West", "city": "Las Vegas", "hostname": "us-west-018.whiskergalaxy.com", + "udp": true, "wgpubkey": "XF69enunWI6bbHHwgRbE/jAvuM6plb4kyGcObYKvLVc=", "ips": [ "82.102.30.68" @@ -115765,6 +121485,8 @@ "region": "US West", "city": "Las Vegas", "hostname": "us-west-030.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "las-183.windscribe.com", "ips": [ "37.120.147.162", @@ -115776,16 +121498,43 @@ "region": "US West", "city": "Las Vegas", "hostname": "us-west-030.whiskergalaxy.com", + "udp": true, "wgpubkey": "XF69enunWI6bbHHwgRbE/jAvuM6plb4kyGcObYKvLVc=", "ips": [ "37.120.147.164" ] }, + { + "vpn": "openvpn", + "region": "US West", + "city": "Las Vegas", + "hostname": "us-west-074.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "las-183.windscribe.com", + "ips": [ + "82.102.31.34", + "82.102.31.35" + ] + }, + { + "vpn": "wireguard", + "region": "US West", + "city": "Las Vegas", + "hostname": "us-west-074.whiskergalaxy.com", + "udp": true, + "wgpubkey": "XF69enunWI6bbHHwgRbE/jAvuM6plb4kyGcObYKvLVc=", + "ips": [ + "82.102.31.36" + ] + }, { "vpn": "openvpn", "region": "US West", "city": "Los Angeles", "hostname": "us-west-004.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lax-107.windscribe.com", "ips": [ "185.236.200.34", @@ -115797,6 +121546,7 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-004.whiskergalaxy.com", + "udp": true, "wgpubkey": "fvmyuUJF8JvjzIts5bROwwZQ0zkSB7lk/q8E4G3+F20=", "ips": [ "185.236.200.36" @@ -115807,6 +121557,8 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-015.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lax-180.windscribe.com", "ips": [ "216.45.53.130", @@ -115818,6 +121570,7 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-015.whiskergalaxy.com", + "udp": true, "wgpubkey": "99Kk/D1AJ2R1Tjtcvv2JaiKrBU0Jp2z9543lX1bSfUE=", "ips": [ "216.45.53.132" @@ -115828,6 +121581,8 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-027.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lax-107.windscribe.com", "ips": [ "212.103.49.66", @@ -115839,6 +121594,7 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-027.whiskergalaxy.com", + "udp": true, "wgpubkey": "fvmyuUJF8JvjzIts5bROwwZQ0zkSB7lk/q8E4G3+F20=", "ips": [ "212.103.49.68" @@ -115849,6 +121605,8 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-040.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lax-310.windscribe.com", "ips": [ "89.187.185.33", @@ -115860,6 +121618,7 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-040.whiskergalaxy.com", + "udp": true, "wgpubkey": "7CGKj3gnMrJ73Q3TX/YPtk94ZqX+H3kfBbMwfhze/Hg=", "ips": [ "89.187.185.35" @@ -115870,6 +121629,8 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-044.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lax-321.windscribe.com", "ips": [ "192.3.20.50", @@ -115881,6 +121642,7 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-044.whiskergalaxy.com", + "udp": true, "wgpubkey": "EOprktmhNg2NV9HqyHTs+uLNnTwpVnXe1/wBIFesQTE=", "ips": [ "192.3.20.52" @@ -115891,6 +121653,8 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-047.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lax-327.windscribe.com", "ips": [ "23.19.68.138", @@ -115902,6 +121666,7 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-047.whiskergalaxy.com", + "udp": true, "wgpubkey": "sgBIEKuocQBegrbXRmTVl6QvbhdXj2MQlIrhfEMf3RQ=", "ips": [ "172.241.214.203" @@ -115912,6 +121677,8 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-055.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lax-180.windscribe.com", "ips": [ "104.129.3.66", @@ -115923,6 +121690,7 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-055.whiskergalaxy.com", + "udp": true, "wgpubkey": "99Kk/D1AJ2R1Tjtcvv2JaiKrBU0Jp2z9543lX1bSfUE=", "ips": [ "104.129.3.68" @@ -115933,6 +121701,8 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-059.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lax-180.windscribe.com", "ips": [ "104.129.3.162", @@ -115944,6 +121714,7 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-059.whiskergalaxy.com", + "udp": true, "wgpubkey": "99Kk/D1AJ2R1Tjtcvv2JaiKrBU0Jp2z9543lX1bSfUE=", "ips": [ "104.129.3.164" @@ -115954,6 +121725,8 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-060.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lax-107.windscribe.com", "ips": [ "217.138.217.50", @@ -115965,6 +121738,7 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-060.whiskergalaxy.com", + "udp": true, "wgpubkey": "fvmyuUJF8JvjzIts5bROwwZQ0zkSB7lk/q8E4G3+F20=", "ips": [ "217.138.217.52" @@ -115975,6 +121749,8 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-063.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lax-321.windscribe.com", "ips": [ "198.23.242.146", @@ -115986,6 +121762,7 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-063.whiskergalaxy.com", + "udp": true, "wgpubkey": "EOprktmhNg2NV9HqyHTs+uLNnTwpVnXe1/wBIFesQTE=", "ips": [ "198.23.242.148" @@ -115996,6 +121773,8 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-065.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lax-107.windscribe.com", "ips": [ "217.138.217.210", @@ -116007,6 +121786,7 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-065.whiskergalaxy.com", + "udp": true, "wgpubkey": "fvmyuUJF8JvjzIts5bROwwZQ0zkSB7lk/q8E4G3+F20=", "ips": [ "217.138.217.212" @@ -116017,6 +121797,8 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-066.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lax-310.windscribe.com", "ips": [ "89.187.187.97", @@ -116028,6 +121810,7 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-066.whiskergalaxy.com", + "udp": true, "wgpubkey": "7CGKj3gnMrJ73Q3TX/YPtk94ZqX+H3kfBbMwfhze/Hg=", "ips": [ "89.187.187.99" @@ -116038,6 +121821,8 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-069.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lax-310.windscribe.com", "ips": [ "185.152.67.225", @@ -116049,6 +121834,7 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-069.whiskergalaxy.com", + "udp": true, "wgpubkey": "7CGKj3gnMrJ73Q3TX/YPtk94ZqX+H3kfBbMwfhze/Hg=", "ips": [ "185.152.67.227" @@ -116059,6 +121845,8 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-070.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lax-180.windscribe.com", "ips": [ "104.129.4.66", @@ -116070,6 +121858,7 @@ "region": "US West", "city": "Los Angeles", "hostname": "us-west-070.whiskergalaxy.com", + "udp": true, "wgpubkey": "99Kk/D1AJ2R1Tjtcvv2JaiKrBU0Jp2z9543lX1bSfUE=", "ips": [ "104.129.4.68" @@ -116080,6 +121869,8 @@ "region": "US West", "city": "Phoenix", "hostname": "us-west-046.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "phx-325.windscribe.com", "ips": [ "23.83.129.72", @@ -116091,6 +121882,7 @@ "region": "US West", "city": "Phoenix", "hostname": "us-west-046.whiskergalaxy.com", + "udp": true, "wgpubkey": "ZXYlnCS0zJGhpsYDhCxs8pYXsB00yqxhagTBjRD002U=", "ips": [ "23.83.130.167" @@ -116101,6 +121893,8 @@ "region": "US West", "city": "Phoenix", "hostname": "us-west-061.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "phx-325.windscribe.com", "ips": [ "23.83.129.65", @@ -116112,6 +121906,7 @@ "region": "US West", "city": "Phoenix", "hostname": "us-west-061.whiskergalaxy.com", + "udp": true, "wgpubkey": "ZXYlnCS0zJGhpsYDhCxs8pYXsB00yqxhagTBjRD002U=", "ips": [ "23.83.184.129" @@ -116122,6 +121917,8 @@ "region": "US West", "city": "San Francisco", "hostname": "us-west-048.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "sfo-329.windscribe.com", "ips": [ "172.241.250.137", @@ -116133,6 +121930,7 @@ "region": "US West", "city": "San Francisco", "hostname": "us-west-048.whiskergalaxy.com", + "udp": true, "wgpubkey": "6GllLFSyxxwlqV9Yd9xij83CYgfGvfQGgN6SNh9h0xM=", "ips": [ "172.241.250.171" @@ -116143,6 +121941,8 @@ "region": "US West", "city": "San Francisco", "hostname": "us-west-053.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "sfo-329.windscribe.com", "ips": [ "209.58.129.83", @@ -116154,6 +121954,7 @@ "region": "US West", "city": "San Francisco", "hostname": "us-west-053.whiskergalaxy.com", + "udp": true, "wgpubkey": "6GllLFSyxxwlqV9Yd9xij83CYgfGvfQGgN6SNh9h0xM=", "ips": [ "209.58.129.122" @@ -116164,6 +121965,8 @@ "region": "US West", "city": "San Francisco", "hostname": "us-west-054.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "sfo-329.windscribe.com", "ips": [ "209.58.129.88", @@ -116175,6 +121978,7 @@ "region": "US West", "city": "San Francisco", "hostname": "us-west-054.whiskergalaxy.com", + "udp": true, "wgpubkey": "6GllLFSyxxwlqV9Yd9xij83CYgfGvfQGgN6SNh9h0xM=", "ips": [ "172.255.125.161" @@ -116185,6 +121989,8 @@ "region": "US West", "city": "San Jose", "hostname": "us-west-052.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "sjc-337.windscribe.com", "ips": [ "66.115.176.2", @@ -116196,6 +122002,7 @@ "region": "US West", "city": "San Jose", "hostname": "us-west-052.whiskergalaxy.com", + "udp": true, "wgpubkey": "DBXvFCQL1KxJkVfJGiFzAru/1ClQi54EV1GHgoyIsWY=", "ips": [ "66.115.176.4" @@ -116206,6 +122013,8 @@ "region": "US West", "city": "San Jose", "hostname": "us-west-067.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "sjc-337.windscribe.com", "ips": [ "66.115.165.226", @@ -116217,6 +122026,7 @@ "region": "US West", "city": "San Jose", "hostname": "us-west-067.whiskergalaxy.com", + "udp": true, "wgpubkey": "DBXvFCQL1KxJkVfJGiFzAru/1ClQi54EV1GHgoyIsWY=", "ips": [ "66.115.165.228" @@ -116227,6 +122037,8 @@ "region": "US West", "city": "Santa Clara", "hostname": "us-west-050.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "sjc-333.windscribe.com", "ips": [ "167.88.60.226", @@ -116238,6 +122050,7 @@ "region": "US West", "city": "Santa Clara", "hostname": "us-west-050.whiskergalaxy.com", + "udp": true, "wgpubkey": "/oz2frQv99JveBgmTXW22QXIEulQURK79BW+ugk8fCE=", "ips": [ "167.88.60.228" @@ -116248,6 +122061,8 @@ "region": "US West", "city": "Santa Clara", "hostname": "us-west-051.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "sjc-333.windscribe.com", "ips": [ "167.88.60.242", @@ -116259,6 +122074,7 @@ "region": "US West", "city": "Santa Clara", "hostname": "us-west-051.whiskergalaxy.com", + "udp": true, "wgpubkey": "/oz2frQv99JveBgmTXW22QXIEulQURK79BW+ugk8fCE=", "ips": [ "167.88.60.244" @@ -116269,6 +122085,8 @@ "region": "US West", "city": "Seattle", "hostname": "us-west-043.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "sea-221.windscribe.com", "ips": [ "23.94.74.98", @@ -116280,6 +122098,7 @@ "region": "US West", "city": "Seattle", "hostname": "us-west-043.whiskergalaxy.com", + "udp": true, "wgpubkey": "mRksyUF7wDK/8uBoPoEujp+yoUhjhq0N2LnNJFJnmiE=", "ips": [ "23.94.74.100" @@ -116290,6 +122109,8 @@ "region": "US West", "city": "Seattle", "hostname": "us-west-045.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "sea-182.windscribe.com", "ips": [ "64.120.2.161", @@ -116301,6 +122122,7 @@ "region": "US West", "city": "Seattle", "hostname": "us-west-045.whiskergalaxy.com", + "udp": true, "wgpubkey": "mPzcl2obsDyjjBl4tExF+gSle0jEhv9bHRZEi8D0PQA=", "ips": [ "64.120.2.175" @@ -116311,6 +122133,8 @@ "region": "US West", "city": "Seattle", "hostname": "us-west-056.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "sea-290.windscribe.com", "ips": [ "104.129.56.66", @@ -116322,6 +122146,7 @@ "region": "US West", "city": "Seattle", "hostname": "us-west-056.whiskergalaxy.com", + "udp": true, "wgpubkey": "89DUtbYYyXcAktaB2cnCVA/YiZQEddYHuOz2K0vBAn4=", "ips": [ "104.129.56.68" @@ -116332,6 +122157,8 @@ "region": "US West", "city": "Seattle", "hostname": "us-west-057.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "sea-290.windscribe.com", "ips": [ "104.129.56.130", @@ -116343,6 +122170,7 @@ "region": "US West", "city": "Seattle", "hostname": "us-west-057.whiskergalaxy.com", + "udp": true, "wgpubkey": "89DUtbYYyXcAktaB2cnCVA/YiZQEddYHuOz2K0vBAn4=", "ips": [ "104.129.56.132" @@ -116353,6 +122181,8 @@ "region": "US West", "city": "Seattle", "hostname": "us-west-062.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "sea-221.windscribe.com", "ips": [ "198.12.116.194", @@ -116364,16 +122194,43 @@ "region": "US West", "city": "Seattle", "hostname": "us-west-062.whiskergalaxy.com", + "udp": true, "wgpubkey": "mRksyUF7wDK/8uBoPoEujp+yoUhjhq0N2LnNJFJnmiE=", "ips": [ "198.12.116.196" ] }, + { + "vpn": "openvpn", + "region": "US West", + "city": "Seattle", + "hostname": "us-west-071.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "sea-290.windscribe.com", + "ips": [ + "104.129.56.2", + "104.129.56.3" + ] + }, + { + "vpn": "wireguard", + "region": "US West", + "city": "Seattle", + "hostname": "us-west-071.whiskergalaxy.com", + "udp": true, + "wgpubkey": "89DUtbYYyXcAktaB2cnCVA/YiZQEddYHuOz2K0vBAn4=", + "ips": [ + "104.129.56.4" + ] + }, { "vpn": "openvpn", "region": "Ukraine", "city": "Kyiv", "hostname": "ua-010.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "kbp-383.windscribe.com", "ips": [ "37.19.218.1", @@ -116385,6 +122242,7 @@ "region": "Ukraine", "city": "Kyiv", "hostname": "ua-010.whiskergalaxy.com", + "udp": true, "wgpubkey": "xd+b0SNB38ILyN8mfY3d7w7zLggbq4CkkxqPavP2OUk=", "ips": [ "37.19.218.3" @@ -116395,6 +122253,8 @@ "region": "Ukraine", "city": "Kyiv", "hostname": "ua-011.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "kbp-383.windscribe.com", "ips": [ "37.19.218.15", @@ -116406,6 +122266,7 @@ "region": "Ukraine", "city": "Kyiv", "hostname": "ua-011.whiskergalaxy.com", + "udp": true, "wgpubkey": "xd+b0SNB38ILyN8mfY3d7w7zLggbq4CkkxqPavP2OUk=", "ips": [ "37.19.218.17" @@ -116416,6 +122277,8 @@ "region": "United Arab Emirates", "city": "Dubai", "hostname": "ae-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "dxb-304.windscribe.com", "ips": [ "45.9.249.42", @@ -116427,6 +122290,7 @@ "region": "United Arab Emirates", "city": "Dubai", "hostname": "ae-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "TKpGTxyjCr7+CiVhaYulaLZ7pnXEsg4135ZIlz99qwc=", "ips": [ "45.9.249.44" @@ -116437,6 +122301,8 @@ "region": "United Kingdom", "city": "Edinburgh", "hostname": "uk-026.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "edi-369.windscribe.com", "ips": [ "193.36.118.242", @@ -116448,6 +122314,7 @@ "region": "United Kingdom", "city": "Edinburgh", "hostname": "uk-026.whiskergalaxy.com", + "udp": true, "wgpubkey": "bGn6yuCFQWWF8+ZMGlJ0M6+IJRlkLXn0/UI/mvIyYwQ=", "ips": [ "193.36.118.244" @@ -116458,6 +122325,8 @@ "region": "United Kingdom", "city": "Edinburgh", "hostname": "uk-030.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "edi-369.windscribe.com", "ips": [ "193.36.118.226", @@ -116469,6 +122338,7 @@ "region": "United Kingdom", "city": "Edinburgh", "hostname": "uk-030.whiskergalaxy.com", + "udp": true, "wgpubkey": "bGn6yuCFQWWF8+ZMGlJ0M6+IJRlkLXn0/UI/mvIyYwQ=", "ips": [ "193.36.118.228" @@ -116479,6 +122349,8 @@ "region": "United Kingdom", "city": "London", "hostname": "uk-007.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lhr-171.windscribe.com", "ips": [ "185.212.168.132", @@ -116490,6 +122362,7 @@ "region": "United Kingdom", "city": "London", "hostname": "uk-007.whiskergalaxy.com", + "udp": true, "wgpubkey": "yrmgyxaJAxTEth7Gc8lXOQVHn9Gn/fzd4cLE+0WZjFI=", "ips": [ "185.212.168.134" @@ -116500,6 +122373,8 @@ "region": "United Kingdom", "city": "London", "hostname": "uk-013.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lhr-171.windscribe.com", "ips": [ "89.238.150.228", @@ -116511,58 +122386,19 @@ "region": "United Kingdom", "city": "London", "hostname": "uk-013.whiskergalaxy.com", + "udp": true, "wgpubkey": "yrmgyxaJAxTEth7Gc8lXOQVHn9Gn/fzd4cLE+0WZjFI=", "ips": [ "89.238.150.230" ] }, - { - "vpn": "openvpn", - "region": "United Kingdom", - "city": "London", - "hostname": "uk-014.whiskergalaxy.com", - "x509": "lhr-335.windscribe.com", - "ips": [ - "5.252.69.4", - "2.58.29.145" - ] - }, - { - "vpn": "wireguard", - "region": "United Kingdom", - "city": "London", - "hostname": "uk-014.whiskergalaxy.com", - "wgpubkey": "qWSr7Tf40kvS+0kv4TbpSb6EevhSvn3kuXsjn2eWbA4=", - "ips": [ - "2.58.29.146" - ] - }, - { - "vpn": "openvpn", - "region": "United Kingdom", - "city": "London", - "hostname": "uk-015.whiskergalaxy.com", - "x509": "lhr-335.windscribe.com", - "ips": [ - "5.252.69.5", - "2.58.29.17" - ] - }, - { - "vpn": "wireguard", - "region": "United Kingdom", - "city": "London", - "hostname": "uk-015.whiskergalaxy.com", - "wgpubkey": "qWSr7Tf40kvS+0kv4TbpSb6EevhSvn3kuXsjn2eWbA4=", - "ips": [ - "2.58.29.18" - ] - }, { "vpn": "openvpn", "region": "United Kingdom", "city": "London", "hostname": "uk-017.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lhr-341.windscribe.com", "ips": [ "84.17.50.129", @@ -116574,6 +122410,7 @@ "region": "United Kingdom", "city": "London", "hostname": "uk-017.whiskergalaxy.com", + "udp": true, "wgpubkey": "895TAMNSeQymq8Qr6dxHh9FdRfNweZt5GdDDMB0s5XE=", "ips": [ "84.17.50.131" @@ -116584,6 +122421,8 @@ "region": "United Kingdom", "city": "London", "hostname": "uk-021.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lhr-341.windscribe.com", "ips": [ "212.102.63.31", @@ -116595,6 +122434,7 @@ "region": "United Kingdom", "city": "London", "hostname": "uk-021.whiskergalaxy.com", + "udp": true, "wgpubkey": "895TAMNSeQymq8Qr6dxHh9FdRfNweZt5GdDDMB0s5XE=", "ips": [ "212.102.63.33" @@ -116605,6 +122445,8 @@ "region": "United Kingdom", "city": "London", "hostname": "uk-024.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lhr-171.windscribe.com", "ips": [ "217.138.254.50", @@ -116616,6 +122458,7 @@ "region": "United Kingdom", "city": "London", "hostname": "uk-024.whiskergalaxy.com", + "udp": true, "wgpubkey": "yrmgyxaJAxTEth7Gc8lXOQVHn9Gn/fzd4cLE+0WZjFI=", "ips": [ "217.138.254.52" @@ -116626,6 +122469,8 @@ "region": "United Kingdom", "city": "London", "hostname": "uk-028.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lhr-341.windscribe.com", "ips": [ "212.102.63.92", @@ -116637,16 +122482,43 @@ "region": "United Kingdom", "city": "London", "hostname": "uk-028.whiskergalaxy.com", + "udp": true, "wgpubkey": "895TAMNSeQymq8Qr6dxHh9FdRfNweZt5GdDDMB0s5XE=", "ips": [ "212.102.63.94" ] }, + { + "vpn": "openvpn", + "region": "United Kingdom", + "city": "London", + "hostname": "uk-033.whiskergalaxy.com", + "tcp": true, + "udp": true, + "x509": "lhr-171.windscribe.com", + "ips": [ + "146.70.95.114", + "146.70.95.115" + ] + }, + { + "vpn": "wireguard", + "region": "United Kingdom", + "city": "London", + "hostname": "uk-033.whiskergalaxy.com", + "udp": true, + "wgpubkey": "yrmgyxaJAxTEth7Gc8lXOQVHn9Gn/fzd4cLE+0WZjFI=", + "ips": [ + "146.70.95.116" + ] + }, { "vpn": "openvpn", "region": "United Kingdom", "city": "Manchester", "hostname": "uk-008.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "man-126.windscribe.com", "ips": [ "81.92.207.68", @@ -116658,6 +122530,7 @@ "region": "United Kingdom", "city": "Manchester", "hostname": "uk-008.whiskergalaxy.com", + "udp": true, "wgpubkey": "oeqDhAeoxw1g/6cKq/fo4ubgssbwhO3K2Nkmn6JVhg8=", "ips": [ "81.92.207.70" @@ -116668,6 +122541,8 @@ "region": "United Kingdom", "city": "Manchester", "hostname": "uk-010.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "man-126.windscribe.com", "ips": [ "89.238.135.132", @@ -116679,6 +122554,7 @@ "region": "United Kingdom", "city": "Manchester", "hostname": "uk-010.whiskergalaxy.com", + "udp": true, "wgpubkey": "oeqDhAeoxw1g/6cKq/fo4ubgssbwhO3K2Nkmn6JVhg8=", "ips": [ "89.238.135.134" @@ -116689,6 +122565,8 @@ "region": "United Kingdom", "city": "Manchester", "hostname": "uk-025.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "man-126.windscribe.com", "ips": [ "89.44.201.98", @@ -116700,6 +122578,7 @@ "region": "United Kingdom", "city": "Manchester", "hostname": "uk-025.whiskergalaxy.com", + "udp": true, "wgpubkey": "oeqDhAeoxw1g/6cKq/fo4ubgssbwhO3K2Nkmn6JVhg8=", "ips": [ "89.44.201.100" @@ -116710,6 +122589,8 @@ "region": "United Kingdom", "city": "Manchester", "hostname": "uk-027.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "man-126.windscribe.com", "ips": [ "84.252.95.130", @@ -116721,6 +122602,7 @@ "region": "United Kingdom", "city": "Manchester", "hostname": "uk-027.whiskergalaxy.com", + "udp": true, "wgpubkey": "oeqDhAeoxw1g/6cKq/fo4ubgssbwhO3K2Nkmn6JVhg8=", "ips": [ "84.252.95.132" @@ -116731,6 +122613,8 @@ "region": "Vietnam", "city": "Hanoi", "hostname": "vn-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "han-122.windscribe.com", "ips": [ "103.9.76.196", @@ -116742,6 +122626,7 @@ "region": "Vietnam", "city": "Hanoi", "hostname": "vn-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "SxBT11IISNRou7thGo5A1QtaMjfzPIzZXDxdYEbDxhE=", "ips": [ "103.9.76.198" @@ -116752,6 +122637,8 @@ "region": "Vietnam", "city": "Hanoi", "hostname": "vn-002.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "han-122.windscribe.com", "ips": [ "103.9.79.185", @@ -116763,6 +122650,7 @@ "region": "Vietnam", "city": "Hanoi", "hostname": "vn-002.whiskergalaxy.com", + "udp": true, "wgpubkey": "SxBT11IISNRou7thGo5A1QtaMjfzPIzZXDxdYEbDxhE=", "ips": [ "103.9.79.187" @@ -116773,6 +122661,8 @@ "region": "Vietnam", "city": "Hanoi", "hostname": "vn-003.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "han-122.windscribe.com", "ips": [ "103.9.79.218", @@ -116784,6 +122674,7 @@ "region": "Vietnam", "city": "Hanoi", "hostname": "vn-003.whiskergalaxy.com", + "udp": true, "wgpubkey": "SxBT11IISNRou7thGo5A1QtaMjfzPIzZXDxdYEbDxhE=", "ips": [ "103.9.79.220" @@ -116794,10 +122685,12 @@ "region": "WINDFLIX CA", "city": "Toronto", "hostname": "wf-ca-003.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "yyz-292.windscribe.com", "ips": [ - "91.149.252.10", - "91.149.252.49" + "149.57.28.10", + "149.57.28.49" ] }, { @@ -116805,9 +122698,10 @@ "region": "WINDFLIX CA", "city": "Toronto", "hostname": "wf-ca-003.whiskergalaxy.com", + "udp": true, "wgpubkey": "dxMoXE/9ztTLm2UK0g6GxO1TLya8vxF7pZpX7LABuAI=", "ips": [ - "91.149.252.50" + "149.57.28.50" ] }, { @@ -116815,6 +122709,8 @@ "region": "WINDFLIX CA", "city": "Toronto", "hostname": "wf-ca-004.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "yyz-292.windscribe.com", "ips": [ "104.254.92.98", @@ -116826,6 +122722,7 @@ "region": "WINDFLIX CA", "city": "Toronto", "hostname": "wf-ca-004.whiskergalaxy.com", + "udp": true, "wgpubkey": "dxMoXE/9ztTLm2UK0g6GxO1TLya8vxF7pZpX7LABuAI=", "ips": [ "104.254.92.100" @@ -116836,6 +122733,8 @@ "region": "WINDFLIX JP", "city": "Tokyo", "hostname": "wf-jp-002.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "hnd-291.windscribe.com", "ips": [ "5.181.235.66", @@ -116847,6 +122746,7 @@ "region": "WINDFLIX JP", "city": "Tokyo", "hostname": "wf-jp-002.whiskergalaxy.com", + "udp": true, "wgpubkey": "RDqLEpYi8AT8yjjNQP12tsBvGxPekebtT0SC+gk2oAw=", "ips": [ "5.181.235.68" @@ -116857,6 +122757,8 @@ "region": "WINDFLIX UK", "city": "London", "hostname": "wf-uk-001.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lhr-185.windscribe.com", "ips": [ "45.9.248.2", @@ -116868,6 +122770,7 @@ "region": "WINDFLIX UK", "city": "London", "hostname": "wf-uk-001.whiskergalaxy.com", + "udp": true, "wgpubkey": "XKu6eYKMo3aqVxjOEo4vNY11qZYUsMG+WXWnQlCoKR0=", "ips": [ "45.9.248.4" @@ -116878,6 +122781,8 @@ "region": "WINDFLIX UK", "city": "London", "hostname": "wf-uk-006.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lhr-185.windscribe.com", "ips": [ "81.92.200.84", @@ -116889,6 +122794,7 @@ "region": "WINDFLIX UK", "city": "London", "hostname": "wf-uk-006.whiskergalaxy.com", + "udp": true, "wgpubkey": "XKu6eYKMo3aqVxjOEo4vNY11qZYUsMG+WXWnQlCoKR0=", "ips": [ "81.92.200.86" @@ -116899,6 +122805,8 @@ "region": "WINDFLIX UK", "city": "London", "hostname": "wf-uk-007.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "lhr-185.windscribe.com", "ips": [ "89.47.62.82", @@ -116910,6 +122818,7 @@ "region": "WINDFLIX UK", "city": "London", "hostname": "wf-uk-007.whiskergalaxy.com", + "udp": true, "wgpubkey": "XKu6eYKMo3aqVxjOEo4vNY11qZYUsMG+WXWnQlCoKR0=", "ips": [ "89.47.62.84" @@ -116920,6 +122829,8 @@ "region": "WINDFLIX US", "city": "New York", "hostname": "wf-us-010.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "wfus-178.windscribe.com", "ips": [ "146.70.25.2", @@ -116931,6 +122842,7 @@ "region": "WINDFLIX US", "city": "New York", "hostname": "wf-us-010.whiskergalaxy.com", + "udp": true, "wgpubkey": "GxEk9eSOUsTVzoE07pe4YZRaROCQwW96cQokD38Pgkk=", "ips": [ "146.70.25.4" @@ -116941,6 +122853,8 @@ "region": "WINDFLIX US", "city": "New York", "hostname": "wf-us-011.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "wfus-178.windscribe.com", "ips": [ "146.70.25.66", @@ -116952,6 +122866,7 @@ "region": "WINDFLIX US", "city": "New York", "hostname": "wf-us-011.whiskergalaxy.com", + "udp": true, "wgpubkey": "GxEk9eSOUsTVzoE07pe4YZRaROCQwW96cQokD38Pgkk=", "ips": [ "146.70.25.68" @@ -116962,6 +122877,8 @@ "region": "WINDFLIX US", "city": "New York", "hostname": "wf-us-012.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "wfus-178.windscribe.com", "ips": [ "185.232.22.130", @@ -116973,6 +122890,7 @@ "region": "WINDFLIX US", "city": "New York", "hostname": "wf-us-012.whiskergalaxy.com", + "udp": true, "wgpubkey": "GxEk9eSOUsTVzoE07pe4YZRaROCQwW96cQokD38Pgkk=", "ips": [ "185.232.22.132" @@ -116983,6 +122901,8 @@ "region": "WINDFLIX US", "city": "New York", "hostname": "wf-us-013.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "wfus-178.windscribe.com", "ips": [ "217.138.206.210", @@ -116994,6 +122914,7 @@ "region": "WINDFLIX US", "city": "New York", "hostname": "wf-us-013.whiskergalaxy.com", + "udp": true, "wgpubkey": "GxEk9eSOUsTVzoE07pe4YZRaROCQwW96cQokD38Pgkk=", "ips": [ "217.138.206.212" @@ -117004,6 +122925,8 @@ "region": "WINDFLIX US", "city": "New York", "hostname": "wf-us-014.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "wfus-178.windscribe.com", "ips": [ "77.81.136.98", @@ -117015,6 +122938,7 @@ "region": "WINDFLIX US", "city": "New York", "hostname": "wf-us-014.whiskergalaxy.com", + "udp": true, "wgpubkey": "GxEk9eSOUsTVzoE07pe4YZRaROCQwW96cQokD38Pgkk=", "ips": [ "77.81.136.100" @@ -117025,6 +122949,8 @@ "region": "WINDFLIX US", "city": "New York", "hostname": "wf-us-015.whiskergalaxy.com", + "tcp": true, + "udp": true, "x509": "wfus-178.windscribe.com", "ips": [ "38.132.101.210", @@ -117036,6 +122962,7 @@ "region": "WINDFLIX US", "city": "New York", "hostname": "wf-us-015.whiskergalaxy.com", + "udp": true, "wgpubkey": "GxEk9eSOUsTVzoE07pe4YZRaROCQwW96cQokD38Pgkk=", "ips": [ "38.132.101.212" diff --git a/internal/updater/providers/mullvad/hosttoserver.go b/internal/updater/providers/mullvad/hosttoserver.go index 92326dca..7df2af33 100644 --- a/internal/updater/providers/mullvad/hosttoserver.go +++ b/internal/updater/providers/mullvad/hosttoserver.go @@ -36,8 +36,11 @@ func (hts hostToServer) add(data serverData) (err error) { switch data.Type { case "openvpn": server.VPN = vpn.OpenVPN + server.UDP = true + server.TCP = true case "wireguard": server.VPN = vpn.Wireguard + server.UDP = true case "bridge": // ignore bridge servers return nil diff --git a/internal/updater/providers/privado/hosttoserver.go b/internal/updater/providers/privado/hosttoserver.go index fa4c80ed..afa43b13 100644 --- a/internal/updater/providers/privado/hosttoserver.go +++ b/internal/updater/providers/privado/hosttoserver.go @@ -14,6 +14,7 @@ func (hts hostToServer) add(host string) { return } server.Hostname = host + server.UDP = true hts[host] = server } diff --git a/internal/updater/providers/privatevpn/hosttoserver.go b/internal/updater/providers/privatevpn/hosttoserver.go index 5db4e66c..e8a4e60b 100644 --- a/internal/updater/providers/privatevpn/hosttoserver.go +++ b/internal/updater/providers/privatevpn/hosttoserver.go @@ -17,6 +17,8 @@ func (hts hostToServer) add(host, country, city string) { server.Hostname = host server.Country = country server.City = city + server.UDP = true + server.TCP = true hts[host] = server } diff --git a/internal/updater/providers/privatevpn/servers.go b/internal/updater/providers/privatevpn/servers.go index 73058814..da7f64fd 100644 --- a/internal/updater/providers/privatevpn/servers.go +++ b/internal/updater/providers/privatevpn/servers.go @@ -73,6 +73,8 @@ func GetServers(ctx context.Context, unzipper unzip.Unzipper, Country: country, City: city, IPs: ips, + UDP: true, + TCP: true, } noHostnameServers = append(noHostnameServers, server) } diff --git a/internal/updater/providers/protonvpn/iptoserver.go b/internal/updater/providers/protonvpn/iptoserver.go index ebf55a12..25b7248e 100644 --- a/internal/updater/providers/protonvpn/iptoserver.go +++ b/internal/updater/providers/protonvpn/iptoserver.go @@ -19,6 +19,8 @@ func (its ipToServer) add(country, region, city, name, hostname string, server.City = city server.ServerName = name server.Hostname = hostname + server.UDP = true + server.TCP = true server.IPs = []net.IP{entryIP} } else { server.IPs = append(server.IPs, entryIP) diff --git a/internal/updater/providers/windscribe/servers.go b/internal/updater/providers/windscribe/servers.go index ca2b0ebb..ad9b2fed 100644 --- a/internal/updater/providers/windscribe/servers.go +++ b/internal/updater/providers/windscribe/servers.go @@ -41,6 +41,8 @@ func GetServers(ctx context.Context, client *http.Client, minServers int) ( } server := models.Server{ VPN: vpn.OpenVPN, + TCP: true, + UDP: true, Region: region, City: city, Hostname: node.Hostname, @@ -56,6 +58,8 @@ func GetServers(ctx context.Context, client *http.Client, minServers int) ( } server.VPN = vpn.Wireguard + server.UDP = true + server.TCP = false server.OvpnX509 = "" server.WgPubKey = wgPubKey server.IPs = []net.IP{node.IP3}