diff --git a/internal/models/getservers.go b/internal/models/getservers.go index 2bb91964..f4410594 100644 --- a/internal/models/getservers.go +++ b/internal/models/getservers.go @@ -181,7 +181,6 @@ func (a *AllServers) GetProtonvpn() (servers []ProtonvpnServer) { for i, serverToCopy := range a.Protonvpn.Servers { servers[i] = serverToCopy servers[i].EntryIP = copyIP(serverToCopy.EntryIP) - servers[i].ExitIPs = copyIPs(serverToCopy.ExitIPs) } return servers } diff --git a/internal/models/getservers_test.go b/internal/models/getservers_test.go index 3c6dff3a..90c92122 100644 --- a/internal/models/getservers_test.go +++ b/internal/models/getservers_test.go @@ -74,7 +74,6 @@ func Test_AllServers_GetCopy(t *testing.T) { Protonvpn: ProtonvpnServers{ Servers: []ProtonvpnServer{{ EntryIP: net.IP{1, 2, 3, 4}, - ExitIPs: []net.IP{{1, 2, 3, 4}}, }}, }, Purevpn: PurevpnServers{ diff --git a/internal/models/server.go b/internal/models/server.go index 6c6e6a50..3fe000bc 100644 --- a/internal/models/server.go +++ b/internal/models/server.go @@ -114,13 +114,12 @@ type PrivatevpnServer struct { } type ProtonvpnServer struct { - Country string `json:"country,omitempty"` - Region string `json:"region,omitempty"` - City string `json:"city,omitempty"` - Name string `json:"name,omitempty"` - Hostname string `json:"hostname,omitempty"` - EntryIP net.IP `json:"entry_ip,omitempty"` - ExitIPs []net.IP `json:"exit_ip,omitempty"` // TODO verify it matches with public IP once connected + Country string `json:"country,omitempty"` + Region string `json:"region,omitempty"` + City string `json:"city,omitempty"` + Name string `json:"name,omitempty"` + Hostname string `json:"hostname,omitempty"` + EntryIP net.IP `json:"entry_ip,omitempty"` } type PurevpnServer struct { diff --git a/internal/storage/servers.json b/internal/storage/servers.json index f45c39ed..116372d7 100644 --- a/internal/storage/servers.json +++ b/internal/storage/servers.json @@ -84585,2446 +84585,1554 @@ }, "protonvpn": { "version": 2, - "timestamp": 1641594528, + "timestamp": 1647423369, "servers": [ { "country": "Argentina", "name": "CH-AR#1", "hostname": "ch-ar-01a.protonvpn.com", - "entry_ip": "185.159.157.114", - "exit_ip": [ - "162.12.206.9" - ] + "entry_ip": "185.159.157.114" + }, + { + "country": "Argentina", + "name": "CH-AR#1", + "hostname": "ch-ar-01b.protonvpn.com", + "entry_ip": "185.159.157.182" }, { "country": "Argentina", "name": "SE-AR#1", "hostname": "se-ar-01a.protonvpn.com", - "entry_ip": "185.159.156.52", - "exit_ip": [ - "162.12.206.8" - ] + "entry_ip": "185.159.156.52" }, { "country": "Argentina", "city": "Buenos Aires", "name": "AR#1", "hostname": "ar-01.protonvpn.net", - "entry_ip": "162.12.206.5", - "exit_ip": [ - "162.12.206.5", - "162.12.206.6", - "162.12.206.7" - ] + "entry_ip": "162.12.206.5" }, { "country": "Argentina", "city": "Buenos Aires", "name": "AR#4", "hostname": "node-ar-01.protonvpn.net", - "entry_ip": "162.12.206.4", - "exit_ip": [ - "162.12.206.8", - "162.12.206.9", - "162.12.206.10", - "162.12.206.11", - "162.12.206.12" - ] + "entry_ip": "162.12.206.4" }, { "country": "Australia", "name": "CH-AU#1", "hostname": "ch-au-01a.protonvpn.com", - "entry_ip": "185.159.157.50", - "exit_ip": [ - "103.212.227.124" - ] + "entry_ip": "185.159.157.50" }, { "country": "Australia", "name": "CH-AU#1", "hostname": "ch-au-01b.protonvpn.com", - "entry_ip": "185.159.157.51", - "exit_ip": [ - "103.107.196.204" - ] + "entry_ip": "185.159.157.51" }, { "country": "Australia", "name": "CH-AU#1", "hostname": "ch-au-01c.protonvpn.com", - "entry_ip": "185.159.157.55", - "exit_ip": [ - "137.59.253.56" - ] + "entry_ip": "185.159.157.55" }, { "country": "Australia", "name": "SE-AU#1", "hostname": "se-au-01a.protonvpn.com", - "entry_ip": "185.159.156.55", - "exit_ip": [ - "103.107.197.6" - ] + "entry_ip": "185.159.156.55" }, { "country": "Australia", "name": "SE-AU#1", "hostname": "se-au-01b.protonvpn.com", - "entry_ip": "185.159.156.79", - "exit_ip": [ - "116.206.231.188" - ] + "entry_ip": "185.159.156.79" }, { "country": "Australia", "name": "SE-AU#1", "hostname": "se-au-01c.protonvpn.com", - "entry_ip": "185.159.156.80", - "exit_ip": [ - "103.108.95.148" - ] + "entry_ip": "185.159.156.80" }, { "country": "Australia", "city": "Adelaide", "name": "AU#37", "hostname": "au-37.protonvpn.com", - "entry_ip": "116.206.231.187", - "exit_ip": [ - "116.206.231.187" - ] + "entry_ip": "116.206.231.187" }, { "country": "Australia", "city": "Adelaide", "name": "AU#38", "hostname": "lxc-au-09.protonvpn.com", - "entry_ip": "116.206.231.186", - "exit_ip": [ - "116.206.231.188", - "116.206.231.189", - "116.206.231.190" - ] + "entry_ip": "116.206.231.186" }, { "country": "Australia", "city": "Brisbane", "name": "AU#41", "hostname": "au-41.protonvpn.com", - "entry_ip": "103.108.95.147", - "exit_ip": [ - "103.108.95.147" - ] + "entry_ip": "103.108.95.147" }, { "country": "Australia", "city": "Brisbane", "name": "AU#42", "hostname": "lxc-au-10.protonvpn.com", - "entry_ip": "103.108.95.146", - "exit_ip": [ - "103.108.95.148", - "103.108.95.149", - "103.108.95.150" - ] + "entry_ip": "103.108.95.146" }, { "country": "Australia", "city": "Perth", "name": "AU#17", "hostname": "au-17.protonvpn.com", - "entry_ip": "103.107.196.203", - "exit_ip": [ - "103.107.196.203" - ] + "entry_ip": "103.107.196.203" }, { "country": "Australia", "city": "Perth", "name": "AU#18", "hostname": "lxc-au-05.protonvpn.com", - "entry_ip": "103.107.196.202", - "exit_ip": [ - "103.107.196.204", - "103.107.196.205", - "103.107.196.206" - ] + "entry_ip": "103.107.196.202" }, { "country": "Australia", "city": "Perth", "name": "AU#29", "hostname": "au-29.protonvpn.net", - "entry_ip": "103.107.197.3", - "exit_ip": [ - "103.107.197.3", - "103.107.197.4", - "103.107.197.5" - ] + "entry_ip": "103.107.197.3" }, { "country": "Australia", "city": "Perth", "name": "AU#32", "hostname": "node-au-08.protonvpn.net", - "entry_ip": "103.107.197.2", - "exit_ip": [ - "103.107.197.6", - "103.107.197.7", - "103.107.197.8", - "103.107.197.9", - "103.107.197.10" - ] + "entry_ip": "103.107.197.2" }, { "country": "Australia", "city": "Sydney", "name": "AU#13", "hostname": "au-13.protonvpn.com", - "entry_ip": "103.212.227.123", - "exit_ip": [ - "103.212.227.123" - ] + "entry_ip": "103.212.227.123" }, { "country": "Australia", "city": "Sydney", "name": "AU#14", "hostname": "lxc-au-04.protonvpn.com", - "entry_ip": "103.212.227.122", - "exit_ip": [ - "103.212.227.124", - "103.212.227.125", - "103.212.227.126" - ] + "entry_ip": "103.212.227.122" }, { "country": "Australia", "city": "Sydney", "name": "AU#21", "hostname": "lxc-au-06.protonvpn.com", - "entry_ip": "137.59.253.50", - "exit_ip": [ - "137.59.253.51", - "137.59.253.52", - "137.59.253.53", - "137.59.253.54" - ] + "entry_ip": "137.59.253.50" }, { "country": "Australia", "city": "Sydney", "name": "AU#25", "hostname": "lxc-au-07.protonvpn.com", - "entry_ip": "137.59.253.55", - "exit_ip": [ - "137.59.253.56", - "137.59.253.57", - "137.59.253.58", - "137.59.253.59" - ] + "entry_ip": "137.59.253.55" }, { "country": "Austria", "name": "CH-AT#1", "hostname": "ch-at-01a.protonvpn.com", - "entry_ip": "185.159.157.34", - "exit_ip": [ - "185.244.212.61" - ] + "entry_ip": "185.159.157.34" }, { "country": "Austria", "name": "CH-AT#1", "hostname": "ch-at-01b.protonvpn.com", - "entry_ip": "185.159.157.35", - "exit_ip": [ - "185.244.212.62" - ] + "entry_ip": "185.159.157.35" }, { "country": "Austria", "name": "CH-AT#1", "hostname": "ch-at-01c.protonvpn.com", - "entry_ip": "185.159.157.47", - "exit_ip": [ - "185.244.212.222" - ] + "entry_ip": "185.159.157.47" }, { "country": "Austria", "name": "CH-AT#1", "hostname": "ch-at-01d.protonvpn.com", - "entry_ip": "185.159.157.75", - "exit_ip": [ - "185.244.212.221" - ] + "entry_ip": "185.159.157.75" }, { "country": "Austria", "name": "IS-AT#1", "hostname": "is-at-01a.protonvpn.com", - "entry_ip": "185.159.158.164", - "exit_ip": [ - "94.198.41.220" - ] + "entry_ip": "185.159.158.164" }, { "country": "Austria", "name": "IS-AT#1", "hostname": "is-at-01b.protonvpn.com", - "entry_ip": "185.159.158.165", - "exit_ip": [ - "94.198.41.212" - ] + "entry_ip": "185.159.158.165" }, { "country": "Austria", "city": "Vienna", "name": "AT#1", "hostname": "at-01.protonvpn.net", - "entry_ip": "185.244.212.59", - "exit_ip": [ - "185.244.212.59", - "185.244.212.60" - ] + "entry_ip": "185.244.212.59" }, { "country": "Austria", "city": "Vienna", "name": "AT#10", "hostname": "node-at-03.protonvpn.net", - "entry_ip": "94.198.41.218", - "exit_ip": [ - "94.198.41.220", - "94.198.41.221", - "94.198.41.222" - ] + "entry_ip": "94.198.41.218" }, { "country": "Austria", "city": "Vienna", "name": "AT#13", "hostname": "at-13.protonvpn.com", - "entry_ip": "94.198.41.211", - "exit_ip": [ - "94.198.41.211" - ] + "entry_ip": "94.198.41.211" }, { "country": "Austria", "city": "Vienna", "name": "AT#14", "hostname": "lxc-at-04.protonvpn.com", - "entry_ip": "94.198.41.210", - "exit_ip": [ - "94.198.41.212", - "94.198.41.213", - "94.198.41.214" - ] + "entry_ip": "94.198.41.210" }, { "country": "Austria", "city": "Vienna", "name": "AT#3", "hostname": "node-at-01.protonvpn.net", - "entry_ip": "185.244.212.58", - "exit_ip": [ - "185.244.212.61", - "185.244.212.62" - ] + "entry_ip": "185.244.212.58" }, { "country": "Austria", "city": "Vienna", "name": "AT#5", "hostname": "at-05.protonvpn.net", - "entry_ip": "185.244.212.219", - "exit_ip": [ - "185.244.212.219", - "185.244.212.220" - ] + "entry_ip": "185.244.212.219" }, { "country": "Austria", "city": "Vienna", "name": "AT#7", "hostname": "node-at-02.protonvpn.net", - "entry_ip": "185.244.212.218", - "exit_ip": [ - "185.244.212.221", - "185.244.212.222" - ] + "entry_ip": "185.244.212.218" }, { "country": "Austria", "city": "Vienna", "name": "AT#9", "hostname": "at-09.protonvpn.net", - "entry_ip": "94.198.41.219", - "exit_ip": [ - "94.198.41.219" - ] + "entry_ip": "94.198.41.219" }, { "country": "Belgium", "name": "CH-BE#1", "hostname": "ch-be-01a.protonvpn.com", - "entry_ip": "185.159.157.147", - "exit_ip": [ - "37.120.236.4" - ] + "entry_ip": "185.159.157.147" }, { "country": "Belgium", "name": "IS-BE#1", "hostname": "is-be-01a.protonvpn.com", - "entry_ip": "185.159.158.127", - "exit_ip": [ - "193.9.114.180" - ] + "entry_ip": "185.159.158.127" }, { "country": "Belgium", "name": "IS-BE#1", "hostname": "is-be-01c.protonvpn.com", - "entry_ip": "185.159.158.129", - "exit_ip": [ - "193.9.114.182" - ] + "entry_ip": "185.159.158.129" }, { "country": "Belgium", "name": "IS-BE#1", "hostname": "is-be-01d.protonvpn.com", - "entry_ip": "185.159.158.138", - "exit_ip": [ - "45.128.133.230" - ] + "entry_ip": "185.159.158.138" }, { "country": "Belgium", "city": "Brussels", "name": "BE#1", "hostname": "be-01.protonvpn.net", - "entry_ip": "193.9.114.179", - "exit_ip": [ - "193.9.114.179" - ] + "entry_ip": "193.9.114.179" }, { "country": "Belgium", "city": "Brussels", "name": "BE#13", "hostname": "be-13.protonvpn.net", - "entry_ip": "37.120.236.3", - "exit_ip": [ - "37.120.236.3" - ] + "entry_ip": "37.120.236.3" }, { "country": "Belgium", "city": "Brussels", "name": "BE#14", "hostname": "node-be-03.protonvpn.net", - "entry_ip": "37.120.236.2", - "exit_ip": [ - "37.120.236.4", - "37.120.236.5", - "37.120.236.6" - ] + "entry_ip": "37.120.236.2" }, { "country": "Belgium", "city": "Brussels", "name": "BE#2", "hostname": "node-be-01.protonvpn.net", - "entry_ip": "193.9.114.178", - "exit_ip": [ - "193.9.114.180", - "193.9.114.181", - "193.9.114.182" - ] + "entry_ip": "193.9.114.178" }, { "country": "Belgium", "city": "Brussels", "name": "BE#5", "hostname": "be-05.protonvpn.com", - "entry_ip": "45.128.133.227", - "exit_ip": [ - "45.128.133.227", - "45.128.133.228", - "45.128.133.229" - ] + "entry_ip": "45.128.133.227" }, { "country": "Belgium", "city": "Brussels", "name": "BE#8", "hostname": "lxc-be-02.protonvpn.com", - "entry_ip": "45.128.133.226", - "exit_ip": [ - "45.128.133.230", - "45.128.133.231", - "45.128.133.232", - "45.128.133.233", - "45.128.133.234" - ] + "entry_ip": "45.128.133.226" }, { "country": "Brazil", "name": "IS-BR#2", "hostname": "is-br-01b.protonvpn.com", - "entry_ip": "185.159.158.177", - "exit_ip": [ - "138.199.5.98" - ] + "entry_ip": "185.159.158.177" }, { "country": "Brazil", "city": "São Paulo", "name": "BR#21", "hostname": "node-br-04.protonvpn.net", - "entry_ip": "138.199.5.97", - "exit_ip": [ - "138.199.5.98", - "138.199.5.99", - "138.199.5.100", - "138.199.5.101", - "138.199.5.102", - "138.199.5.103", - "138.199.5.104", - "138.199.5.105" - ] + "entry_ip": "138.199.5.97" }, { "country": "Brazil", "city": "São Paulo", "name": "BR#42", "hostname": "br-42.protonvpn.net", - "entry_ip": "138.199.5.119", - "exit_ip": [ - "138.199.5.119", - "138.199.5.120", - "138.199.5.121", - "138.199.5.122" - ] + "entry_ip": "138.199.5.119" }, { "country": "Brazil", "city": "São Paulo", "name": "BR#9", "hostname": "node-br-03.protonvpn.net", - "entry_ip": "188.241.177.226", - "exit_ip": [ - "188.241.177.227", - "188.241.177.228", - "188.241.177.229", - "188.241.177.230", - "188.241.177.231", - "188.241.177.232", - "188.241.177.233", - "188.241.177.234" - ] + "entry_ip": "188.241.177.226" }, { "country": "Brazil", "city": "São Paulo", "name": "SE-BR#1", "hostname": "se-br-01a.protonvpn.com", - "entry_ip": "185.159.156.89", - "exit_ip": [ - "188.241.177.227" - ] + "entry_ip": "185.159.156.89" }, { "country": "Bulgaria", - "name": "CH-BG#1", - "hostname": "ch-bg-01a.protonvpn.com", - "entry_ip": "185.159.157.48", - "exit_ip": [ - "37.46.114.114" - ] - }, - { - "country": "Bulgaria", - "name": "CH-BG#1", - "hostname": "ch-bg-01b.protonvpn.com", - "entry_ip": "185.159.157.76", - "exit_ip": [ - "37.46.114.115" - ] + "name": "SE-BG#1", + "hostname": "se-bg-01a.protonvpn.com", + "entry_ip": "185.159.156.95" }, { "country": "Bulgaria", "city": "Sofia", - "name": "BG#1", - "hostname": "bg-01.protonvpn.com", - "entry_ip": "37.46.114.112", - "exit_ip": [ - "37.46.114.112", - "37.46.114.113" - ] + "name": "BG#05", + "hostname": "bg-05.protonvpn.net", + "entry_ip": "156.146.55.226" }, { "country": "Bulgaria", "city": "Sofia", - "name": "BG#3", - "hostname": "lxc-bg-01.protonvpn.com", - "entry_ip": "37.46.114.111", - "exit_ip": [ - "37.46.114.114", - "37.46.114.115" - ] + "name": "BG#7", + "hostname": "node-bg-02.protonvpn.net", + "entry_ip": "156.146.55.225" }, { "country": "Cambodia", "name": "SE-KH#1", "hostname": "se-kh-01a.protonvpn.com", - "entry_ip": "185.159.156.83", - "exit_ip": [ - "188.215.235.83" - ] + "entry_ip": "185.159.156.83" }, { "country": "Cambodia", "city": "Phnom Penh", "name": "KH#1", "hostname": "node-kh-01.protonvpn.net", - "entry_ip": "188.215.235.82", - "exit_ip": [ - "188.215.235.83", - "188.215.235.84", - "188.215.235.85", - "188.215.235.86", - "188.215.235.87", - "188.215.235.88", - "188.215.235.89", - "188.215.235.90" - ] + "entry_ip": "188.215.235.82" }, { "country": "Canada", "name": "CH-CA#1", "hostname": "ch-ca-01a.protonvpn.com", - "entry_ip": "185.159.157.14", - "exit_ip": [ - "104.254.92.62" - ] + "entry_ip": "185.159.157.14" }, { "country": "Canada", "name": "CH-CA#1", "hostname": "ch-ca-01b.protonvpn.com", - "entry_ip": "185.159.157.17", - "exit_ip": [ - "104.254.92.61" - ] + "entry_ip": "185.159.157.17" }, { "country": "Canada", "name": "CH-CA#1", "hostname": "ch-ca-01c.protonvpn.com", - "entry_ip": "185.159.157.101", - "exit_ip": [ - "37.120.205.84" - ] + "entry_ip": "185.159.157.101" }, { "country": "Canada", "name": "CH-CA#1", - "hostname": "ch-ca-01d.protonvpn.com", - "entry_ip": "185.159.157.118", - "exit_ip": [ - "162.253.71.24" - ] - }, - { - "country": "Canada", - "name": "CH-CA#1", - "hostname": "ch-ca-01e.protonvpn.com", - "entry_ip": "185.159.157.31", - "exit_ip": [ - "172.83.40.70" - ] - }, - { - "country": "Canada", - "name": "CH-CA#1", - "hostname": "ch-ca-01f.protonvpn.com", - "entry_ip": "185.159.157.52", - "exit_ip": [ - "162.253.71.19" - ] + "hostname": "ch-ca-01e.protonvpn.net", + "entry_ip": "185.159.157.31" }, { "country": "Canada", "name": "CH-CA#1", "hostname": "ch-ca-01g.protonvpn.com", - "entry_ip": "185.159.157.125", - "exit_ip": [ - "66.115.146.165" - ] + "entry_ip": "185.159.157.125" }, { "country": "Canada", "name": "CH-CA#1", "hostname": "ch-ca-01h.protonvpn.com", - "entry_ip": "185.159.157.154", - "exit_ip": [ - "37.120.237.172" - ] + "entry_ip": "185.159.157.154" }, { "country": "Canada", "name": "CH-CA#1", "hostname": "ch-ca-01i.protonvpn.com", - "entry_ip": "185.159.157.155", - "exit_ip": [ - "37.120.237.180" - ] + "entry_ip": "185.159.157.155" }, { "country": "Canada", "name": "CH-CA#1", "hostname": "ch-ca-01j.protonvpn.com", - "entry_ip": "185.159.157.177", - "exit_ip": [ - "178.249.214.65" - ] + "entry_ip": "185.159.157.177" }, { "country": "Canada", "name": "IS-CA#1", "hostname": "is-ca-01a.protonvpn.com", - "entry_ip": "185.159.158.103", - "exit_ip": [ - "104.254.92.62" - ] + "entry_ip": "185.159.158.103" }, { "country": "Canada", "name": "IS-CA#1", - "hostname": "is-ca-01e.protonvpn.com", - "entry_ip": "185.159.158.117", - "exit_ip": [ - "172.83.40.69" - ] + "hostname": "is-ca-01e.protonvpn.net", + "entry_ip": "185.159.158.117" }, { "country": "Canada", "name": "SE-CA#1", "hostname": "se-ca-01a.protonvpn.com", - "entry_ip": "185.159.156.51", - "exit_ip": [ - "86.106.90.102" - ] + "entry_ip": "185.159.156.51" }, { "country": "Canada", "city": "Montreal", "name": "CA#17", "hostname": "lxc-ca-05.protonvpn.com", - "entry_ip": "172.98.82.162", - "exit_ip": [ - "172.98.82.163", - "172.98.82.164", - "172.98.82.165", - "172.98.82.166" - ] + "entry_ip": "172.98.82.162" }, { "country": "Canada", "city": "Montreal", "name": "CA#21", "hostname": "ca-21.protonvpn.net", - "entry_ip": "86.106.90.99", - "exit_ip": [ - "86.106.90.99", - "86.106.90.100", - "86.106.90.101" - ] + "entry_ip": "86.106.90.99" }, { "country": "Canada", "city": "Montreal", "name": "CA#24", "hostname": "node-ca-06.protonvpn.net", - "entry_ip": "86.106.90.98", - "exit_ip": [ - "86.106.90.102", - "86.106.90.103", - "86.106.90.104", - "86.106.90.105", - "86.106.90.106" - ] + "entry_ip": "86.106.90.98" }, { "country": "Canada", "city": "Montreal", "name": "CA#29", "hostname": "ca-29.protonvpn.com", - "entry_ip": "37.120.205.83", - "exit_ip": [ - "37.120.205.83" - ] + "entry_ip": "37.120.205.83" }, { "country": "Canada", "city": "Montreal", "name": "CA#30", "hostname": "lxc-ca-07.protonvpn.com", - "entry_ip": "37.120.205.82", - "exit_ip": [ - "37.120.205.84", - "37.120.205.85", - "37.120.205.86" - ] + "entry_ip": "37.120.205.82" }, { "country": "Canada", "city": "Montreal", "name": "CA#41", "hostname": "ca-41.protonvpn.com", - "entry_ip": "37.120.237.171", - "exit_ip": [ - "37.120.237.171" - ] + "entry_ip": "37.120.237.171" }, { "country": "Canada", "city": "Montreal", "name": "CA#42", "hostname": "lxc-ca-10.protonvpn.com", - "entry_ip": "37.120.237.170", - "exit_ip": [ - "37.120.237.172", - "37.120.237.173", - "37.120.237.174" - ] + "entry_ip": "37.120.237.170" }, { "country": "Canada", "city": "Montreal", "name": "CA#45", "hostname": "ca-45.protonvpn.com", - "entry_ip": "37.120.237.179", - "exit_ip": [ - "37.120.237.179" - ] + "entry_ip": "37.120.237.179" }, { "country": "Canada", "city": "Montreal", "name": "CA#46", "hostname": "lxc-ca-11.protonvpn.com", - "entry_ip": "37.120.237.178", - "exit_ip": [ - "37.120.237.180", - "37.120.237.181", - "37.120.237.182" - ] + "entry_ip": "37.120.237.178" }, { "country": "Canada", "city": "Toronto", "name": "CA#1", "hostname": "ca-01.protonvpn.net", - "entry_ip": "104.254.92.59", - "exit_ip": [ - "104.254.92.59", - "104.254.92.60" - ] - }, - { - "country": "Canada", - "city": "Toronto", - "name": "CA#13", - "hostname": "node-ca-04.protonvpn.net", - "entry_ip": "162.253.71.18", - "exit_ip": [ - "162.253.71.19", - "162.253.71.20", - "162.253.71.21", - "162.253.71.22" - ] + "entry_ip": "104.254.92.59" }, { "country": "Canada", "city": "Toronto", "name": "CA#3", "hostname": "node-ca-01.protonvpn.net", - "entry_ip": "104.254.92.58", - "exit_ip": [ - "104.254.92.61", - "104.254.92.62" - ] - }, - { - "country": "Canada", - "city": "Toronto", - "name": "CA#37", - "hostname": "lxc-ca-09.protonvpn.com", - "entry_ip": "162.253.71.23", - "exit_ip": [ - "162.253.71.24", - "162.253.71.25", - "162.253.71.26", - "162.253.71.27" - ] + "entry_ip": "104.254.92.58" }, { "country": "Canada", "city": "Toronto", "name": "CA#49", - "hostname": "node-ca-08.protonvpn.net", - "entry_ip": "178.249.214.65", - "exit_ip": [ - "178.249.214.65", - "178.249.214.66", - "178.249.214.67", - "178.249.214.68", - "178.249.214.69", - "178.249.214.70", - "178.249.214.71", - "178.249.214.72", - "178.249.214.73", - "178.249.214.74", - "178.249.214.75", - "178.249.214.81" - ] + "hostname": "node-ca-09.protonvpn.net", + "entry_ip": "178.249.214.65" }, { "country": "Canada", "city": "Vancouver", "name": "CA#33", "hostname": "ca-33.protonvpn.com", - "entry_ip": "66.115.146.163", - "exit_ip": [ - "66.115.146.163", - "66.115.146.164" - ] + "entry_ip": "66.115.146.163" }, { "country": "Canada", "city": "Vancouver", "name": "CA#35", "hostname": "lxc-ca-08.protonvpn.com", - "entry_ip": "66.115.146.162", - "exit_ip": [ - "66.115.146.165", - "66.115.146.166" - ] + "entry_ip": "66.115.146.162" }, { "country": "Canada", "city": "Vancouver", "name": "CA#5", - "hostname": "ca-05.protonvpn.com", - "entry_ip": "172.83.40.67", - "exit_ip": [ - "172.83.40.67", - "172.83.40.68" - ] + "hostname": "ca-05.protonvpn.net", + "entry_ip": "172.83.40.67" }, { "country": "Canada", "city": "Vancouver", "name": "CA#7", - "hostname": "lxc-ca-02.protonvpn.com", - "entry_ip": "172.83.40.66", - "exit_ip": [ - "172.83.40.69", - "172.83.40.70" - ] + "hostname": "node-ca-02.protonvpn.net", + "entry_ip": "172.83.40.66" + }, + { + "country": "Chile", + "name": "CH-CL#1", + "hostname": "ch-cl-01a.protonvpn.com", + "entry_ip": "185.159.157.181" }, { "country": "Chile", "name": "CH-CL#1", "hostname": "ch-cl-01b.protonvpn.com", - "entry_ip": "185.159.157.137", - "exit_ip": [ - "194.31.97.8" - ] + "entry_ip": "185.159.157.137" }, { "country": "Chile", "city": "Santiago", "name": "CL#1", "hostname": "cl-01b.protonvpn.net", - "entry_ip": "194.31.97.5", - "exit_ip": [ - "194.31.97.5", - "194.31.97.6", - "194.31.97.7" - ] + "entry_ip": "194.31.97.5" + }, + { + "country": "Chile", + "city": "Santiago", + "name": "CL#12", + "hostname": "node-cl-02.protonvpn.net", + "entry_ip": "66.90.82.50" }, { "country": "Chile", "city": "Santiago", "name": "CL#4", "hostname": "node-cl-01b.protonvpn.net", - "entry_ip": "194.31.97.4", - "exit_ip": [ - "194.31.97.8", - "194.31.97.9", - "194.31.97.10", - "194.31.97.11", - "194.31.97.12" - ] + "entry_ip": "194.31.97.4" + }, + { + "country": "Chile", + "city": "Santiago", + "name": "CL#9", + "hostname": "cl-09.protonvpn.net", + "entry_ip": "66.90.82.51" }, { "country": "Colombia", "name": "CH-CO#1", "hostname": "ch-co-01a.protonvpn.com", - "entry_ip": "185.159.157.136", - "exit_ip": [ - "45.144.227.8" - ] + "entry_ip": "185.159.157.136" }, { "country": "Colombia", "city": "Bogota", "name": "CO#1", "hostname": "co-01.protonvpn.net", - "entry_ip": "45.144.227.5", - "exit_ip": [ - "45.144.227.5", - "45.144.227.6", - "45.144.227.7" - ] + "entry_ip": "45.144.227.5" + }, + { + "country": "Colombia", + "city": "Bogota", + "name": "CO#12", + "hostname": "node-co-02.protonvpn.net", + "entry_ip": "66.90.82.26" }, { "country": "Colombia", "city": "Bogota", "name": "CO#4", "hostname": "node-co-01.protonvpn.net", - "entry_ip": "45.144.227.4", - "exit_ip": [ - "45.144.227.8", - "45.144.227.9", - "45.144.227.10", - "45.144.227.11", - "45.144.227.12" - ] + "entry_ip": "45.144.227.4" + }, + { + "country": "Colombia", + "city": "Bogota", + "name": "CO#9", + "hostname": "co-09.protonvpn.net", + "entry_ip": "66.90.82.27" }, { "country": "Costa Rica", "name": "IS-CR#1", "hostname": "is-cr-01a.protonvpn.com", - "entry_ip": "185.159.158.136", - "exit_ip": [ - "190.184.199.4" - ] + "entry_ip": "185.159.158.136" }, { "country": "Costa Rica", "city": "San José", "name": "CR#1", "hostname": "cr-01.protonvpn.com", - "entry_ip": "190.184.199.3", - "exit_ip": [ - "190.184.199.3" - ] + "entry_ip": "190.184.199.3" }, { "country": "Costa Rica", "city": "San José", "name": "CR#2", "hostname": "lxc-cr-01.protonvpn.com", - "entry_ip": "190.184.199.2", - "exit_ip": [ - "190.184.199.4", - "190.184.199.7", - "190.184.199.6" - ] + "entry_ip": "190.184.199.2" }, { "country": "Cyprus", "name": "CH-CY#1", "hostname": "ch-cy-01a.protonvpn.com", - "entry_ip": "185.159.157.165", - "exit_ip": [ - "85.132.252.36" - ] + "entry_ip": "185.159.157.165" }, { "country": "Cyprus", "city": "Limassol", "name": "CY#1", "hostname": "cy-01.protonvpn.net", - "entry_ip": "85.132.252.35", - "exit_ip": [ - "85.132.252.35" - ] + "entry_ip": "85.132.252.35" }, { "country": "Cyprus", "city": "Limassol", "name": "CY#2", "hostname": "node-cy-01.protonvpn.net", - "entry_ip": "85.132.252.34", - "exit_ip": [ - "85.132.252.36", - "85.132.252.37", - "85.132.252.38" - ] + "entry_ip": "85.132.252.34" }, { "country": "Czech Republic", "name": "CH-CZ#1", "hostname": "ch-cz-01a.protonvpn.com", - "entry_ip": "185.159.157.38", - "exit_ip": [ - "185.242.6.5" - ] + "entry_ip": "185.159.157.38" }, { "country": "Czech Republic", "name": "CH-CZ#1", "hostname": "ch-cz-01b.protonvpn.com", - "entry_ip": "185.159.157.39", - "exit_ip": [ - "185.242.6.6" - ] + "entry_ip": "185.159.157.39" }, { "country": "Czech Republic", "name": "CH-CZ#1", "hostname": "ch-cz-01c.protonvpn.com", - "entry_ip": "185.159.157.69", - "exit_ip": [ - "217.138.220.198" - ] + "entry_ip": "185.159.157.69" }, { "country": "Czech Republic", "city": "Prague", "name": "CZ#1", "hostname": "cz-01.protonvpn.net", - "entry_ip": "185.242.6.3", - "exit_ip": [ - "185.242.6.3", - "185.242.6.4" - ] + "entry_ip": "185.242.6.3" }, { "country": "Czech Republic", "city": "Prague", "name": "CZ#13", "hostname": "cz-13.protonvpn.net", - "entry_ip": "217.138.220.195", - "exit_ip": [ - "217.138.220.195", - "217.138.220.196", - "217.138.220.197" - ] + "entry_ip": "217.138.220.195" }, { "country": "Czech Republic", "city": "Prague", "name": "CZ#16", "hostname": "node-cz-03.protonvpn.net", - "entry_ip": "217.138.220.194", - "exit_ip": [ - "217.138.220.198", - "217.138.220.199", - "217.138.220.200", - "217.138.220.201", - "217.138.220.202" - ] + "entry_ip": "217.138.220.194" }, { "country": "Czech Republic", "city": "Prague", "name": "CZ#3", "hostname": "node-cz-01.protonvpn.net", - "entry_ip": "185.242.6.2", - "exit_ip": [ - "185.242.6.5", - "185.242.6.6" - ] + "entry_ip": "185.242.6.2" }, { "country": "Denmark", "name": "CH-DK#1", "hostname": "ch-dk-01a.protonvpn.com", - "entry_ip": "185.159.157.36", - "exit_ip": [ - "95.174.65.5" - ] + "entry_ip": "185.159.157.36" }, { "country": "Denmark", "name": "CH-DK#1", "hostname": "ch-dk-01b.protonvpn.com", - "entry_ip": "185.159.157.37", - "exit_ip": [ - "193.29.107.246" - ] + "entry_ip": "185.159.157.37" }, { "country": "Denmark", "name": "IS-DK#1", "hostname": "is-dk-01a.protonvpn.com", - "entry_ip": "185.159.158.153", - "exit_ip": [ - "37.120.232.52" - ] + "entry_ip": "185.159.158.153" }, { "country": "Denmark", "city": "Copenhagen", "name": "DK#1", "hostname": "dk-01.protonvpn.net", - "entry_ip": "95.174.65.3", - "exit_ip": [ - "95.174.65.3", - "95.174.65.4" - ] + "entry_ip": "95.174.65.3" }, { "country": "Denmark", "city": "Copenhagen", "name": "DK#13", "hostname": "dk-13.protonvpn.net", - "entry_ip": "193.29.107.243", - "exit_ip": [ - "193.29.107.243", - "193.29.107.244", - "193.29.107.245" - ] + "entry_ip": "193.29.107.243" }, { "country": "Denmark", "city": "Copenhagen", "name": "DK#16", "hostname": "node-dk-03.protonvpn.net", - "entry_ip": "193.29.107.242", - "exit_ip": [ - "193.29.107.246", - "193.29.107.247", - "193.29.107.248", - "193.29.107.249", - "193.29.107.250" - ] + "entry_ip": "193.29.107.242" }, { "country": "Denmark", "city": "Copenhagen", "name": "DK#21", "hostname": "dk-21.protonvpn.net", - "entry_ip": "37.120.232.51", - "exit_ip": [ - "37.120.232.51" - ] + "entry_ip": "37.120.232.51" }, { "country": "Denmark", "city": "Copenhagen", "name": "DK#22", "hostname": "node-dk-04.protonvpn.net", - "entry_ip": "37.120.232.50", - "exit_ip": [ - "37.120.232.52", - "37.120.232.53", - "37.120.232.54" - ] + "entry_ip": "37.120.232.50" }, { "country": "Denmark", "city": "Copenhagen", "name": "DK#3", "hostname": "node-dk-01.protonvpn.net", - "entry_ip": "95.174.65.2", - "exit_ip": [ - "95.174.65.5", - "95.174.65.6" - ] + "entry_ip": "95.174.65.2" }, { "country": "Egypt", "name": "SE-EG#1", "hostname": "se-eg-01a.protonvpn.com", - "entry_ip": "185.159.156.84", - "exit_ip": [ - "188.214.122.83" - ] + "entry_ip": "185.159.156.84" }, { "country": "Egypt", "city": "Cairo", "name": "EG#1", "hostname": "node-eg-01.protonvpn.net", - "entry_ip": "188.214.122.82", - "exit_ip": [ - "188.214.122.83", - "188.214.122.84", - "188.214.122.85", - "188.214.122.86", - "188.214.122.87", - "188.214.122.88", - "188.214.122.89", - "188.214.122.90" - ] + "entry_ip": "188.214.122.82" }, { "country": "Estonia", "name": "CH-EE#1", "hostname": "ch-ee-01a.protonvpn.com", - "entry_ip": "185.159.157.106", - "exit_ip": [ - "165.231.178.23" - ] + "entry_ip": "185.159.157.106" }, { "country": "Estonia", "name": "SE-EE#1", "hostname": "se-ee-01b.protonvpn.com", - "entry_ip": "185.159.156.49", - "exit_ip": [ - "165.231.178.22" - ] + "entry_ip": "185.159.156.49" }, { "country": "Estonia", "city": "Tallinn", "name": "EE#1", "hostname": "ee-01.protonvpn.com", - "entry_ip": "165.231.178.18", - "exit_ip": [ - "165.231.178.18", - "165.231.178.19", - "165.231.178.20" - ] + "entry_ip": "165.231.178.18" }, { "country": "Estonia", "city": "Tallinn", "name": "EE#4", "hostname": "lxc-ee-01.protonvpn.com", - "entry_ip": "165.231.178.10", - "exit_ip": [ - "165.231.178.21", - "165.231.178.22", - "165.231.178.23", - "165.231.178.24", - "165.231.178.25" - ] + "entry_ip": "165.231.178.10" }, { "country": "Finland", "name": "CH-FI#1", "hostname": "ch-fi-01a.protonvpn.com", - "entry_ip": "185.159.157.107", - "exit_ip": [ - "194.34.132.57" - ] + "entry_ip": "185.159.157.107" + }, + { + "country": "Finland", + "name": "SE-FI#1", + "hostname": "se-fi-01a.protonvpn.com", + "entry_ip": "185.159.156.92" }, { "country": "Finland", "name": "SE-FI#1", "hostname": "se-fi-01b.protonvpn.com", - "entry_ip": "185.159.156.27", - "exit_ip": [ - "194.34.132.58" - ] + "entry_ip": "185.159.156.27" }, { "country": "Finland", "name": "SE-FI#1", "hostname": "se-fi-01c.protonvpn.com", - "entry_ip": "185.159.156.28", - "exit_ip": [ - "194.34.132.59" - ] + "entry_ip": "185.159.156.28" }, { "country": "Finland", "city": "Helsinki", "name": "FI#1", "hostname": "fi-01.protonvpn.com", - "entry_ip": "194.34.132.56", - "exit_ip": [ - "194.34.132.56" - ] + "entry_ip": "194.34.132.56" }, { "country": "Finland", "city": "Helsinki", "name": "FI#2", "hostname": "lxc-fi-01.protonvpn.com", - "entry_ip": "194.34.132.55", - "exit_ip": [ - "194.34.132.57", - "194.34.132.58", - "194.34.132.59" - ] + "entry_ip": "194.34.132.55" + }, + { + "country": "Finland", + "city": "Helsinki", + "name": "FI#5", + "hostname": "node-fi-02.protonvpn.net", + "entry_ip": "196.196.203.202" }, { "country": "France", "name": "CH-FR#1", "hostname": "ch-fr-01a.protonvpn.com", - "entry_ip": "185.159.157.90", - "exit_ip": [ - "45.89.174.70" - ] + "entry_ip": "185.159.157.90" }, { "country": "France", "name": "CH-FR#1", "hostname": "ch-fr-01b.protonvpn.com", - "entry_ip": "185.159.157.126", - "exit_ip": [ - "45.83.90.148" - ] + "entry_ip": "185.159.157.126" }, { "country": "France", "name": "CH-FR#1", "hostname": "ch-fr-01c.protonvpn.com", - "entry_ip": "185.159.157.148", - "exit_ip": [ - "188.241.83.116" - ] + "entry_ip": "185.159.157.148" }, { "country": "France", "name": "CH-FR#1", "hostname": "ch-fr-01d.protonvpn.com", - "entry_ip": "185.159.157.149", - "exit_ip": [ - "188.241.83.124" - ] + "entry_ip": "185.159.157.149" }, { "country": "France", "name": "CH-FR#1", "hostname": "ch-fr-01e.protonvpn.com", - "entry_ip": "185.159.157.150", - "exit_ip": [ - "188.241.83.108" - ] + "entry_ip": "185.159.157.150" }, { "country": "France", "name": "CH-FR#1", "hostname": "ch-fr-01f.protonvpn.com", - "entry_ip": "185.159.157.63", - "exit_ip": [ - "217.138.207.230" - ] + "entry_ip": "185.159.157.63" }, { "country": "France", "name": "FR#13-TOR", "hostname": "fr-13-tor.protonvpn.net", - "entry_ip": "45.128.134.199", - "exit_ip": [ - "45.128.134.199" - ] + "entry_ip": "45.128.134.199" }, { "country": "France", "name": "IS-FR#1", "hostname": "is-fr-01a.protonvpn.com", - "entry_ip": "185.159.158.166", - "exit_ip": [ - "188.241.83.100" - ] + "entry_ip": "185.159.158.166" + }, + { + "country": "France", + "name": "SE-FR#1", + "hostname": "se-fr-01a.protonvpn.com", + "entry_ip": "185.159.156.93" + }, + { + "country": "France", + "name": "SE-FR#1", + "hostname": "se-fr-01b.protonvpn.com", + "entry_ip": "185.159.156.94" }, { "country": "France", "name": "SE-FR#1", "hostname": "se-fr-01c.protonvpn.com", - "entry_ip": "185.159.156.21", - "exit_ip": [ - "194.59.249.21" - ] + "entry_ip": "185.159.156.21" }, { "country": "France", "name": "SE-FR#1", "hostname": "se-fr-01e.protonvpn.com", - "entry_ip": "185.159.156.68", - "exit_ip": [ - "45.128.134.197" - ] + "entry_ip": "185.159.156.68" }, { "country": "France", "city": "Paris", "name": "FR#21", "hostname": "fr-21.protonvpn.net", - "entry_ip": "217.138.207.227", - "exit_ip": [ - "217.138.207.227", - "217.138.207.228", - "217.138.207.229" - ] + "entry_ip": "217.138.207.227" }, { "country": "France", "city": "Paris", "name": "FR#24", "hostname": "node-fr-05.protonvpn.net", - "entry_ip": "217.138.207.226", - "exit_ip": [ - "217.138.207.230", - "217.138.207.231", - "217.138.207.232", - "217.138.207.233", - "217.138.207.234" - ] + "entry_ip": "217.138.207.226" }, { "country": "France", "city": "Paris", "name": "FR#29", "hostname": "fr-29.protonvpn.net", - "entry_ip": "45.89.174.67", - "exit_ip": [ - "45.89.174.67", - "45.89.174.68", - "45.89.174.69" - ] + "entry_ip": "45.89.174.67" }, { "country": "France", "city": "Paris", "name": "FR#32", "hostname": "node-fr-06.protonvpn.net", - "entry_ip": "45.89.174.66", - "exit_ip": [ - "45.89.174.70", - "45.89.174.71", - "45.89.174.72", - "45.89.174.73", - "45.89.174.74" - ] + "entry_ip": "45.89.174.66" }, { "country": "France", "city": "Paris", "name": "FR#37", "hostname": "fr-37.protonvpn.net", - "entry_ip": "45.128.134.195", - "exit_ip": [ - "45.128.134.195", - "45.128.134.196" - ] + "entry_ip": "45.128.134.195" }, { "country": "France", "city": "Paris", "name": "FR#39", "hostname": "node-fr-07.protonvpn.net", - "entry_ip": "45.128.134.194", - "exit_ip": [ - "45.128.134.197", - "45.128.134.198" - ] + "entry_ip": "45.128.134.194" }, { "country": "France", "city": "Paris", "name": "FR#41", "hostname": "fr-41.protonvpn.net", - "entry_ip": "45.83.90.147", - "exit_ip": [ - "45.83.90.147" - ] + "entry_ip": "45.83.90.147" }, { "country": "France", "city": "Paris", "name": "FR#42", "hostname": "node-fr-08.protonvpn.net", - "entry_ip": "45.83.90.146", - "exit_ip": [ - "45.83.90.148", - "45.83.90.149", - "45.83.90.150" - ] + "entry_ip": "45.83.90.146" }, { "country": "France", "city": "Paris", "name": "FR#45", "hostname": "fr-45.protonvpn.net", - "entry_ip": "188.241.83.115", - "exit_ip": [ - "188.241.83.115" - ] + "entry_ip": "188.241.83.115" }, { "country": "France", "city": "Paris", "name": "FR#46", "hostname": "node-fr-09.protonvpn.net", - "entry_ip": "188.241.83.114", - "exit_ip": [ - "188.241.83.116", - "188.241.83.117", - "188.241.83.118" - ] + "entry_ip": "188.241.83.114" }, { "country": "France", "city": "Paris", "name": "FR#49", "hostname": "fr-49.protonvpn.net", - "entry_ip": "188.241.83.123", - "exit_ip": [ - "188.241.83.123" - ] + "entry_ip": "188.241.83.123" }, { "country": "France", "city": "Paris", "name": "FR#50", "hostname": "node-fr-10.protonvpn.net", - "entry_ip": "188.241.83.122", - "exit_ip": [ - "188.241.83.124", - "188.241.83.125", - "188.241.83.126" - ] + "entry_ip": "188.241.83.122" }, { "country": "France", "city": "Paris", "name": "FR#53", "hostname": "fr-53.protonvpn.com", - "entry_ip": "188.241.83.99", - "exit_ip": [ - "188.241.83.99" - ] + "entry_ip": "188.241.83.99" }, { "country": "France", "city": "Paris", "name": "FR#54", "hostname": "lxc-fr-11.protonvpn.com", - "entry_ip": "188.241.83.98", - "exit_ip": [ - "188.241.83.100", - "188.241.83.101", - "188.241.83.102" - ] + "entry_ip": "188.241.83.98" }, { "country": "France", "city": "Paris", "name": "FR#57", "hostname": "fr-57.protonvpn.com", - "entry_ip": "188.241.83.107", - "exit_ip": [ - "188.241.83.107" - ] + "entry_ip": "188.241.83.107" }, { "country": "France", "city": "Paris", "name": "FR#58", "hostname": "lxc-fr-12.protonvpn.com", - "entry_ip": "188.241.83.106", - "exit_ip": [ - "188.241.83.108", - "188.241.83.109", - "188.241.83.110" - ] + "entry_ip": "188.241.83.106" + }, + { + "country": "France", + "city": "Paris", + "name": "FR#61", + "hostname": "node-fr-13.protonvpn.net", + "entry_ip": "185.246.211.193" + }, + { + "country": "France", + "city": "Paris", + "name": "FR#73", + "hostname": "node-fr-14.protonvpn.net", + "entry_ip": "185.246.211.72" }, { "country": "France", "city": "Paris", "name": "FR#9", "hostname": "lxc-fr-03.protonvpn.com", - "entry_ip": "194.59.249.18", - "exit_ip": [ - "194.59.249.19", - "194.59.249.20", - "194.59.249.21", - "194.59.249.22" - ] + "entry_ip": "194.59.249.18" }, { "country": "Georgia", "name": "IS-GE#1", "hostname": "is-ge-01a.protonvpn.com", - "entry_ip": "185.159.158.182", - "exit_ip": [ - "194.135.119.10" - ] + "entry_ip": "185.159.158.182" }, { "country": "Georgia", "city": "Tbilisi", "name": "GE#1", "hostname": "node-ge-01.protonvpn.net", - "entry_ip": "194.135.119.7", - "exit_ip": [ - "194.135.119.8", - "194.135.119.9", - "194.135.119.10", - "194.135.119.11", - "194.135.119.12", - "194.135.119.13" - ] + "entry_ip": "194.135.119.7" }, { "country": "Germany", "name": "CH-DE#1", - "hostname": "ch-de-01a.protonvpn.com", - "entry_ip": "185.159.157.77", - "exit_ip": [ - "37.120.217.166" - ] + "hostname": "ch-de-01a.protonvpn.net", + "entry_ip": "185.159.157.77" }, { "country": "Germany", "name": "CH-DE#1", - "hostname": "ch-de-01c.protonvpn.com", - "entry_ip": "185.159.157.102", - "exit_ip": [ - "91.207.172.188" - ] + "hostname": "ch-de-01b.protonvpn.com", + "entry_ip": "185.159.157.183" + }, + { + "country": "Germany", + "name": "CH-DE#1", + "hostname": "ch-de-01d.protonvpn.com", + "entry_ip": "185.159.157.184" }, { "country": "Germany", "name": "DE#53-TOR", "hostname": "de-53-tor.protonvpn.net", - "entry_ip": "194.126.177.9", - "exit_ip": [ - "194.126.177.9" - ] + "entry_ip": "194.126.177.9" }, { "country": "Germany", "name": "DE#7-TOR", "hostname": "de-07-tor.protonvpn.net", - "entry_ip": "37.120.217.87", - "exit_ip": [ - "37.120.217.87" - ] + "entry_ip": "37.120.217.87" }, { "country": "Germany", "name": "IS-DE#1", "hostname": "is-de-01b.protonvpn.com", - "entry_ip": "185.159.158.178", - "exit_ip": [ - "194.126.177.16" - ] + "entry_ip": "185.159.158.178" }, { "country": "Germany", "name": "IS-DE#1", - "hostname": "is-de-01c.protonvpn.com", - "entry_ip": "185.159.158.139", - "exit_ip": [ - "37.120.217.167" - ] + "hostname": "is-de-01c.protonvpn.net", + "entry_ip": "185.159.158.139" }, { "country": "Germany", "name": "IS-DE#1", "hostname": "is-de-01d.protonvpn.com", - "entry_ip": "185.159.158.144", - "exit_ip": [ - "37.120.217.84" - ] - }, - { - "country": "Germany", - "name": "IS-DE#1", - "hostname": "is-de-01e.protonvpn.com", - "entry_ip": "185.159.158.156", - "exit_ip": [ - "94.198.40.100" - ] - }, - { - "country": "Germany", - "name": "IS-DE#1", - "hostname": "is-de-01f.protonvpn.com", - "entry_ip": "185.159.158.157", - "exit_ip": [ - "93.177.73.36" - ] + "entry_ip": "185.159.158.144" }, { "country": "Germany", "name": "IS-DE#1", "hostname": "is-de-01g.protonvpn.com", - "entry_ip": "185.159.158.179", - "exit_ip": [ - "194.126.177.32" - ] + "entry_ip": "185.159.158.179" }, { "country": "Germany", "name": "IS-DE#1", "hostname": "is-de-01h.protonvpn.com", - "entry_ip": "185.159.158.180", - "exit_ip": [ - "194.126.177.48" - ] + "entry_ip": "185.159.158.180" }, { "country": "Germany", "city": "Berlin", "name": "DE#13", - "hostname": "de-13.protonvpn.com", - "entry_ip": "37.120.217.163", - "exit_ip": [ - "37.120.217.163", - "37.120.217.164", - "37.120.217.165" - ] + "hostname": "de-13.protonvpn.net", + "entry_ip": "37.120.217.163" }, { "country": "Germany", "city": "Berlin", "name": "DE#16", - "hostname": "lxc-de-04.protonvpn.com", - "entry_ip": "37.120.217.162", - "exit_ip": [ - "37.120.217.166", - "37.120.217.167", - "37.120.217.168", - "37.120.217.169", - "37.120.217.170" - ] + "hostname": "node-de-04.protonvpn.net", + "entry_ip": "37.120.217.162" }, { "country": "Germany", "city": "Berlin", "name": "DE#33", "hostname": "de-33.protonvpn.net", - "entry_ip": "37.120.217.83", - "exit_ip": [ - "37.120.217.83" - ] + "entry_ip": "37.120.217.83" }, { "country": "Germany", "city": "Berlin", "name": "DE#34", "hostname": "node-de-07.protonvpn.net", - "entry_ip": "37.120.217.82", - "exit_ip": [ - "37.120.217.84", - "37.120.217.85", - "37.120.217.86" - ] + "entry_ip": "37.120.217.82" }, { "country": "Germany", "city": "Frankfurt", - "name": "DE#29", - "hostname": "de-29.protonvpn.net", - "entry_ip": "91.207.172.187", - "exit_ip": [ - "91.207.172.187" - ] + "name": "DE#102", + "hostname": "de-102.protonvpn.net", + "entry_ip": "194.126.177.64" }, { "country": "Germany", "city": "Frankfurt", - "name": "DE#30", - "hostname": "node-de-06.protonvpn.net", - "entry_ip": "91.207.172.186", - "exit_ip": [ - "91.207.172.188", - "91.207.172.189", - "91.207.172.190" - ] + "name": "DE#105", + "hostname": "node-de-16.protonvpn.net", + "entry_ip": "194.126.177.13" }, { "country": "Germany", "city": "Frankfurt", - "name": "DE#45", - "hostname": "de-45.protonvpn.com", - "entry_ip": "94.198.40.99", - "exit_ip": [ - "94.198.40.99" - ] - }, - { - "country": "Germany", - "city": "Frankfurt", - "name": "DE#46", - "hostname": "lxc-de-10.protonvpn.com", - "entry_ip": "94.198.40.98", - "exit_ip": [ - "94.198.40.100", - "94.198.40.101", - "94.198.40.102" - ] - }, - { - "country": "Germany", - "city": "Frankfurt", - "name": "DE#49", - "hostname": "de-49.protonvpn.com", - "entry_ip": "93.177.73.35", - "exit_ip": [ - "93.177.73.35" - ] - }, - { - "country": "Germany", - "city": "Frankfurt", - "name": "DE#50", - "hostname": "lxc-de-11.protonvpn.com", - "entry_ip": "93.177.73.34", - "exit_ip": [ - "93.177.73.36", - "93.177.73.37", - "93.177.73.38" - ] + "name": "DE#114", + "hostname": "node-de-17.protonvpn.net", + "entry_ip": "194.126.177.14" }, { "country": "Germany", "city": "Frankfurt", "name": "DE#54", "hostname": "de-54.protonvpn.net", - "entry_ip": "194.126.177.10", - "exit_ip": [ - "194.126.177.24", - "194.126.177.25", - "194.126.177.26", - "194.126.177.27" - ] + "entry_ip": "194.126.177.10" }, { "country": "Germany", "city": "Frankfurt", "name": "DE#58", "hostname": "node-de-12.protonvpn.net", - "entry_ip": "194.126.177.6", - "exit_ip": [ - "194.126.177.16", - "194.126.177.17", - "194.126.177.18", - "194.126.177.19", - "194.126.177.21", - "194.126.177.22", - "194.126.177.23", - "194.126.177.20" - ] + "entry_ip": "194.126.177.6" }, { "country": "Germany", "city": "Frankfurt", "name": "DE#65", "hostname": "de-65.protonvpn.net", - "entry_ip": "194.126.177.11", - "exit_ip": [ - "194.126.177.40", - "194.126.177.41", - "194.126.177.42", - "194.126.177.43" - ] + "entry_ip": "194.126.177.11" }, { "country": "Germany", "city": "Frankfurt", "name": "DE#69", "hostname": "node-de-13.protonvpn.net", - "entry_ip": "194.126.177.7", - "exit_ip": [ - "194.126.177.32", - "194.126.177.33", - "194.126.177.34", - "194.126.177.35", - "194.126.177.36", - "194.126.177.37", - "194.126.177.38", - "194.126.177.39" - ] + "entry_ip": "194.126.177.7" }, { "country": "Germany", "city": "Frankfurt", "name": "DE#77", "hostname": "de-77.protonvpn.net", - "entry_ip": "194.126.177.12", - "exit_ip": [ - "194.126.177.56", - "194.126.177.57", - "194.126.177.58", - "194.126.177.59" - ] + "entry_ip": "194.126.177.12" }, { "country": "Germany", "city": "Frankfurt", "name": "DE#81", "hostname": "node-de-14.protonvpn.net", - "entry_ip": "194.126.177.8", - "exit_ip": [ - "194.126.177.48", - "194.126.177.49", - "194.126.177.50", - "194.126.177.51", - "194.126.177.52", - "194.126.177.53", - "194.126.177.54", - "194.126.177.55" - ] + "entry_ip": "194.126.177.8" }, { "country": "Greece", "name": "CH-GR#1", "hostname": "ch-gr-01a.protonvpn.com", - "entry_ip": "185.159.157.65", - "exit_ip": [ - "185.51.134.198" - ] + "entry_ip": "185.159.157.65" }, { "country": "Greece", "city": "Athens", "name": "GR#1", "hostname": "gr-01.protonvpn.net", - "entry_ip": "185.51.134.195", - "exit_ip": [ - "185.51.134.195", - "185.51.134.196", - "185.51.134.197" - ] + "entry_ip": "185.51.134.195" }, { "country": "Greece", "city": "Athens", "name": "GR#4", "hostname": "node-gr-01.protonvpn.net", - "entry_ip": "185.51.134.194", - "exit_ip": [ - "185.51.134.198", - "185.51.134.199", - "185.51.134.200", - "185.51.134.201", - "185.51.134.202" - ] + "entry_ip": "185.51.134.194" }, { "country": "Hong Kong", "name": "CH-HK#1", "hostname": "ch-hk-01a.protonvpn.com", - "entry_ip": "185.159.157.108", - "exit_ip": [ - "209.58.185.234" - ] + "entry_ip": "185.159.157.108" }, { "country": "Hong Kong", "name": "HK#5-TOR", "hostname": "hk-05-tor.protonvpn.net", - "entry_ip": "209.58.185.154", - "exit_ip": [ - "209.58.185.154" - ] + "entry_ip": "209.58.185.154" }, { "country": "Hong Kong", "name": "IS-HK#1", "hostname": "is-hk-01a.protonvpn.com", - "entry_ip": "185.159.158.152", - "exit_ip": [ - "45.133.181.252" - ] + "entry_ip": "185.159.158.152" + }, + { + "country": "Hong Kong", + "name": "IS-HK#1", + "hostname": "is-hk-01b.protonvpn.com", + "entry_ip": "185.159.158.195" }, { "country": "Hong Kong", "name": "SE-HK#1", "hostname": "se-hk-01a.protonvpn.com", - "entry_ip": "185.159.156.11", - "exit_ip": [ - "209.58.185.234" - ] + "entry_ip": "185.159.156.11" }, { "country": "Hong Kong", "name": "SE-HK#1", "hostname": "se-hk-01c.protonvpn.com", - "entry_ip": "185.159.156.65", - "exit_ip": [ - "193.239.86.6" - ] + "entry_ip": "185.159.156.65" }, { "country": "Hong Kong", "city": "Hong Kong", "name": "HK#1", "hostname": "hk-01.protonvpn.net", - "entry_ip": "209.58.185.231", - "exit_ip": [ - "209.58.185.231", - "209.58.185.232" - ] + "entry_ip": "209.58.185.231" }, { "country": "Hong Kong", "city": "Hong Kong", "name": "HK#14", "hostname": "hk-14.protonvpn.net", - "entry_ip": "45.133.181.251", - "exit_ip": [ - "45.133.181.251" - ] + "entry_ip": "45.133.181.251" }, { "country": "Hong Kong", "city": "Hong Kong", "name": "HK#15", "hostname": "node-hk-03.protonvpn.net", - "entry_ip": "45.133.181.250", - "exit_ip": [ - "45.133.181.252", - "45.133.181.253", - "45.133.181.254" - ] + "entry_ip": "45.133.181.250" + }, + { + "country": "Hong Kong", + "city": "Hong Kong", + "name": "HK#18", + "hostname": "hk-18.protonvpn.net", + "entry_ip": "156.146.45.130" + }, + { + "country": "Hong Kong", + "city": "Hong Kong", + "name": "HK#21", + "hostname": "node-hk-04.protonvpn.net", + "entry_ip": "156.146.45.129" }, { "country": "Hong Kong", "city": "Hong Kong", "name": "HK#3", "hostname": "node-hk-01.protonvpn.net", - "entry_ip": "209.58.185.229", - "exit_ip": [ - "209.58.185.233", - "209.58.185.234" - ] + "entry_ip": "209.58.185.229" }, { "country": "Hong Kong", "city": "Hong Kong", "name": "HK#6", "hostname": "hk-06.protonvpn.net", - "entry_ip": "193.239.86.3", - "exit_ip": [ - "193.239.86.3", - "193.239.86.4", - "193.239.86.5" - ] + "entry_ip": "193.239.86.3" }, { "country": "Hong Kong", "city": "Hong Kong", "name": "HK#9", "hostname": "node-hk-02.protonvpn.net", - "entry_ip": "193.239.86.2", - "exit_ip": [ - "193.239.86.6", - "193.239.86.7", - "193.239.86.8", - "193.239.86.9", - "193.239.86.10" - ] + "entry_ip": "193.239.86.2" }, { "country": "Hungary", "name": "CH-HU#1", "hostname": "ch-hu-01a.protonvpn.com", - "entry_ip": "185.159.157.105", - "exit_ip": [ - "185.128.26.214" - ] + "entry_ip": "185.159.157.105" }, { "country": "Hungary", "name": "IS-HU#1", "hostname": "is-hu-01a.protonvpn.com", - "entry_ip": "185.159.158.155", - "exit_ip": [ - "86.106.74.212" - ] + "entry_ip": "185.159.158.155" }, { "country": "Hungary", "city": "Budapest", "name": "HU#1", "hostname": "hu-01.protonvpn.net", - "entry_ip": "185.128.26.211", - "exit_ip": [ - "185.128.26.211", - "185.128.26.212", - "185.128.26.213" - ] + "entry_ip": "185.128.26.211" }, { "country": "Hungary", "city": "Budapest", "name": "HU#10", "hostname": "node-hu-02.protonvpn.net", - "entry_ip": "86.106.74.210", - "exit_ip": [ - "86.106.74.212", - "86.106.74.213", - "86.106.74.214" - ] + "entry_ip": "86.106.74.210" }, { "country": "Hungary", "city": "Budapest", "name": "HU#4", "hostname": "node-hu-01.protonvpn.net", - "entry_ip": "185.128.26.210", - "exit_ip": [ - "185.128.26.214", - "185.128.26.215", - "185.128.26.216", - "185.128.26.217", - "185.128.26.218" - ] + "entry_ip": "185.128.26.210" }, { "country": "Hungary", "city": "Budapest", "name": "HU#9", "hostname": "hu-09.protonvpn.net", - "entry_ip": "86.106.74.211", - "exit_ip": [ - "86.106.74.211" - ] + "entry_ip": "86.106.74.211" }, { "country": "Iceland", "name": "IS#9-TOR", "hostname": "is-09-tor.protonvpn.net", - "entry_ip": "185.159.158.193", - "exit_ip": [ - "185.159.158.193" - ] + "entry_ip": "185.159.158.193" }, { "country": "Iceland", "city": "Reykjavik", "name": "IS#1", "hostname": "is-01.protonvpn.net", - "entry_ip": "185.159.158.100", - "exit_ip": [ - "185.159.158.100", - "185.159.158.101" - ] + "entry_ip": "185.159.158.100" }, { "country": "Iceland", "city": "Reykjavik", "name": "IS#3", "hostname": "node-is-02.protonvpn.net", - "entry_ip": "185.159.158.2", - "exit_ip": [ - "185.159.158.50", - "185.159.158.51" - ] + "entry_ip": "185.159.158.2" }, { "country": "Iceland", "city": "Reykjavik", "name": "IS#5", "hostname": "is-05.protonvpn.net", - "entry_ip": "185.159.158.57", - "exit_ip": [ - "185.159.158.57", - "185.159.158.58" - ] + "entry_ip": "185.159.158.57" }, { "country": "Iceland", "city": "Reykjavik", "name": "IS#7", "hostname": "node-is-01.protonvpn.net", - "entry_ip": "185.159.158.1", - "exit_ip": [ - "185.159.158.107", - "185.159.158.108" - ] + "entry_ip": "185.159.158.1" }, { "country": "India", "name": "CH-IN#1", "hostname": "ch-in-01b.protonvpn.com", - "entry_ip": "185.159.157.64", - "exit_ip": [ - "103.224.240.75" - ] + "entry_ip": "185.159.157.64" }, { "country": "India", "name": "CH-IN#1", "hostname": "ch-in-01c.protonvpn.com", - "entry_ip": "185.159.157.40", - "exit_ip": [ - "103.156.50.162" - ] + "entry_ip": "185.159.157.40" }, { "country": "India", "city": "Mumbai", "name": "IN#3", "hostname": "in-03.protonvpn.net", - "entry_ip": "103.224.240.72", - "exit_ip": [ - "103.224.240.72", - "103.224.240.73", - "103.224.240.74" - ] + "entry_ip": "103.224.240.72" }, { "country": "India", "city": "Mumbai", "name": "IN#6", "hostname": "node-in-02.protonvpn.net", - "entry_ip": "103.224.240.71", - "exit_ip": [ - "103.224.240.75", - "103.224.240.76", - "103.224.240.77", - "103.224.240.78", - "103.224.240.79" - ] + "entry_ip": "103.224.240.71" }, { "country": "India", "city": "Pune", "name": "IN#1", "hostname": "in-01b.protonvpn.net", - "entry_ip": "103.156.50.161", - "exit_ip": [ - "103.156.50.161" - ] + "entry_ip": "103.156.50.161" }, { "country": "India", "city": "Pune", "name": "IN#2", "hostname": "node-in-01b.protonvpn.net", - "entry_ip": "103.156.50.7", - "exit_ip": [ - "103.156.50.162" - ] + "entry_ip": "103.156.50.7" }, { "country": "Ireland", "name": "CH-IE#1", "hostname": "ch-ie-01a.protonvpn.com", - "entry_ip": "185.159.157.89", - "exit_ip": [ - "84.247.48.166" - ] + "entry_ip": "185.159.157.89" }, { "country": "Ireland", "name": "IS-IE#1", "hostname": "is-ie-01a.protonvpn.com", - "entry_ip": "185.159.158.118", - "exit_ip": [ - "5.157.13.4" - ] + "entry_ip": "185.159.158.118" }, { "country": "Ireland", "name": "IS-IE#1", "hostname": "is-ie-01c.protonvpn.com", - "entry_ip": "185.159.158.120", - "exit_ip": [ - "5.157.13.6" - ] + "entry_ip": "185.159.158.120" }, { "country": "Ireland", "city": "Dublin", "name": "IE#1", "hostname": "ie-01.protonvpn.net", - "entry_ip": "5.157.13.3", - "exit_ip": [ - "5.157.13.3" - ] + "entry_ip": "5.157.13.3" }, { "country": "Ireland", "city": "Dublin", "name": "IE#2", "hostname": "node-ie-01.protonvpn.net", - "entry_ip": "5.157.13.2", - "exit_ip": [ - "5.157.13.4", - "5.157.13.5", - "5.157.13.6" - ] + "entry_ip": "5.157.13.2" }, { "country": "Ireland", "city": "Dublin", "name": "IE#5", "hostname": "ie-05.protonvpn.net", - "entry_ip": "84.247.48.163", - "exit_ip": [ - "84.247.48.163", - "84.247.48.164", - "84.247.48.165" - ] + "entry_ip": "84.247.48.163" }, { "country": "Ireland", "city": "Dublin", "name": "IE#8", "hostname": "node-ie-02.protonvpn.net", - "entry_ip": "84.247.48.162", - "exit_ip": [ - "84.247.48.166", - "84.247.48.167", - "84.247.48.168", - "84.247.48.169", - "84.247.48.170" - ] + "entry_ip": "84.247.48.162" + }, + { + "country": "Israel", + "name": "IS-IL#1", + "hostname": "is-il-01a.protonvpn.com", + "entry_ip": "185.159.158.194" }, { "country": "Israel", "name": "IS-IL#1", "hostname": "is-il-01e.protonvpn.com", - "entry_ip": "185.159.158.130", - "exit_ip": [ - "87.239.255.102" - ] + "entry_ip": "185.159.158.130" + }, + { + "country": "Israel", + "city": "Petah Tikva", + "name": "IL#10", + "hostname": "node-il-03.protonvpn.net", + "entry_ip": "185.185.134.74" + }, + { + "country": "Israel", + "city": "Petah Tikva", + "name": "IL#9", + "hostname": "il-09.protonvpn.net", + "entry_ip": "185.185.134.75" }, { "country": "Israel", "city": "Tel Aviv", "name": "IL#1", "hostname": "il-01d.protonvpn.net", - "entry_ip": "87.239.255.101", - "exit_ip": [ - "87.239.255.101" - ] + "entry_ip": "87.239.255.101" }, { "country": "Israel", "city": "Tel Aviv", "name": "IL#2", "hostname": "node-il-01d.protonvpn.net", - "entry_ip": "87.239.255.100", - "exit_ip": [ - "87.239.255.102", - "87.239.255.103", - "87.239.255.104" - ] + "entry_ip": "87.239.255.100" }, { "country": "Israel", "region": "South", "name": "CH-IL#1", "hostname": "ch-il-01a.protonvpn.com", - "entry_ip": "185.159.157.168", - "exit_ip": [ - "185.185.134.116" - ] + "entry_ip": "185.159.157.168" }, { "country": "Israel", @@ -87032,10 +86140,7 @@ "city": "Petah Tikva", "name": "IL#5", "hostname": "il-05.protonvpn.com", - "entry_ip": "185.185.134.115", - "exit_ip": [ - "185.185.134.115" - ] + "entry_ip": "185.185.134.115" }, { "country": "Israel", @@ -87043,5557 +86148,3237 @@ "city": "Petah Tikva", "name": "IL#6", "hostname": "lxc-il-02.protonvpn.com", - "entry_ip": "185.185.134.114", - "exit_ip": [ - "185.185.134.116", - "185.185.134.117", - "185.185.134.118" - ] + "entry_ip": "185.185.134.114" }, { "country": "Italy", "name": "CH-IT#1", "hostname": "ch-it-01a.protonvpn.com", - "entry_ip": "185.159.157.18", - "exit_ip": [ - "185.128.27.102" - ] + "entry_ip": "185.159.157.18" }, { "country": "Italy", "name": "CH-IT#1", "hostname": "ch-it-01b.protonvpn.com", - "entry_ip": "185.159.157.87", - "exit_ip": [ - "217.138.219.182" - ] + "entry_ip": "185.159.157.87" }, { "country": "Italy", "name": "IS-IT#1", "hostname": "is-it-01a.protonvpn.com", - "entry_ip": "185.159.158.154", - "exit_ip": [ - "185.94.193.148" - ] + "entry_ip": "185.159.158.154" }, { "country": "Italy", "city": "Milan", "name": "IT#1", "hostname": "it-01.protonvpn.com", - "entry_ip": "185.128.27.99", - "exit_ip": [ - "185.128.27.99", - "185.128.27.100" - ] + "entry_ip": "185.128.27.99" }, { "country": "Italy", "city": "Milan", "name": "IT#13", "hostname": "it-13.protonvpn.com", - "entry_ip": "185.94.193.147", - "exit_ip": [ - "185.94.193.147" - ] + "entry_ip": "185.94.193.147" }, { "country": "Italy", "city": "Milan", "name": "IT#14", "hostname": "lxc-it-03.protonvpn.com", - "entry_ip": "185.94.193.146", - "exit_ip": [ - "185.94.193.148", - "185.94.193.149", - "185.94.193.150" - ] + "entry_ip": "185.94.193.146" }, { "country": "Italy", "city": "Milan", "name": "IT#3", "hostname": "lxc-it-01.protonvpn.com", - "entry_ip": "185.128.27.98", - "exit_ip": [ - "185.128.27.101", - "185.128.27.102" - ] + "entry_ip": "185.128.27.98" }, { "country": "Italy", "city": "Milan", "name": "IT#5", "hostname": "it-05.protonvpn.com", - "entry_ip": "217.138.219.179", - "exit_ip": [ - "217.138.219.179", - "217.138.219.180", - "217.138.219.181" - ] + "entry_ip": "217.138.219.179" }, { "country": "Italy", "city": "Milan", "name": "IT#8", "hostname": "lxc-it-02.protonvpn.com", - "entry_ip": "217.138.219.178", - "exit_ip": [ - "217.138.219.182", - "217.138.219.183", - "217.138.219.184", - "217.138.219.185", - "217.138.219.186" - ] + "entry_ip": "217.138.219.178" }, { "country": "Japan", "name": "CH-JP#1", "hostname": "ch-jp-01a.protonvpn.com", - "entry_ip": "185.159.157.80", - "exit_ip": [ - "103.125.235.28" - ] + "entry_ip": "185.159.157.80" }, { "country": "Japan", "name": "JP-FREE#1", "hostname": "lxc-jp-11.protonvpn.com", - "entry_ip": "103.125.235.18", - "exit_ip": [ - "103.125.235.21", - "103.125.235.22", - "103.125.235.23", - "103.125.235.24" - ] - }, - { - "country": "Japan", - "name": "JP-FREE#2", - "hostname": "node-jp-16.protonvpn.net", - "entry_ip": "138.199.22.102", - "exit_ip": [ - "37.19.205.193", - "37.19.205.194", - "37.19.205.195", - "37.19.205.196", - "37.19.205.197", - "37.19.205.198", - "37.19.205.199", - "37.19.205.200", - "37.19.205.201", - "37.19.205.202", - "37.19.205.203", - "37.19.205.204" - ] + "entry_ip": "103.125.235.18" }, { "country": "Japan", "name": "JP-FREE#3", "hostname": "lxc-jp-13.protonvpn.com", - "entry_ip": "45.14.71.5", - "exit_ip": [ - "45.14.71.8", - "45.14.71.9", - "45.14.71.10", - "45.14.71.11" - ] - }, - { - "country": "Japan", - "name": "JP-FREE#3", - "hostname": "lxc-jp-15.protonvpn.com", - "entry_ip": "45.14.71.7", - "exit_ip": [ - "45.14.71.20", - "45.14.71.21", - "45.14.71.22", - "45.14.71.23" - ] + "entry_ip": "45.14.71.5" }, { "country": "Japan", "name": "JP-FREE#4", "hostname": "node-jp-18.protonvpn.net", - "entry_ip": "138.199.21.193", - "exit_ip": [ - "138.199.21.194", - "138.199.21.195", - "138.199.21.196", - "138.199.21.197", - "138.199.21.198", - "138.199.21.199", - "138.199.21.200", - "138.199.21.201", - "138.199.21.202", - "138.199.21.203", - "138.199.21.204", - "138.199.21.205" - ] + "entry_ip": "138.199.21.193" + }, + { + "country": "Japan", + "name": "JP-FREE#5", + "hostname": "node-jp-19.protonvpn.net", + "entry_ip": "138.199.21.206" + }, + { + "country": "Japan", + "name": "JP-FREE#6", + "hostname": "node-jp-20.protonvpn.net", + "entry_ip": "138.199.21.211" + }, + { + "country": "Japan", + "name": "JP-FREE#7", + "hostname": "lxc-jp-15.protonvpn.com", + "entry_ip": "45.14.71.7" }, { "country": "Japan", "name": "SE-JP#1", "hostname": "se-jp-01a.protonvpn.com", - "entry_ip": "185.159.156.56", - "exit_ip": [ - "45.14.71.15" - ] + "entry_ip": "185.159.156.56" }, { "country": "Japan", "name": "SE-JP#1", "hostname": "se-jp-01d.protonvpn.com", - "entry_ip": "185.159.156.37", - "exit_ip": [ - "103.125.235.27" - ] + "entry_ip": "185.159.156.37" }, { "country": "Japan", "city": "Osaka", "name": "JP#51", "hostname": "jp-51.protonvpn.net", - "entry_ip": "45.14.71.12", - "exit_ip": [ - "45.14.71.12", - "45.14.71.13", - "45.14.71.14" - ] + "entry_ip": "45.14.71.12" }, { "country": "Japan", "city": "Osaka", "name": "JP#54", "hostname": "node-jp-14.protonvpn.net", - "entry_ip": "45.14.71.6", - "exit_ip": [ - "45.14.71.15", - "45.14.71.16", - "45.14.71.17", - "45.14.71.18", - "45.14.71.19" - ] + "entry_ip": "45.14.71.6" }, { "country": "Japan", "city": "Tokyo", "name": "JP#43", "hostname": "jp-43.protonvpn.net", - "entry_ip": "103.125.235.25", - "exit_ip": [ - "103.125.235.25", - "103.125.235.26" - ] + "entry_ip": "103.125.235.25" }, { "country": "Japan", "city": "Tokyo", "name": "JP#45", "hostname": "node-jp-12.protonvpn.net", - "entry_ip": "103.125.235.19", - "exit_ip": [ - "103.125.235.27", - "103.125.235.28", - "103.125.235.29", - "103.125.235.30", - "103.125.235.31", - "103.125.235.32" - ] + "entry_ip": "103.125.235.19" }, { "country": "Japan", "city": "Tokyo", "name": "JP#59", "hostname": "jp-59.protonvpn.net", - "entry_ip": "37.19.205.242", - "exit_ip": [ - "37.19.205.242", - "37.19.205.243", - "37.19.205.244", - "37.19.205.245" - ] + "entry_ip": "37.19.205.242" }, { "country": "Japan", "city": "Tokyo", "name": "JP#69", "hostname": "node-jp-17.protonvpn.net", - "entry_ip": "138.199.22.97", - "exit_ip": [ - "37.19.205.223", - "37.19.205.224", - "37.19.205.225", - "37.19.205.226", - "37.19.205.227", - "37.19.205.228", - "37.19.205.229", - "37.19.205.230" - ] + "entry_ip": "138.199.22.97" }, { "country": "Korea", "name": "SE-KR#2", "hostname": "se-kr-01a.protonvpn.com", - "entry_ip": "185.159.156.87", - "exit_ip": [ - "79.110.55.3" - ] + "entry_ip": "185.159.156.87" }, { "country": "Korea", "city": "Seoul", "name": "KR#13", "hostname": "node-kr-03.protonvpn.net", - "entry_ip": "79.110.55.2", - "exit_ip": [ - "79.110.55.3", - "79.110.55.4", - "79.110.55.5", - "79.110.55.6", - "79.110.55.7", - "79.110.55.8", - "79.110.55.9", - "79.110.55.10" - ] + "entry_ip": "79.110.55.2" }, { "country": "Latvia", "name": "CH-LV#1", "hostname": "ch-lv-01a.protonvpn.com", - "entry_ip": "185.159.157.61", - "exit_ip": [ - "196.240.54.119" - ] + "entry_ip": "185.159.157.61" }, { "country": "Latvia", "name": "CH-LV#1", "hostname": "ch-lv-01b.protonvpn.com", - "entry_ip": "185.159.157.81", - "exit_ip": [ - "196.240.54.118" - ] + "entry_ip": "185.159.157.81" }, { "country": "Latvia", "city": "Riga", "name": "LV#1", "hostname": "lv-01.protonvpn.net", - "entry_ip": "196.240.54.115", - "exit_ip": [ - "196.240.54.115", - "196.240.54.116", - "196.240.54.117" - ] + "entry_ip": "196.240.54.115" }, { "country": "Latvia", "city": "Riga", "name": "LV#4", "hostname": "node-lv-01.protonvpn.net", - "entry_ip": "196.240.54.114", - "exit_ip": [ - "196.240.54.118", - "196.240.54.119", - "196.240.54.120", - "196.240.54.121", - "196.240.54.122" - ] + "entry_ip": "196.240.54.114" }, { "country": "Lithuania", "name": "CH-LT#1", "hostname": "ch-lt-01a.protonvpn.com", - "entry_ip": "185.159.157.110", - "exit_ip": [ - "85.206.163.149" - ] + "entry_ip": "185.159.157.110" }, { "country": "Lithuania", "name": "SE-LT#1", "hostname": "se-lt-01a.protonvpn.com", - "entry_ip": "185.159.156.43", - "exit_ip": [ - "85.206.163.148" - ] + "entry_ip": "185.159.156.43" }, { "country": "Lithuania", "city": "Siauliai", "name": "LT#1", "hostname": "lt-01.protonvpn.net", - "entry_ip": "85.206.163.145", - "exit_ip": [ - "85.206.163.145", - "85.206.163.146", - "85.206.163.147" - ] + "entry_ip": "85.206.163.145" }, { "country": "Lithuania", "city": "Siauliai", "name": "LT#4", "hostname": "node-lt-01.protonvpn.net", - "entry_ip": "85.206.163.144", - "exit_ip": [ - "85.206.163.148", - "85.206.163.149", - "85.206.163.150", - "85.206.163.151", - "85.206.163.152" - ] + "entry_ip": "85.206.163.144" }, { "country": "Luxembourg", "name": "CH-LU#1", "hostname": "ch-lu-01d.protonvpn.com", - "entry_ip": "185.159.157.66", - "exit_ip": [ - "92.223.89.149" - ] + "entry_ip": "185.159.157.66" }, { "country": "Luxembourg", "name": "IS-LU#1", "hostname": "is-lu-01a.protonvpn.com", - "entry_ip": "185.159.158.147", - "exit_ip": [ - "92.223.89.135" - ] + "entry_ip": "185.159.158.147" }, { "country": "Luxembourg", "city": "Luxembourg City", "name": "LU#13", "hostname": "lu-13.protonvpn.net", - "entry_ip": "92.223.89.134", - "exit_ip": [ - "92.223.89.134" - ] + "entry_ip": "92.223.89.134" }, { "country": "Luxembourg", "city": "Luxembourg City", "name": "LU#14", "hostname": "node-lu-03.protonvpn.net", - "entry_ip": "92.223.89.133", - "exit_ip": [ - "92.223.89.135", - "92.223.89.136", - "92.223.89.137" - ] + "entry_ip": "92.223.89.133" }, { "country": "Luxembourg", "city": "Luxembourg City", "name": "LU#5", "hostname": "lu-05.protonvpn.com", - "entry_ip": "92.223.89.145", - "exit_ip": [ - "92.223.89.145", - "92.223.89.146", - "92.223.89.147" - ] + "entry_ip": "92.223.89.145" }, { "country": "Luxembourg", "city": "Luxembourg City", "name": "LU#8", "hostname": "lxc-lu-02.protonvpn.com", - "entry_ip": "92.223.89.141", - "exit_ip": [ - "92.223.89.148", - "92.223.89.149", - "92.223.89.150", - "92.223.89.151", - "92.223.89.152" - ] + "entry_ip": "92.223.89.141" }, { "country": "Malaysia", "name": "CH-MY#1", "hostname": "ch-my-01a.protonvpn.com", - "entry_ip": "185.159.157.95", - "exit_ip": [ - "103.230.142.230" - ] + "entry_ip": "185.159.157.95" }, { "country": "Malaysia", "city": "Johor Bahru", "name": "MY#1", "hostname": "my-01.protonvpn.net", - "entry_ip": "103.230.142.227", - "exit_ip": [ - "103.230.142.227", - "103.230.142.228", - "103.230.142.229" - ] + "entry_ip": "103.230.142.227" }, { "country": "Malaysia", "city": "Johor Bahru", "name": "MY#4", "hostname": "node-my-01.protonvpn.net", - "entry_ip": "103.230.142.226", - "exit_ip": [ - "103.230.142.230", - "103.230.142.231", - "103.230.142.232", - "103.230.142.233", - "103.230.142.234" - ] + "entry_ip": "103.230.142.226" }, { "country": "Mexico", "name": "CH-MX#1", "hostname": "ch-mx-01a.protonvpn.com", - "entry_ip": "185.159.157.91", - "exit_ip": [ - "191.96.145.242" - ] + "entry_ip": "185.159.157.91" }, { "country": "Mexico", "city": "Chiapas", "name": "MX#1", "hostname": "mx-01.protonvpn.net", - "entry_ip": "191.96.145.239", - "exit_ip": [ - "191.96.145.239", - "191.96.145.240", - "191.96.145.241" - ] + "entry_ip": "191.96.145.239" }, { "country": "Mexico", "city": "Chiapas", "name": "MX#4", "hostname": "node-mx-01.protonvpn.net", - "entry_ip": "191.96.145.238", - "exit_ip": [ - "191.96.145.242", - "191.96.145.243", - "191.96.145.244", - "191.96.145.245", - "191.96.145.246" - ] + "entry_ip": "191.96.145.238" }, { "country": "Moldova", "name": "CH-MD#1", "hostname": "ch-md-01a.protonvpn.com", - "entry_ip": "185.159.157.111", - "exit_ip": [ - "178.17.168.168" - ] + "entry_ip": "185.159.157.111" }, { "country": "Moldova", "name": "SE-MD#1", "hostname": "se-md-01a.protonvpn.com", - "entry_ip": "185.159.156.45", - "exit_ip": [ - "178.17.168.166" - ] + "entry_ip": "185.159.156.45" }, { "country": "Moldova", "city": "Chisinau", "name": "MD#1", "hostname": "md-01.protonvpn.net", - "entry_ip": "178.17.168.163", - "exit_ip": [ - "178.17.168.163", - "178.17.168.164", - "178.17.168.165" - ] + "entry_ip": "178.17.168.163" }, { "country": "Moldova", "city": "Chisinau", "name": "MD#4", "hostname": "node-md-01.protonvpn.net", - "entry_ip": "178.17.168.162", - "exit_ip": [ - "178.17.168.166", - "178.17.168.167", - "178.17.168.168", - "178.17.168.169", - "178.17.168.170" - ] + "entry_ip": "178.17.168.162" }, { "country": "Netherlands", "name": "CH-NL#1", "hostname": "ch-nl-01a.protonvpn.com", - "entry_ip": "185.159.157.28", - "exit_ip": [ - "185.107.95.214" - ] + "entry_ip": "185.159.157.28" }, { "country": "Netherlands", "name": "CH-NL#1", "hostname": "ch-nl-01b.protonvpn.com", - "entry_ip": "185.159.157.83", - "exit_ip": [ - "185.107.95.213" - ] + "entry_ip": "185.159.157.83" + }, + { + "country": "Netherlands", + "name": "CH-NL#1", + "hostname": "ch-nl-01c.protonvpn.com", + "entry_ip": "185.159.157.178" + }, + { + "country": "Netherlands", + "name": "CH-NL#1", + "hostname": "ch-nl-01d.protonvpn.com", + "entry_ip": "185.159.157.179" }, { "country": "Netherlands", "name": "IS-NL#1", "hostname": "is-nl-01a.protonvpn.com", - "entry_ip": "185.159.158.105", - "exit_ip": [ - "77.247.178.186" - ] + "entry_ip": "185.159.158.105" }, { "country": "Netherlands", "name": "IS-NL#1", "hostname": "is-nl-01b.protonvpn.com", - "entry_ip": "185.159.158.55", - "exit_ip": [ - "62.112.9.237" - ] + "entry_ip": "185.159.158.55" }, { "country": "Netherlands", "name": "IS-NL#1", "hostname": "is-nl-01c.protonvpn.com", - "entry_ip": "185.159.158.134", - "exit_ip": [ - "192.40.57.51" - ] + "entry_ip": "185.159.158.134" }, { "country": "Netherlands", "name": "IS-NL#1", "hostname": "is-nl-01d.protonvpn.com", - "entry_ip": "185.159.158.135", - "exit_ip": [ - "192.40.57.238" - ] + "entry_ip": "185.159.158.135" }, { "country": "Netherlands", "name": "IS-NL#1", "hostname": "is-nl-01e.protonvpn.com", - "entry_ip": "185.159.158.146", - "exit_ip": [ - "107.181.180.174" - ] + "entry_ip": "185.159.158.146" }, { "country": "Netherlands", "name": "IS-NL#1", "hostname": "is-nl-01f.protonvpn.com", - "entry_ip": "185.159.158.173", - "exit_ip": [ - "46.166.182.115" - ] - }, - { - "country": "Netherlands", - "name": "IS-NL#1", - "hostname": "is-nl-01g.protonvpn.com", - "entry_ip": "185.159.158.174", - "exit_ip": [ - "46.166.187.72" - ] - }, - { - "country": "Netherlands", - "name": "IS-NL#1", - "hostname": "is-nl-01h.protonvpn.com", - "entry_ip": "185.159.158.175", - "exit_ip": [ - "46.166.187.145" - ] + "entry_ip": "185.159.158.173" }, { "country": "Netherlands", "name": "IS-NL#1", "hostname": "is-nl-01i.protonvpn.com", - "entry_ip": "185.159.158.176", - "exit_ip": [ - "185.107.57.3" - ] + "entry_ip": "185.159.158.176" }, { "country": "Netherlands", "name": "NL-FREE#1", "hostname": "lxc-nl-02.protonvpn.com", - "entry_ip": "217.23.3.76", - "exit_ip": [ - "217.23.3.91", - "217.23.3.92", - "217.23.3.96", - "217.23.3.171" - ] + "entry_ip": "217.23.3.76" }, { "country": "Netherlands", - "name": "NL-FREE#1", - "hostname": "lxc-nl-03.protonvpn.com", - "entry_ip": "89.39.107.188", - "exit_ip": [ - "89.39.107.202", - "89.39.107.203", - "89.39.107.204", - "89.39.107.205" - ] - }, - { - "country": "Netherlands", - "name": "NL-FREE#1", - "hostname": "lxc-nl-04.protonvpn.com", - "entry_ip": "89.39.107.109", - "exit_ip": [ - "89.39.107.198", - "89.39.107.199", - "89.39.107.200", - "89.39.107.201" - ] - }, - { - "country": "Netherlands", - "name": "NL-FREE#1", - "hostname": "lxc-nl-05.protonvpn.com", - "entry_ip": "89.39.107.113", - "exit_ip": [ - "89.39.107.194", - "89.39.107.195", - "89.39.107.196", - "89.39.107.197" - ] - }, - { - "country": "Netherlands", - "name": "NL-FREE#1", - "hostname": "lxc-nl-06.protonvpn.com", - "entry_ip": "89.39.107.185", - "exit_ip": [ - "89.39.107.190", - "89.39.107.191", - "89.39.107.192", - "89.39.107.193" - ] - }, - { - "country": "Netherlands", - "name": "NL-FREE#1", - "hostname": "lxc-nl-09.protonvpn.com", - "entry_ip": "109.201.133.20", - "exit_ip": [ - "109.201.133.22", - "109.201.133.24", - "109.201.133.26", - "109.201.133.30" - ] + "name": "NL-FREE#10", + "hostname": "node-nl-50.protonvpn.net", + "entry_ip": "185.107.57.51" }, { "country": "Netherlands", "name": "NL-FREE#11", "hostname": "lxc-nl-21.protonvpn.com", - "entry_ip": "185.107.95.225", - "exit_ip": [ - "185.107.95.226", - "185.107.95.227", - "185.107.95.228", - "185.107.95.229" - ] + "entry_ip": "185.107.95.225" + }, + { + "country": "Netherlands", + "name": "NL-FREE#11", + "hostname": "lxc-nl-36.protonvpn.com", + "entry_ip": "185.107.80.216" + }, + { + "country": "Netherlands", + "name": "NL-FREE#12", + "hostname": "node-nl-57.protonvpn.net", + "entry_ip": "138.199.7.159" + }, + { + "country": "Netherlands", + "name": "NL-FREE#13", + "hostname": "lxc-nl-03.protonvpn.com", + "entry_ip": "89.39.107.188" + }, + { + "country": "Netherlands", + "name": "NL-FREE#14", + "hostname": "lxc-nl-04.protonvpn.com", + "entry_ip": "89.39.107.109" + }, + { + "country": "Netherlands", + "name": "NL-FREE#15", + "hostname": "lxc-nl-05.protonvpn.com", + "entry_ip": "89.39.107.113" + }, + { + "country": "Netherlands", + "name": "NL-FREE#16", + "hostname": "lxc-nl-06.protonvpn.com", + "entry_ip": "89.39.107.185" + }, + { + "country": "Netherlands", + "name": "NL-FREE#17", + "hostname": "lxc-nl-09.protonvpn.com", + "entry_ip": "109.201.133.20" + }, + { + "country": "Netherlands", + "name": "NL-FREE#18", + "hostname": "lxc-nl-23.protonvpn.com", + "entry_ip": "89.38.97.115" + }, + { + "country": "Netherlands", + "name": "NL-FREE#19", + "hostname": "lxc-nl-24.protonvpn.com", + "entry_ip": "190.2.131.198" }, { "country": "Netherlands", "name": "NL-FREE#2", - "hostname": "lxc-nl-11.protonvpn.com", - "entry_ip": "46.166.142.218", - "exit_ip": [ - "46.166.142.219", - "46.166.142.220", - "46.166.142.221", - "46.166.142.222" - ] + "hostname": "node-nl-51.protonvpn.net", + "entry_ip": "185.107.57.61" + }, + { + "country": "Netherlands", + "name": "NL-FREE#21", + "hostname": "lxc-nl-27.protonvpn.com", + "entry_ip": "190.2.130.161" + }, + { + "country": "Netherlands", + "name": "NL-FREE#22", + "hostname": "lxc-nl-34.protonvpn.com", + "entry_ip": "46.166.182.59" + }, + { + "country": "Netherlands", + "name": "NL-FREE#23", + "hostname": "lxc-nl-35.protonvpn.com", + "entry_ip": "46.166.182.31" + }, + { + "country": "Netherlands", + "name": "NL-FREE#24", + "hostname": "lxc-nl-38.protonvpn.com", + "entry_ip": "107.181.180.167" + }, + { + "country": "Netherlands", + "name": "NL-FREE#25", + "hostname": "lxc-nl-16.protonvpn.com", + "entry_ip": "192.40.57.226" + }, + { + "country": "Netherlands", + "name": "NL-FREE#26", + "hostname": "lxc-nl-17.protonvpn.com", + "entry_ip": "192.40.57.231" + }, + { + "country": "Netherlands", + "name": "NL-FREE#27", + "hostname": "node-nl-52.protonvpn.net", + "entry_ip": "92.119.179.82" + }, + { + "country": "Netherlands", + "name": "NL-FREE#28", + "hostname": "node-nl-58.protonvpn.net", + "entry_ip": "138.199.7.170" + }, + { + "country": "Netherlands", + "name": "NL-FREE#29", + "hostname": "node-nl-59.protonvpn.net", + "entry_ip": "138.199.7.171" }, { "country": "Netherlands", "name": "NL-FREE#3", "hostname": "lxc-nl-12.protonvpn.com", - "entry_ip": "185.165.241.34", - "exit_ip": [ - "185.165.241.35", - "185.165.241.36", - "185.165.241.37", - "185.165.241.38" - ] + "entry_ip": "185.165.241.34" }, { "country": "Netherlands", - "name": "NL-FREE#3", - "hostname": "lxc-nl-16.protonvpn.com", - "entry_ip": "192.40.57.226", - "exit_ip": [ - "192.40.57.227", - "192.40.57.228", - "192.40.57.229", - "192.40.57.230" - ] + "name": "NL-FREE#30", + "hostname": "node-nl-60.protonvpn.net", + "entry_ip": "138.199.7.172" }, { "country": "Netherlands", - "name": "NL-FREE#3", - "hostname": "lxc-nl-17.protonvpn.com", - "entry_ip": "192.40.57.231", - "exit_ip": [ - "192.40.57.232", - "192.40.57.233", - "192.40.57.234", - "192.40.57.235" - ] + "name": "NL-FREE#31", + "hostname": "node-nl-61.protonvpn.net", + "entry_ip": "138.199.7.173" + }, + { + "country": "Netherlands", + "name": "NL-FREE#32", + "hostname": "node-nl-62.protonvpn.net", + "entry_ip": "138.199.7.225" + }, + { + "country": "Netherlands", + "name": "NL-FREE#33", + "hostname": "node-nl-63.protonvpn.net", + "entry_ip": "138.199.7.240" + }, + { + "country": "Netherlands", + "name": "NL-FREE#34", + "hostname": "node-nl-64.protonvpn.net", + "entry_ip": "138.199.7.239" + }, + { + "country": "Netherlands", + "name": "NL-FREE#35", + "hostname": "node-nl-65.protonvpn.net", + "entry_ip": "138.199.7.245" + }, + { + "country": "Netherlands", + "name": "NL-FREE#36", + "hostname": "node-de-06.protonvpn.net", + "entry_ip": "91.207.172.186" + }, + { + "country": "Netherlands", + "name": "NL-FREE#37", + "hostname": "lxc-de-10.protonvpn.com", + "entry_ip": "94.198.40.98" + }, + { + "country": "Netherlands", + "name": "NL-FREE#38", + "hostname": "lxc-de-11.protonvpn.com", + "entry_ip": "93.177.73.34" }, { "country": "Netherlands", "name": "NL-FREE#4", "hostname": "lxc-nl-22.protonvpn.com", - "entry_ip": "190.2.132.198", - "exit_ip": [ - "190.2.132.207", - "190.2.132.213", - "190.2.132.214", - "190.2.132.224" - ] - }, - { - "country": "Netherlands", - "name": "NL-FREE#4", - "hostname": "lxc-nl-23.protonvpn.com", - "entry_ip": "89.38.97.115", - "exit_ip": [ - "89.38.97.116", - "89.38.97.125", - "89.38.97.132", - "89.38.97.144" - ] - }, - { - "country": "Netherlands", - "name": "NL-FREE#4", - "hostname": "lxc-nl-24.protonvpn.com", - "entry_ip": "190.2.131.198", - "exit_ip": [ - "190.2.131.206", - "190.2.131.207", - "190.2.131.208", - "190.2.131.209" - ] + "entry_ip": "190.2.132.198" }, { "country": "Netherlands", "name": "NL-FREE#5", "hostname": "lxc-nl-25.protonvpn.com", - "entry_ip": "190.2.133.223", - "exit_ip": [ - "190.2.133.224", - "190.2.133.225", - "190.2.133.229", - "190.2.133.230" - ] + "entry_ip": "190.2.133.223" }, { "country": "Netherlands", "name": "NL-FREE#5", "hostname": "lxc-nl-26.protonvpn.com", - "entry_ip": "190.2.131.200", - "exit_ip": [ - "190.2.131.201", - "190.2.131.202", - "190.2.131.204", - "190.2.131.205" - ] - }, - { - "country": "Netherlands", - "name": "NL-FREE#5", - "hostname": "lxc-nl-27.protonvpn.com", - "entry_ip": "190.2.130.161", - "exit_ip": [ - "190.2.130.164", - "190.2.130.167", - "190.2.130.168", - "190.2.130.177" - ] + "entry_ip": "190.2.131.200" }, { "country": "Netherlands", "name": "NL-FREE#6", "hostname": "lxc-nl-33.protonvpn.com", - "entry_ip": "46.166.182.69", - "exit_ip": [ - "46.166.182.70", - "46.166.182.71", - "46.166.182.72", - "46.166.182.73" - ] - }, - { - "country": "Netherlands", - "name": "NL-FREE#6", - "hostname": "lxc-nl-34.protonvpn.com", - "entry_ip": "46.166.182.59", - "exit_ip": [ - "46.166.182.65", - "46.166.182.66", - "46.166.182.67", - "46.166.182.68" - ] - }, - { - "country": "Netherlands", - "name": "NL-FREE#6", - "hostname": "lxc-nl-35.protonvpn.com", - "entry_ip": "46.166.182.31", - "exit_ip": [ - "46.166.182.32", - "46.166.182.33", - "46.166.182.34", - "46.166.182.57" - ] + "entry_ip": "46.166.182.69" }, { "country": "Netherlands", "name": "NL-FREE#7", "hostname": "lxc-nl-37.protonvpn.com", - "entry_ip": "107.181.180.162", - "exit_ip": [ - "107.181.180.163", - "107.181.180.164", - "107.181.180.165", - "107.181.180.166" - ] - }, - { - "country": "Netherlands", - "name": "NL-FREE#7", - "hostname": "lxc-nl-38.protonvpn.com", - "entry_ip": "107.181.180.167", - "exit_ip": [ - "107.181.180.168", - "107.181.180.169", - "107.181.180.170", - "107.181.180.171" - ] + "entry_ip": "107.181.180.162" }, { "country": "Netherlands", "name": "NL-FREE#8", - "hostname": "nl-208.protonvpn.com", - "entry_ip": "89.38.99.188", - "exit_ip": [ - "89.38.99.188" - ] + "hostname": "node-nl-55.protonvpn.net", + "entry_ip": "89.38.99.188" }, { "country": "Netherlands", "name": "NL-FREE#9", - "hostname": "nl-218.protonvpn.com", - "entry_ip": "190.2.138.15", - "exit_ip": [ - "190.2.138.12", - "190.2.138.14", - "190.2.138.16", - "190.2.138.17" - ] + "hostname": "node-nl-56.protonvpn.net", + "entry_ip": "190.2.138.15" }, { "country": "Netherlands", "name": "SE-NL#1", "hostname": "se-nl-01a.protonvpn.com", - "entry_ip": "185.159.156.72", - "exit_ip": [ - "190.2.132.155" - ] + "entry_ip": "185.159.156.72" }, { "country": "Netherlands", "name": "SE-NL#1", "hostname": "se-nl-01b.protonvpn.com", - "entry_ip": "185.159.156.73", - "exit_ip": [ - "190.2.132.125" - ] + "entry_ip": "185.159.156.73" }, { "country": "Netherlands", "name": "SE-NL#1", "hostname": "se-nl-01c.protonvpn.com", - "entry_ip": "185.159.156.74", - "exit_ip": [ - "190.2.131.159" - ] + "entry_ip": "185.159.156.74" }, { "country": "Netherlands", "name": "SE-NL#1", "hostname": "se-nl-01d.protonvpn.com", - "entry_ip": "185.159.156.75", - "exit_ip": [ - "85.159.237.73" - ] + "entry_ip": "185.159.156.75" }, { "country": "Netherlands", "name": "SE-NL#1", "hostname": "se-nl-01e.protonvpn.com", - "entry_ip": "185.159.156.76", - "exit_ip": [ - "185.107.80.192" - ] + "entry_ip": "185.159.156.76" + }, + { + "country": "Netherlands", + "name": "SE-NL#1", + "hostname": "se-nl-01f.protonvpn.com", + "entry_ip": "185.159.156.91" }, { "country": "Netherlands", "city": "Amsterdam", "name": "NL#1", "hostname": "nl-01.protonvpn.net", - "entry_ip": "62.112.9.165", - "exit_ip": [ - "62.112.9.165", - "62.112.9.166" - ] + "entry_ip": "62.112.9.165" }, { "country": "Netherlands", "city": "Amsterdam", "name": "NL#13", "hostname": "nl-13.protonvpn.com", - "entry_ip": "190.2.146.228", - "exit_ip": [ - "190.2.146.228" - ] + "entry_ip": "190.2.146.228" }, { "country": "Netherlands", "city": "Amsterdam", "name": "NL#14", "hostname": "lxc-nl-13.protonvpn.com", - "entry_ip": "190.2.146.180", - "exit_ip": [ - "190.2.146.230", - "190.2.146.231", - "190.2.146.232" - ] + "entry_ip": "190.2.146.180" }, { "country": "Netherlands", "city": "Amsterdam", "name": "NL#17", "hostname": "lxc-nl-14.protonvpn.com", - "entry_ip": "192.40.57.50", - "exit_ip": [ - "192.40.57.51", - "192.40.57.52", - "192.40.57.53", - "192.40.57.54" - ] + "entry_ip": "192.40.57.50" }, { "country": "Netherlands", "city": "Amsterdam", "name": "NL#21", - "hostname": "lxc-nl-15.protonvpn.com", - "entry_ip": "192.40.57.55", - "exit_ip": [ - "192.40.57.56", - "192.40.57.57", - "192.40.57.58", - "192.40.57.59" - ] + "hostname": "node-nl-15.protonvpn.net", + "entry_ip": "192.40.57.55" + }, + { + "country": "Netherlands", + "city": "Amsterdam", + "name": "NL#227", + "hostname": "nl-227.protonvpn.net", + "entry_ip": "146.70.86.115" + }, + { + "country": "Netherlands", + "city": "Amsterdam", + "name": "NL#228", + "hostname": "node-nl-53.protonvpn.net", + "entry_ip": "146.70.86.114" }, { "country": "Netherlands", "city": "Amsterdam", "name": "NL#25", "hostname": "nl-25.protonvpn.net", - "entry_ip": "192.40.57.237", - "exit_ip": [ - "192.40.57.237" - ] + "entry_ip": "192.40.57.237" }, { "country": "Netherlands", "city": "Amsterdam", "name": "NL#26", "hostname": "node-nl-18.protonvpn.net", - "entry_ip": "192.40.57.236", - "exit_ip": [ - "192.40.57.238", - "192.40.57.239", - "192.40.57.240" - ] + "entry_ip": "192.40.57.236" }, { "country": "Netherlands", "city": "Amsterdam", "name": "NL#3", "hostname": "node-nl-01.protonvpn.net", - "entry_ip": "62.112.9.164", - "exit_ip": [ - "62.112.9.167", - "62.112.9.237" - ] + "entry_ip": "62.112.9.164" }, { "country": "Netherlands", "city": "Amsterdam", "name": "NL#37", "hostname": "nl-37.protonvpn.com", - "entry_ip": "190.2.132.141", - "exit_ip": [ - "190.2.132.141", - "190.2.132.148" - ] + "entry_ip": "190.2.132.141" }, { "country": "Netherlands", "city": "Amsterdam", "name": "NL#39", "hostname": "lxc-nl-28.protonvpn.com", - "entry_ip": "190.2.132.139", - "exit_ip": [ - "190.2.132.155", - "190.2.132.157" - ] + "entry_ip": "190.2.132.139" }, { "country": "Netherlands", "city": "Amsterdam", "name": "NL#41", "hostname": "lxc-nl-29.protonvpn.com", - "entry_ip": "190.2.132.124", - "exit_ip": [ - "190.2.132.125", - "190.2.132.127", - "190.2.132.128", - "190.2.132.136" - ] + "entry_ip": "190.2.132.124" }, { "country": "Netherlands", "city": "Amsterdam", "name": "NL#45", "hostname": "nl-45.protonvpn.com", - "entry_ip": "190.2.131.157", - "exit_ip": [ - "190.2.131.157" - ] + "entry_ip": "190.2.131.157" }, { "country": "Netherlands", "city": "Amsterdam", "name": "NL#46", "hostname": "lxc-nl-30.protonvpn.com", - "entry_ip": "190.2.131.156", - "exit_ip": [ - "190.2.131.159", - "190.2.131.167", - "190.2.131.175" - ] + "entry_ip": "190.2.131.156" }, { "country": "Netherlands", "city": "Amsterdam", "name": "NL#49", "hostname": "lxc-nl-31.protonvpn.com", - "entry_ip": "85.159.237.72", - "exit_ip": [ - "85.159.237.73", - "85.159.237.74", - "85.159.237.75", - "85.159.237.76" - ] + "entry_ip": "85.159.237.72" }, { "country": "Netherlands", "city": "Amsterdam", "name": "NL#5", "hostname": "lxc-nl-08.protonvpn.com", - "entry_ip": "77.247.178.180", - "exit_ip": [ - "77.247.178.182", - "77.247.178.183", - "77.247.178.185", - "77.247.178.186" - ] + "entry_ip": "77.247.178.180" }, { "country": "Netherlands", "city": "Amsterdam", "name": "NL#57", "hostname": "nl-57.protonvpn.net", - "entry_ip": "107.181.180.173", - "exit_ip": [ - "107.181.180.173" - ] + "entry_ip": "107.181.180.173" }, { "country": "Netherlands", "city": "Amsterdam", "name": "NL#58", "hostname": "node-nl-39.protonvpn.net", - "entry_ip": "107.181.180.172", - "exit_ip": [ - "107.181.180.174", - "107.181.180.175", - "107.181.180.176" - ] + "entry_ip": "107.181.180.172" }, { "country": "Netherlands", "city": "Amsterdam", "name": "NL#69", "hostname": "nl-69.protonvpn.net", - "entry_ip": "46.166.182.101", - "exit_ip": [ - "46.166.182.101" - ] + "entry_ip": "46.166.182.101" }, { "country": "Netherlands", "city": "Amsterdam", "name": "NL#70", "hostname": "node-nl-43.protonvpn.net", - "entry_ip": "46.166.182.100", - "exit_ip": [ - "46.166.182.115", - "46.166.182.116", - "46.166.182.117" - ] + "entry_ip": "46.166.182.100" }, { "country": "Netherlands", "city": "Amsterdam", "name": "NL#85", "hostname": "node-nl-47.protonvpn.net", - "entry_ip": "138.199.7.129", - "exit_ip": [ - "138.199.7.130", - "138.199.7.131", - "138.199.7.132", - "138.199.7.133", - "138.199.7.134", - "138.199.7.135", - "138.199.7.136", - "138.199.7.137", - "138.199.7.138", - "138.199.7.139", - "138.199.7.140", - "138.199.7.141" - ] + "entry_ip": "138.199.7.129" }, { "country": "Netherlands", "city": "Rotterdam", - "name": "NL#73", - "hostname": "nl-73.protonvpn.com", - "entry_ip": "46.166.187.56", - "exit_ip": [ - "46.166.187.56" - ] + "name": "NL#219", + "hostname": "nl-219.protonvpn.net", + "entry_ip": "185.107.57.62" }, { "country": "Netherlands", "city": "Rotterdam", - "name": "NL#74", - "hostname": "lxc-nl-44.protonvpn.com", - "entry_ip": "46.166.187.55", - "exit_ip": [ - "46.166.187.72", - "46.166.187.81", - "46.166.187.97" - ] + "name": "NL#220", + "hostname": "node-nl-48.protonvpn.net", + "entry_ip": "185.107.57.49" }, { "country": "Netherlands", "city": "Rotterdam", - "name": "NL#77", - "hostname": "nl-77.protonvpn.net", - "entry_ip": "46.166.187.117", - "exit_ip": [ - "46.166.187.117" - ] + "name": "NL#223", + "hostname": "nl-223.protonvpn.net", + "entry_ip": "185.107.57.71" }, { "country": "Netherlands", "city": "Rotterdam", - "name": "NL#78", - "hostname": "node-nl-45.protonvpn.net", - "entry_ip": "46.166.187.48", - "exit_ip": [ - "46.166.187.145", - "46.166.187.167", - "46.166.187.171" - ] + "name": "NL#224", + "hostname": "node-nl-49.protonvpn.net", + "entry_ip": "185.107.57.50" }, { "country": "Netherlands", "city": "Steenbergen", "name": "NL#29", "hostname": "nl-29.protonvpn.net", - "entry_ip": "185.107.95.210", - "exit_ip": [ - "185.107.95.210", - "185.107.95.211", - "185.107.95.212" - ] + "entry_ip": "185.107.95.210" }, { "country": "Netherlands", "city": "Steenbergen", "name": "NL#32", "hostname": "node-nl-20.protonvpn.net", - "entry_ip": "185.107.95.209", - "exit_ip": [ - "185.107.95.213", - "185.107.95.214", - "185.107.95.215", - "185.107.95.216", - "185.107.95.217" - ] + "entry_ip": "185.107.95.209" }, { "country": "Netherlands", "city": "Steenbergen", "name": "NL#53", "hostname": "nl-53.protonvpn.com", - "entry_ip": "185.107.80.191", - "exit_ip": [ - "185.107.80.191" - ] + "entry_ip": "185.107.80.191" }, { "country": "Netherlands", "city": "Steenbergen", "name": "NL#54", "hostname": "lxc-nl-32.protonvpn.com", - "entry_ip": "185.107.80.190", - "exit_ip": [ - "185.107.80.192", - "185.107.80.193", - "185.107.80.195" - ] + "entry_ip": "185.107.80.190" }, { "country": "Netherlands", "city": "Steenbergen", "name": "NL#81", "hostname": "nl-81.protonvpn.net", - "entry_ip": "185.107.57.2", - "exit_ip": [ - "185.107.57.2" - ] + "entry_ip": "185.107.57.2" }, { "country": "Netherlands", "city": "Steenbergen", "name": "NL#82", "hostname": "node-nl-46.protonvpn.net", - "entry_ip": "185.107.57.1", - "exit_ip": [ - "185.107.57.3", - "185.107.57.4", - "185.107.57.5" - ] + "entry_ip": "185.107.57.1" }, { "country": "New Zealand", "name": "CH-NZ#1", "hostname": "ch-nz-01a.protonvpn.com", - "entry_ip": "185.159.157.97", - "exit_ip": [ - "116.90.74.182" - ] + "entry_ip": "185.159.157.97" }, { "country": "New Zealand", "name": "SE-NZ#1", "hostname": "se-nz-01b.protonvpn.com", - "entry_ip": "185.159.156.41", - "exit_ip": [ - "116.90.74.243" - ] + "entry_ip": "185.159.156.41" }, { "country": "New Zealand", "city": "Auckland", "name": "NZ#13", "hostname": "nz-13.protonvpn.net", - "entry_ip": "116.90.74.179", - "exit_ip": [ - "116.90.74.179", - "116.90.74.180", - "116.90.74.181" - ] + "entry_ip": "116.90.74.179" }, { "country": "New Zealand", "city": "Auckland", "name": "NZ#16", "hostname": "node-nz-03.protonvpn.net", - "entry_ip": "116.90.74.178", - "exit_ip": [ - "116.90.74.182", - "116.90.74.183", - "116.90.74.184", - "116.90.74.185", - "116.90.74.186" - ] + "entry_ip": "116.90.74.178" }, { "country": "New Zealand", "city": "Auckland", "name": "NZ#5", "hostname": "nz-05.protonvpn.net", - "entry_ip": "116.90.74.243", - "exit_ip": [ - "116.90.74.243", - "116.90.74.244", - "116.90.74.245" - ] + "entry_ip": "116.90.74.243" }, { "country": "New Zealand", "city": "Auckland", "name": "NZ#8", "hostname": "node-nz-02.protonvpn.net", - "entry_ip": "116.90.74.242", - "exit_ip": [ - "116.90.74.246", - "116.90.74.247", - "116.90.74.248", - "116.90.74.249", - "116.90.74.250" - ] + "entry_ip": "116.90.74.242" }, { "country": "Nigeria", "name": "SE-NG#1", "hostname": "se-es-01a.protonvpn.com", - "entry_ip": "185.159.156.88", - "exit_ip": [ - "37.19.214.7" - ] + "entry_ip": "185.159.156.88" }, { "country": "Nigeria", "city": "Abuja", "name": "NG#1", "hostname": "node-es-07.protonvpn.net", - "entry_ip": "185.76.11.27", - "exit_ip": [ - "37.19.214.7", - "37.19.214.8", - "37.19.214.9", - "37.19.214.10", - "37.19.214.11" - ] + "entry_ip": "185.76.11.27" }, { "country": "Norway", "name": "CH-NO#1", "hostname": "ch-no-01a.protonvpn.com", - "entry_ip": "185.159.157.156", - "exit_ip": [ - "91.219.215.156" - ] + "entry_ip": "185.159.157.156" }, { "country": "Norway", "name": "IS-NO#1", - "hostname": "is-no-01b.protonvpn.com", - "entry_ip": "185.159.158.122", - "exit_ip": [ - "95.174.66.61" - ] + "hostname": "is-no-01b.protonvpn.net", + "entry_ip": "185.159.158.122" }, { "country": "Norway", "name": "IS-NO#1", "hostname": "is-no-01d.protonvpn.com", - "entry_ip": "185.159.158.145", - "exit_ip": [ - "84.247.50.180" - ] + "entry_ip": "185.159.158.145" }, { "country": "Norway", "name": "SE-NO#1", "hostname": "se-no-01a.protonvpn.com", - "entry_ip": "185.159.156.48", - "exit_ip": [ - "37.120.203.86" - ] + "entry_ip": "185.159.156.48" }, { "country": "Norway", "city": "Oslo", "name": "NO#1", - "hostname": "no-01.protonvpn.com", - "entry_ip": "95.174.66.59", - "exit_ip": [ - "95.174.66.59" - ] + "hostname": "no-01.protonvpn.net", + "entry_ip": "95.174.66.59" }, { "country": "Norway", "city": "Oslo", "name": "NO#13", "hostname": "no-13.protonvpn.net", - "entry_ip": "84.247.50.179", - "exit_ip": [ - "84.247.50.179" - ] + "entry_ip": "84.247.50.179" }, { "country": "Norway", "city": "Oslo", "name": "NO#14", "hostname": "node-no-03.protonvpn.net", - "entry_ip": "84.247.50.178", - "exit_ip": [ - "84.247.50.180", - "84.247.50.181", - "84.247.50.182" - ] + "entry_ip": "84.247.50.178" }, { "country": "Norway", "city": "Oslo", "name": "NO#17", "hostname": "no-17.protonvpn.net", - "entry_ip": "91.219.215.155", - "exit_ip": [ - "91.219.215.155" - ] + "entry_ip": "91.219.215.155" }, { "country": "Norway", "city": "Oslo", "name": "NO#18", "hostname": "node-no-04.protonvpn.net", - "entry_ip": "91.219.215.154", - "exit_ip": [ - "91.219.215.156", - "91.219.215.157", - "91.219.215.158" - ] + "entry_ip": "91.219.215.154" }, { "country": "Norway", "city": "Oslo", "name": "NO#2", - "hostname": "lxc-no-01.protonvpn.com", - "entry_ip": "95.174.66.58", - "exit_ip": [ - "95.174.66.60", - "95.174.66.61", - "95.174.66.62" - ] + "hostname": "node-no-01.protonvpn.net", + "entry_ip": "95.174.66.58" }, { "country": "Norway", "city": "Oslo", "name": "NO#5", "hostname": "no-05.protonvpn.net", - "entry_ip": "37.120.203.83", - "exit_ip": [ - "37.120.203.83", - "37.120.203.84", - "37.120.203.85" - ] + "entry_ip": "37.120.203.83" }, { "country": "Norway", "city": "Oslo", "name": "NO#8", "hostname": "node-no-02.protonvpn.net", - "entry_ip": "37.120.203.82", - "exit_ip": [ - "37.120.203.86", - "37.120.203.87", - "37.120.203.88", - "37.120.203.89", - "37.120.203.90" - ] + "entry_ip": "37.120.203.82" }, { "country": "Peru", "name": "CH-PE#1", "hostname": "ch-pe-01a.protonvpn.com", - "entry_ip": "185.159.157.135", - "exit_ip": [ - "194.99.44.8" - ] + "entry_ip": "185.159.157.135" + }, + { + "country": "Peru", + "name": "CH-PE#1", + "hostname": "ch-pe-01b.protonvpn.com", + "entry_ip": "185.159.157.180" }, { "country": "Peru", "city": "Lima", "name": "PE#1", "hostname": "pe-01.protonvpn.net", - "entry_ip": "194.99.44.5", - "exit_ip": [ - "194.99.44.5", - "194.99.44.6", - "194.99.44.7" - ] + "entry_ip": "194.99.44.5" + }, + { + "country": "Peru", + "city": "Lima", + "name": "PE#12", + "hostname": "node-pe-02.protonvpn.net", + "entry_ip": "66.90.82.34" }, { "country": "Peru", "city": "Lima", "name": "PE#4", "hostname": "node-pe-01.protonvpn.net", - "entry_ip": "194.99.44.4", - "exit_ip": [ - "194.99.44.8", - "194.99.44.9", - "194.99.44.10", - "194.99.44.11", - "194.99.44.12" - ] + "entry_ip": "194.99.44.4" + }, + { + "country": "Peru", + "city": "Lima", + "name": "PE#9", + "hostname": "pe-09.protonvpn.net", + "entry_ip": "66.90.82.35" }, { "country": "Philippines", "name": "SE-PH#1", "hostname": "se-ph-01a.protonvpn.com", - "entry_ip": "185.159.156.86", - "exit_ip": [ - "188.214.125.163" - ] + "entry_ip": "185.159.156.86" }, { "country": "Philippines", "city": "Manila", "name": "PH#1", "hostname": "node-ph-01.protonvpn.net", - "entry_ip": "188.214.125.162", - "exit_ip": [ - "188.214.125.163", - "188.214.125.164", - "188.214.125.165", - "188.214.125.166", - "188.214.125.167", - "188.214.125.168", - "188.214.125.169", - "188.214.125.170" - ] + "entry_ip": "188.214.125.162" }, { "country": "Poland", "name": "CH-PL#1", "hostname": "ch-pl-01a.protonvpn.com", - "entry_ip": "185.159.157.32", - "exit_ip": [ - "194.99.105.77" - ] + "entry_ip": "185.159.157.32" }, { "country": "Poland", "name": "CH-PL#1", "hostname": "ch-pl-01b.protonvpn.com", - "entry_ip": "185.159.157.33", - "exit_ip": [ - "194.99.105.78" - ] + "entry_ip": "185.159.157.33" }, { "country": "Poland", "name": "CH-PL#1", "hostname": "ch-pl-01c.protonvpn.com", - "entry_ip": "185.159.157.96", - "exit_ip": [ - "217.138.209.150" - ] + "entry_ip": "185.159.157.96" }, { "country": "Poland", "name": "CH-PL#1", "hostname": "ch-pl-01d.protonvpn.com", - "entry_ip": "185.159.157.151", - "exit_ip": [ - "193.56.254.36" - ] + "entry_ip": "185.159.157.151" }, { "country": "Poland", "city": "Warsaw", "name": "PL#1", "hostname": "pl-01.protonvpn.net", - "entry_ip": "194.99.105.75", - "exit_ip": [ - "194.99.105.75", - "194.99.105.76" - ] + "entry_ip": "194.99.105.75" }, { "country": "Poland", "city": "Warsaw", "name": "PL#13", "hostname": "pl-13.protonvpn.net", - "entry_ip": "217.138.209.147", - "exit_ip": [ - "217.138.209.147", - "217.138.209.148", - "217.138.209.149" - ] + "entry_ip": "217.138.209.147" }, { "country": "Poland", "city": "Warsaw", "name": "PL#16", "hostname": "node-pl-03.protonvpn.net", - "entry_ip": "217.138.209.146", - "exit_ip": [ - "217.138.209.150", - "217.138.209.151", - "217.138.209.152", - "217.138.209.153", - "217.138.209.154" - ] + "entry_ip": "217.138.209.146" }, { "country": "Poland", "city": "Warsaw", "name": "PL#21", "hostname": "pl-21.protonvpn.com", - "entry_ip": "193.56.254.35", - "exit_ip": [ - "193.56.254.35" - ] + "entry_ip": "193.56.254.35" }, { "country": "Poland", "city": "Warsaw", "name": "PL#22", "hostname": "lxc-pl-04.protonvpn.com", - "entry_ip": "193.56.254.34", - "exit_ip": [ - "193.56.254.36", - "193.56.254.37", - "193.56.254.38" - ] + "entry_ip": "193.56.254.34" }, { "country": "Poland", "city": "Warsaw", "name": "PL#3", "hostname": "node-pl-01.protonvpn.net", - "entry_ip": "194.99.105.74", - "exit_ip": [ - "194.99.105.77", - "194.99.105.78" - ] + "entry_ip": "194.99.105.74" }, { "country": "Portugal", "name": "CH-PT#1", "hostname": "ch-pt-01d.protonvpn.com", - "entry_ip": "185.159.157.113", - "exit_ip": [ - "195.158.248.231" - ] + "entry_ip": "185.159.157.113" }, { "country": "Portugal", "name": "SE-PT#1", "hostname": "se-pt-01d.protonvpn.com", - "entry_ip": "185.159.156.58", - "exit_ip": [ - "195.158.248.230" - ] + "entry_ip": "185.159.156.58" }, { "country": "Portugal", "city": "Lisbon", "name": "PT#5", "hostname": "pt-05b.protonvpn.net", - "entry_ip": "195.158.248.227", - "exit_ip": [ - "195.158.248.227", - "195.158.248.228", - "195.158.248.229" - ] + "entry_ip": "195.158.248.227" }, { "country": "Portugal", "city": "Lisbon", "name": "PT#8", "hostname": "node-pt-02b.protonvpn.net", - "entry_ip": "195.158.248.226", - "exit_ip": [ - "195.158.248.230", - "195.158.248.231", - "195.158.248.232", - "195.158.248.233", - "195.158.248.234" - ] + "entry_ip": "195.158.248.226" + }, + { + "country": "Puerto Rico", + "name": "IS-PR#1", + "hostname": "is-pr-01a.protonvpn.com", + "entry_ip": "185.159.158.181" + }, + { + "country": "Puerto Rico", + "city": "San Juan", + "name": "PR#1", + "hostname": "node-pr-01.protonvpn.net", + "entry_ip": "138.199.50.97" }, { "country": "Romania", "name": "SE-RO#1", "hostname": "se-ro-01a.protonvpn.com", - "entry_ip": "185.159.156.81", - "exit_ip": [ - "138.199.53.226" - ] + "entry_ip": "185.159.156.81" }, { "country": "Romania", "city": "Bucharest", "name": "RO#16", "hostname": "ro-16.protonvpn.net", - "entry_ip": "138.199.53.233", - "exit_ip": [ - "138.199.53.233", - "138.199.53.234", - "138.199.53.235" - ] + "entry_ip": "138.199.53.233" }, { "country": "Romania", "city": "Bucharest", "name": "RO#9", "hostname": "node-ro-02.protonvpn.net", - "entry_ip": "138.199.53.225", - "exit_ip": [ - "138.199.53.226", - "138.199.53.227", - "138.199.53.228", - "138.199.53.229", - "138.199.53.230", - "138.199.53.231", - "138.199.53.232" - ] + "entry_ip": "138.199.53.225" }, { "country": "Russian Federation", "name": "IS-RU#1", "hostname": "is-ru-01a.protonvpn.com", - "entry_ip": "185.159.158.132", - "exit_ip": [ - "5.8.16.238" - ] + "entry_ip": "185.159.158.132" }, { "country": "Russian Federation", "name": "IS-RU#1", "hostname": "is-ru-01b.protonvpn.com", - "entry_ip": "185.159.158.140", - "exit_ip": [ - "5.8.16.166" - ] + "entry_ip": "185.159.158.140" }, { "country": "Russian Federation", "name": "IS-RU#1", "hostname": "is-ru-01c.protonvpn.com", - "entry_ip": "185.159.158.59", - "exit_ip": [ - "5.8.16.149" - ] + "entry_ip": "185.159.158.59" }, { "country": "Russian Federation", "name": "SE-RU#1", "hostname": "se-ru-01a.protonvpn.com", - "entry_ip": "185.159.156.35", - "exit_ip": [ - "5.8.16.237" - ] + "entry_ip": "185.159.156.35" }, { "country": "Russian Federation", "city": "Saint Petersburg", "name": "RU#1", "hostname": "ru-01.protonvpn.com", - "entry_ip": "5.8.16.235", - "exit_ip": [ - "5.8.16.235", - "5.8.16.236" - ] + "entry_ip": "5.8.16.235" }, { "country": "Russian Federation", "city": "Saint Petersburg", "name": "RU#13", "hostname": "ru-13.protonvpn.net", - "entry_ip": "5.8.16.147", - "exit_ip": [ - "5.8.16.147", - "5.8.16.148" - ] + "entry_ip": "5.8.16.147" }, { "country": "Russian Federation", "city": "Saint Petersburg", "name": "RU#15", "hostname": "node-ru-03.protonvpn.net", - "entry_ip": "5.8.16.146", - "exit_ip": [ - "5.8.16.149", - "5.8.16.150" - ] + "entry_ip": "5.8.16.146" }, { "country": "Russian Federation", "city": "Saint Petersburg", "name": "RU#3", "hostname": "lxc-ru-01.protonvpn.com", - "entry_ip": "5.8.16.234", - "exit_ip": [ - "5.8.16.237", - "5.8.16.238" - ] + "entry_ip": "5.8.16.234" }, { "country": "Russian Federation", "city": "Saint Petersburg", "name": "RU#5", "hostname": "ru-05.protonvpn.com", - "entry_ip": "5.8.16.163", - "exit_ip": [ - "5.8.16.163", - "5.8.16.164", - "5.8.16.165" - ] + "entry_ip": "5.8.16.163" }, { "country": "Russian Federation", "city": "Saint Petersburg", "name": "RU#8", "hostname": "lxc-ru-02.protonvpn.com", - "entry_ip": "5.8.16.162", - "exit_ip": [ - "5.8.16.166", - "5.8.16.167", - "5.8.16.168", - "5.8.16.169", - "5.8.16.170" - ] + "entry_ip": "5.8.16.162" }, { "country": "Serbia", "name": "CH-RS#1", - "hostname": "ch-rs-01a.protonvpn.com", - "entry_ip": "185.159.157.27", - "exit_ip": [ - "37.46.115.9" - ] + "hostname": "ch-rs-01a.protonvpn.net", + "entry_ip": "185.159.157.27" }, { "country": "Serbia", "city": "Belgrade", "name": "RS#1", - "hostname": "rs-01.protonvpn.com", - "entry_ip": "37.46.115.6", - "exit_ip": [ - "37.46.115.6", - "37.46.115.7", - "37.46.115.8" - ] + "hostname": "rs-01.protonvpn.net", + "entry_ip": "37.46.115.6" }, { "country": "Serbia", "city": "Belgrade", "name": "RS#4", - "hostname": "lxc-rs-01.protonvpn.com", - "entry_ip": "37.46.115.5", - "exit_ip": [ - "37.46.115.9", - "37.46.115.10", - "37.46.115.11", - "37.46.115.12", - "37.46.115.13" - ] + "hostname": "node-rs-01.protonvpn.net", + "entry_ip": "37.46.115.5" }, { "country": "Singapore", "name": "CH-SG#1", "hostname": "ch-sg-01b.protonvpn.com", - "entry_ip": "185.159.157.138", - "exit_ip": [ - "103.107.199.195" - ] + "entry_ip": "185.159.157.138" }, { "country": "Singapore", "name": "CH-SG#1", "hostname": "ch-sg-01c.protonvpn.com", - "entry_ip": "185.159.157.139", - "exit_ip": [ - "103.107.199.213" - ] + "entry_ip": "185.159.157.139" }, { "country": "Singapore", "name": "CH-SG#1", "hostname": "ch-sg-01d.protonvpn.com", - "entry_ip": "185.159.157.56", - "exit_ip": [ - "103.107.198.195" - ] + "entry_ip": "185.159.157.56" }, { "country": "Singapore", "name": "CH-SG#1", "hostname": "ch-sg-01e.protonvpn.com", - "entry_ip": "185.159.157.57", - "exit_ip": [ - "103.107.198.196" - ] + "entry_ip": "185.159.157.57" }, { "country": "Singapore", "name": "CH-SG#1", "hostname": "ch-sg-01f.protonvpn.com", - "entry_ip": "185.159.157.58", - "exit_ip": [ - "103.107.199.167" - ] + "entry_ip": "185.159.157.58" }, { "country": "Singapore", "name": "CH-SG#1", "hostname": "ch-sg-01g.protonvpn.com", - "entry_ip": "185.159.157.140", - "exit_ip": [ - "103.107.198.244" - ] + "entry_ip": "185.159.157.140" }, { "country": "Singapore", "name": "SE-SG#1", "hostname": "se-sg-01a.protonvpn.com", - "entry_ip": "185.159.156.53", - "exit_ip": [ - "103.107.198.214" - ] + "entry_ip": "185.159.156.53" }, { "country": "Singapore", "city": "Singapore", "name": "SG#21", "hostname": "sg-21.protonvpn.net", - "entry_ip": "209.58.163.227", - "exit_ip": [ - "209.58.163.227", - "209.58.163.228" - ] + "entry_ip": "209.58.163.227" }, { "country": "Singapore", "city": "Singapore", "name": "SG#23", "hostname": "node-sg-06.protonvpn.net", - "entry_ip": "209.58.163.226", - "exit_ip": [ - "209.58.163.229", - "209.58.163.230", - "209.58.163.231", - "209.58.163.232", - "209.58.163.233", - "209.58.163.234" - ] + "entry_ip": "209.58.163.226" }, { "country": "Singapore", "city": "Singapore", "name": "SG#29", "hostname": "lxc-sg-07.protonvpn.com", - "entry_ip": "103.107.198.194", - "exit_ip": [ - "103.107.198.195", - "103.107.198.196", - "103.107.198.197", - "103.107.198.198", - "103.107.198.199", - "103.107.198.200", - "103.107.198.201", - "103.107.198.202" - ] + "entry_ip": "103.107.198.194" }, { "country": "Singapore", "city": "Singapore", "name": "SG#37", "hostname": "sg-37.protonvpn.net", - "entry_ip": "103.107.199.163", - "exit_ip": [ - "103.107.199.163", - "103.107.199.164", - "103.107.199.165", - "103.107.199.166" - ] + "entry_ip": "103.107.199.163" }, { "country": "Singapore", "city": "Singapore", "name": "SG#41", "hostname": "node-sg-08.protonvpn.net", - "entry_ip": "103.107.199.162", - "exit_ip": [ - "103.107.199.167", - "103.107.199.168", - "103.107.199.169", - "103.107.199.170" - ] + "entry_ip": "103.107.199.162" }, { "country": "Singapore", "city": "Singapore", "name": "SG#45", "hostname": "sg-45.protonvpn.net", - "entry_ip": "103.107.198.211", - "exit_ip": [ - "103.107.198.211", - "103.107.198.212", - "103.107.198.213" - ] + "entry_ip": "103.107.198.211" }, { "country": "Singapore", "city": "Singapore", "name": "SG#48", "hostname": "node-sg-09.protonvpn.net", - "entry_ip": "103.107.198.210", - "exit_ip": [ - "103.107.198.214", - "103.107.198.215", - "103.107.198.216", - "103.107.198.217", - "103.107.198.218" - ] + "entry_ip": "103.107.198.210" }, { "country": "Singapore", "city": "Singapore", "name": "SG#57", "hostname": "lxc-sg-11.protonvpn.com", - "entry_ip": "103.107.199.194", - "exit_ip": [ - "103.107.199.195", - "103.107.199.196", - "103.107.199.197", - "103.107.199.198" - ] + "entry_ip": "103.107.199.194" }, { "country": "Singapore", "city": "Singapore", "name": "SG#61", "hostname": "sg-61.protonvpn.net", - "entry_ip": "103.107.199.211", - "exit_ip": [ - "103.107.199.211", - "103.107.199.212" - ] + "entry_ip": "103.107.199.211" }, { "country": "Singapore", "city": "Singapore", "name": "SG#63", "hostname": "node-sg-12.protonvpn.net", - "entry_ip": "103.107.199.210", - "exit_ip": [ - "103.107.199.213", - "103.107.199.214" - ] + "entry_ip": "103.107.199.210" }, { "country": "Singapore", "city": "Singapore", "name": "SG#65", "hostname": "sg-65.protonvpn.com", - "entry_ip": "103.107.198.243", - "exit_ip": [ - "103.107.198.243" - ] + "entry_ip": "103.107.198.243" }, { "country": "Singapore", "city": "Singapore", "name": "SG#66", "hostname": "lxc-sg-13.protonvpn.com", - "entry_ip": "103.107.198.242", - "exit_ip": [ - "103.107.198.244", - "103.107.198.245", - "103.107.198.246" - ] + "entry_ip": "103.107.198.242" }, { "country": "Slovakia", "name": "CH-SK#1", "hostname": "ch-sk-01a.protonvpn.com", - "entry_ip": "185.159.157.62", - "exit_ip": [ - "196.245.151.215" - ] + "entry_ip": "185.159.157.62" }, { "country": "Slovakia", "name": "CH-SK#1", "hostname": "ch-sk-01b.protonvpn.com", - "entry_ip": "185.159.157.85", - "exit_ip": [ - "196.245.151.214" - ] + "entry_ip": "185.159.157.85" }, { "country": "Slovakia", "city": "Bratislava", "name": "SK#1", "hostname": "sk-01.protonvpn.com", - "entry_ip": "196.245.151.211", - "exit_ip": [ - "196.245.151.211", - "196.245.151.212", - "196.245.151.213" - ] + "entry_ip": "196.245.151.211" }, { "country": "Slovakia", "city": "Bratislava", "name": "SK#4", "hostname": "lxc-sk-01.protonvpn.com", - "entry_ip": "196.245.151.210", - "exit_ip": [ - "196.245.151.214", - "196.245.151.215", - "196.245.151.216", - "196.245.151.217", - "196.245.151.218" - ] + "entry_ip": "196.245.151.210" }, { "country": "Slovenia", "name": "CH-SI#1", "hostname": "ch-si-01a.protonvpn.com", - "entry_ip": "185.159.157.93", - "exit_ip": [ - "195.80.150.230" - ] + "entry_ip": "185.159.157.93" }, { "country": "Slovenia", "city": "Ljubljana", "name": "SI#1", "hostname": "si-01.protonvpn.net", - "entry_ip": "195.80.150.227", - "exit_ip": [ - "195.80.150.227", - "195.80.150.228", - "195.80.150.229" - ] + "entry_ip": "195.80.150.227" }, { "country": "Slovenia", "city": "Ljubljana", "name": "SI#4", "hostname": "node-si-01.protonvpn.net", - "entry_ip": "195.80.150.226", - "exit_ip": [ - "195.80.150.230", - "195.80.150.231", - "195.80.150.232", - "195.80.150.233", - "195.80.150.234" - ] + "entry_ip": "195.80.150.226" }, { "country": "South Africa", "name": "IS-ZA#1", "hostname": "is-za-01a.protonvpn.com", - "entry_ip": "185.159.158.184", - "exit_ip": [ - "196.240.128.70" - ] + "entry_ip": "185.159.158.184" }, { "country": "South Africa", "city": "Johannesburg", "name": "ZA#13", "hostname": "za-13.protonvpn.net", - "entry_ip": "196.240.128.67", - "exit_ip": [ - "196.240.128.67", - "196.240.128.68", - "196.240.128.69" - ] + "entry_ip": "196.240.128.67" }, { "country": "South Africa", "city": "Johannesburg", "name": "ZA#16", "hostname": "node-za-01.protonvpn.net", - "entry_ip": "196.240.128.66", - "exit_ip": [ - "196.240.128.70", - "196.240.128.71", - "196.240.128.72", - "196.240.128.73", - "196.240.128.74", - "196.240.128.75", - "196.240.128.76", - "196.240.128.77", - "196.240.128.78" - ] + "entry_ip": "196.240.128.66" }, { "country": "Spain", "name": "CH-ES#1", "hostname": "ch-es-01a.protonvpn.com", - "entry_ip": "185.159.157.43", - "exit_ip": [ - "195.181.167.197" - ] + "entry_ip": "185.159.157.43" }, { "country": "Spain", "name": "IS-ES#1", "hostname": "is-es-01c.protonvpn.com", - "entry_ip": "185.159.158.148", - "exit_ip": [ - "185.76.11.19" - ] + "entry_ip": "185.159.158.148" }, { "country": "Spain", "name": "IS-ES#1", "hostname": "is-es-01d.protonvpn.com", - "entry_ip": "185.159.158.149", - "exit_ip": [ - "185.76.11.24" - ] + "entry_ip": "185.159.158.149" }, { "country": "Spain", "city": "Madrid", "name": "ES#12", "hostname": "node-es-03.protonvpn.net", - "entry_ip": "195.181.167.193", - "exit_ip": [ - "195.181.167.197", - "195.181.167.198", - "195.181.167.199", - "195.181.167.200", - "195.181.167.201" - ] + "entry_ip": "195.181.167.193" }, { "country": "Spain", "city": "Madrid", "name": "ES#17", "hostname": "es-17.protonvpn.com", - "entry_ip": "185.76.11.18", - "exit_ip": [ - "185.76.11.18" - ] + "entry_ip": "185.76.11.18" }, { "country": "Spain", "city": "Madrid", "name": "ES#18", "hostname": "lxc-es-04.protonvpn.com", - "entry_ip": "185.76.11.17", - "exit_ip": [ - "185.76.11.19", - "185.76.11.20", - "185.76.11.21" - ] + "entry_ip": "185.76.11.17" }, { "country": "Spain", "city": "Madrid", "name": "ES#21", "hostname": "es-21.protonvpn.net", - "entry_ip": "185.76.11.23", - "exit_ip": [ - "185.76.11.23" - ] + "entry_ip": "185.76.11.23" }, { "country": "Spain", "city": "Madrid", "name": "ES#22", "hostname": "node-es-05.protonvpn.net", - "entry_ip": "185.76.11.22", - "exit_ip": [ - "185.76.11.24", - "185.76.11.25", - "185.76.11.26" - ] + "entry_ip": "185.76.11.22" }, { "country": "Spain", "city": "Madrid", "name": "ES#25", "hostname": "node-es-06.protonvpn.net", - "entry_ip": "37.19.214.1", - "exit_ip": [ - "37.19.214.2", - "37.19.214.3", - "37.19.214.4", - "37.19.214.5", - "37.19.214.6" - ] + "entry_ip": "37.19.214.1" }, { "country": "Spain", "city": "Madrid", "name": "ES#9", "hostname": "es-09.protonvpn.net", - "entry_ip": "195.181.167.194", - "exit_ip": [ - "195.181.167.194", - "195.181.167.195", - "195.181.167.196" - ] + "entry_ip": "195.181.167.194" }, { "country": "Sweden", "name": "SE#31-TOR", "hostname": "se-09-tor.protonvpn.net", - "entry_ip": "185.159.156.90", - "exit_ip": [ - "185.159.156.90" - ] + "entry_ip": "185.159.156.90" }, { "country": "Sweden", "city": "Stockholm", "name": "SE#1", "hostname": "node-se-01.protonvpn.net", - "entry_ip": "195.178.172.188", - "exit_ip": [ - "185.159.156.3", - "185.159.156.4", - "185.159.156.17", - "185.159.156.18" - ] + "entry_ip": "195.178.172.188" }, { "country": "Sweden", "city": "Stockholm", "name": "SE#17", "hostname": "se-17.protonvpn.net", - "entry_ip": "138.199.55.34", - "exit_ip": [ - "138.199.55.34", - "138.199.55.35", - "138.199.55.36", - "138.199.55.37" - ] + "entry_ip": "138.199.55.34" }, { "country": "Sweden", "city": "Stockholm", "name": "SE#23", "hostname": "node-se-05.protonvpn.net", - "entry_ip": "138.199.55.33", - "exit_ip": [ - "138.199.55.40", - "138.199.55.41", - "138.199.55.42", - "138.199.55.43", - "138.199.55.44", - "138.199.55.45", - "138.199.55.46", - "138.199.55.47" - ] + "entry_ip": "138.199.55.33" }, { "country": "Sweden", "city": "Stockholm", "name": "SE#3", "hostname": "node-se-02.protonvpn.net", - "entry_ip": "195.178.172.189", - "exit_ip": [ - "185.159.156.5", - "185.159.156.6", - "185.159.156.19", - "185.159.156.20" - ] + "entry_ip": "195.178.172.189" }, { "country": "Switzerland", "name": "CH#18-TOR", "hostname": "ch-09-tor.protonvpn.net", - "entry_ip": "185.159.157.176", - "exit_ip": [ - "185.159.157.176" - ] + "entry_ip": "185.159.157.176" }, { "country": "Switzerland", "city": "Zurich", "name": "CH#10", "hostname": "node-ch-05.protonvpn.net", - "entry_ip": "185.159.157.128", - "exit_ip": [ - "185.159.157.19", - "185.159.157.20" - ] + "entry_ip": "185.159.157.128" }, { "country": "Switzerland", "city": "Zurich", "name": "CH#12", "hostname": "node-ch-06.protonvpn.net", - "entry_ip": "185.159.157.129", - "exit_ip": [ - "185.159.157.21", - "185.159.157.22" - ] + "entry_ip": "185.159.157.129" }, { "country": "Switzerland", "city": "Zurich", "name": "CH#14", "hostname": "node-ch-07.protonvpn.net", - "entry_ip": "185.159.157.24", - "exit_ip": [ - "185.159.157.25", - "185.159.157.26" - ] + "entry_ip": "185.159.157.24" }, { "country": "Switzerland", "city": "Zurich", "name": "CH#16", "hostname": "node-ch-08.protonvpn.net", - "entry_ip": "185.159.157.23", - "exit_ip": [ - "185.159.157.44", - "185.159.157.45" - ] + "entry_ip": "185.159.157.23" }, { "country": "Switzerland", "city": "Zurich", "name": "CH#5", "hostname": "node-ch-02.protonvpn.net", - "entry_ip": "185.159.157.6", - "exit_ip": [ - "185.159.157.8", - "185.159.157.9" - ] + "entry_ip": "185.159.157.6" }, { "country": "Switzerland", "city": "Zurich", "name": "CH#7", "hostname": "node-ch-03.protonvpn.net", - "entry_ip": "185.159.157.7", - "exit_ip": [ - "185.159.157.10", - "185.159.157.11" - ] + "entry_ip": "185.159.157.7" }, { "country": "Taiwan", "name": "CH-TW#1", "hostname": "ch-tw-01a.protonvpn.com", - "entry_ip": "185.159.157.141", - "exit_ip": [ - "2.58.241.70" - ] + "entry_ip": "185.159.157.141" }, { "country": "Taiwan", "name": "SE-TW#01", "hostname": "se-tw-01a.protonvpn.com", - "entry_ip": "185.159.156.82", - "exit_ip": [ - "188.214.106.179" - ] + "entry_ip": "185.159.156.82" }, { "country": "Taiwan", "city": "Taichung City", "name": "TW#13", "hostname": "tw-13.protonvpn.net", - "entry_ip": "2.58.241.67", - "exit_ip": [ - "2.58.241.67", - "2.58.241.68", - "2.58.241.69" - ] + "entry_ip": "2.58.241.67" }, { "country": "Taiwan", "city": "Taichung City", "name": "TW#16", "hostname": "node-tw-03.protonvpn.net", - "entry_ip": "2.58.241.66", - "exit_ip": [ - "2.58.241.70", - "2.58.241.71", - "2.58.241.72", - "2.58.241.73", - "2.58.241.74" - ] + "entry_ip": "2.58.241.66" }, { "country": "Taiwan", "city": "Taipei", "name": "TW#21", "hostname": "node-tw-04.protonvpn.net", - "entry_ip": "188.214.106.178", - "exit_ip": [ - "188.214.106.179", - "188.214.106.180", - "188.214.106.181", - "188.214.106.182", - "188.214.106.183", - "188.214.106.184", - "188.214.106.185", - "188.214.106.186" - ] + "entry_ip": "188.214.106.178" + }, + { + "country": "Thailand", + "name": "IS-TH#1", + "hostname": "is-th-01a.protonvpn.com", + "entry_ip": "185.159.158.191" + }, + { + "country": "Thailand", + "city": "Bangkok", + "name": "TH#1", + "hostname": "node-th-01.protonvpn.net", + "entry_ip": "37.19.201.129" }, { "country": "Turkey", - "name": "CH-TR#1", - "hostname": "ch-tr-01a.protonvpn.com", - "entry_ip": "185.159.157.72", - "exit_ip": [ - "46.20.152.119" - ] + "name": "SE-TR#1", + "hostname": "se-tr-01a.protonvpn.com", + "entry_ip": "185.159.156.97" }, { "country": "Turkey", "city": "Istanbul", - "name": "TR#12", - "hostname": "lxc-tr-02.protonvpn.com", - "entry_ip": "46.20.152.115", - "exit_ip": [ - "46.20.152.119", - "46.20.152.120", - "46.20.152.121", - "46.20.152.122", - "46.20.152.123" - ] + "name": "TR#17", + "hostname": "tr-17.protonvpn.net", + "entry_ip": "87.249.139.162" }, { "country": "Turkey", "city": "Istanbul", - "name": "TR#9", - "hostname": "tr-09.protonvpn.com", - "entry_ip": "46.20.152.116", - "exit_ip": [ - "46.20.152.116", - "46.20.152.117", - "46.20.152.118" - ] + "name": "TR#20", + "hostname": "node-tr-03.protonvpn.net", + "entry_ip": "87.249.139.161" }, { "country": "Ukraine", "name": "CH-UA#1", "hostname": "ch-ua-01a.protonvpn.com", - "entry_ip": "185.159.157.60", - "exit_ip": [ - "156.146.50.4" - ] + "entry_ip": "185.159.157.60" }, { "country": "Ukraine", "city": "Kyiv", "name": "UA#12", "hostname": "node-ua-02.protonvpn.net", - "entry_ip": "156.146.50.5", - "exit_ip": [ - "156.146.50.4", - "156.146.50.6", - "156.146.50.7", - "156.146.50.8", - "156.146.50.9" - ] + "entry_ip": "156.146.50.5" }, { "country": "Ukraine", "city": "Kyiv", "name": "UA#9", "hostname": "ua-09.protonvpn.net", - "entry_ip": "156.146.50.1", - "exit_ip": [ - "156.146.50.1", - "156.146.50.2", - "156.146.50.3" - ] + "entry_ip": "156.146.50.1" }, { "country": "United Arab Emirates", "name": "CH-AE#1", "hostname": "ch-ae-01a.protonvpn.com", - "entry_ip": "185.159.157.161", - "exit_ip": [ - "176.125.231.84" - ] + "entry_ip": "185.159.157.161" }, { "country": "United Arab Emirates", "name": "CH-AE#1", "hostname": "ch-ae-01b.protonvpn.com", - "entry_ip": "185.159.157.104", - "exit_ip": [ - "217.138.193.102" - ] + "entry_ip": "185.159.157.104" }, { "country": "United Arab Emirates", "city": "Dubai", "name": "AE#12", "hostname": "node-ae-02.protonvpn.net", - "entry_ip": "217.138.193.98", - "exit_ip": [ - "217.138.193.102", - "217.138.193.103", - "217.138.193.104", - "217.138.193.105", - "217.138.193.106" - ] + "entry_ip": "217.138.193.98" }, { "country": "United Arab Emirates", "city": "Dubai", "name": "AE#17", "hostname": "ae-17.protonvpn.net", - "entry_ip": "176.125.231.83", - "exit_ip": [ - "176.125.231.83" - ] + "entry_ip": "176.125.231.83" }, { "country": "United Arab Emirates", "city": "Dubai", "name": "AE#18", "hostname": "node-ae-03.protonvpn.net", - "entry_ip": "176.125.231.82", - "exit_ip": [ - "176.125.231.84", - "176.125.231.85", - "176.125.231.86" - ] + "entry_ip": "176.125.231.82" }, { "country": "United Arab Emirates", "city": "Dubai", "name": "AE#9", "hostname": "ae-09.protonvpn.net", - "entry_ip": "217.138.193.99", - "exit_ip": [ - "217.138.193.99", - "217.138.193.100", - "217.138.193.101" - ] + "entry_ip": "217.138.193.99" }, { "country": "United Kingdom", "name": "CH-UK#1", "hostname": "ch-uk-01a.protonvpn.com", - "entry_ip": "185.159.157.152", - "exit_ip": [ - "81.92.200.52" - ] + "entry_ip": "185.159.157.152" }, { "country": "United Kingdom", "name": "CH-UK#1", "hostname": "ch-uk-01b.protonvpn.com", - "entry_ip": "185.159.157.103", - "exit_ip": [ - "89.238.150.172" - ] + "entry_ip": "185.159.157.103" }, { "country": "United Kingdom", "name": "CH-UK#1", "hostname": "ch-uk-01c.protonvpn.com", - "entry_ip": "185.159.157.117", - "exit_ip": [ - "89.44.201.164" - ] + "entry_ip": "185.159.157.117" }, { "country": "United Kingdom", "name": "CH-UK#1", "hostname": "ch-uk-01d.protonvpn.com", - "entry_ip": "185.159.157.153", - "exit_ip": [ - "81.92.200.60" - ] + "entry_ip": "185.159.157.153" }, { "country": "United Kingdom", "name": "CH-UK#1", "hostname": "ch-uk-01h.protonvpn.com", - "entry_ip": "185.159.157.16", - "exit_ip": [ - "217.138.196.22" - ] + "entry_ip": "185.159.157.16" }, { "country": "United Kingdom", "name": "CH-UK#1", "hostname": "ch-uk-01i.protonvpn.com", - "entry_ip": "185.159.157.88", - "exit_ip": [ - "37.120.198.182" - ] + "entry_ip": "185.159.157.88" }, { "country": "United Kingdom", "name": "IS-UK#1", "hostname": "is-uk-01a.protonvpn.com", - "entry_ip": "185.159.158.171", - "exit_ip": [ - "23.106.63.34" - ] + "entry_ip": "185.159.158.171" }, { "country": "United Kingdom", "name": "IS-UK#1", "hostname": "is-uk-01b.protonvpn.com", - "entry_ip": "185.159.158.187", - "exit_ip": [ - "146.70.83.69" - ] + "entry_ip": "185.159.158.187" + }, + { + "country": "United Kingdom", + "city": "London", + "name": "SE-UK#1", + "hostname": "se-uk-01a.protonvpn.com", + "entry_ip": "185.159.156.99" }, { "country": "United Kingdom", "city": "London", "name": "UK#25", "hostname": "uk-25.protonvpn.net", - "entry_ip": "37.120.198.179", - "exit_ip": [ - "37.120.198.179", - "37.120.198.180", - "37.120.198.181" - ] + "entry_ip": "37.120.198.179" }, { "country": "United Kingdom", "city": "London", "name": "UK#28", "hostname": "node-uk-06.protonvpn.net", - "entry_ip": "37.120.198.178", - "exit_ip": [ - "37.120.198.182", - "37.120.198.183", - "37.120.198.184", - "37.120.198.185", - "37.120.198.186" - ] + "entry_ip": "37.120.198.178" }, { "country": "United Kingdom", "city": "London", "name": "UK#33", "hostname": "uk-33.protonvpn.com", - "entry_ip": "89.238.150.171", - "exit_ip": [ - "89.238.150.171" - ] + "entry_ip": "89.238.150.171" }, { "country": "United Kingdom", "city": "London", "name": "UK#34", "hostname": "lxc-uk-07.protonvpn.com", - "entry_ip": "89.238.150.170", - "exit_ip": [ - "89.238.150.172", - "89.238.150.173", - "89.238.150.174" - ] + "entry_ip": "89.238.150.170" }, { "country": "United Kingdom", "city": "London", "name": "UK#41", "hostname": "uk-41.protonvpn.com", - "entry_ip": "81.92.200.51", - "exit_ip": [ - "81.92.200.51" - ] + "entry_ip": "81.92.200.51" }, { "country": "United Kingdom", "city": "London", "name": "UK#42", "hostname": "lxc-uk-09.protonvpn.com", - "entry_ip": "81.92.200.50", - "exit_ip": [ - "81.92.200.52", - "81.92.200.53", - "81.92.200.54" - ] + "entry_ip": "81.92.200.50" }, { "country": "United Kingdom", "city": "London", "name": "UK#45", "hostname": "uk-45.protonvpn.com", - "entry_ip": "81.92.200.59", - "exit_ip": [ - "81.92.200.59" - ] + "entry_ip": "81.92.200.59" }, { "country": "United Kingdom", "city": "London", "name": "UK#46", "hostname": "lxc-uk-10.protonvpn.com", - "entry_ip": "81.92.200.58", - "exit_ip": [ - "81.92.200.60", - "81.92.200.61", - "81.92.200.62" - ] + "entry_ip": "81.92.200.58" }, { "country": "United Kingdom", "city": "London", "name": "UK#49", "hostname": "uk-49.protonvpn.net", - "entry_ip": "23.106.63.33", - "exit_ip": [ - "23.106.63.33" - ] + "entry_ip": "23.106.63.33" }, { "country": "United Kingdom", "city": "London", "name": "UK#50", "hostname": "node-uk-11.protonvpn.net", - "entry_ip": "23.106.63.29", - "exit_ip": [ - "23.106.63.34", - "23.106.63.35", - "23.106.63.36" - ] + "entry_ip": "23.106.63.29" }, { "country": "United Kingdom", "city": "London", "name": "UK#53", "hostname": "uk-53.protonvpn.net", - "entry_ip": "146.70.83.67", - "exit_ip": [ - "146.70.83.67", - "146.70.83.68" - ] + "entry_ip": "146.70.83.67" }, { "country": "United Kingdom", "city": "London", "name": "UK#55", "hostname": "node-uk-12.protonvpn.net", - "entry_ip": "146.70.83.66", - "exit_ip": [ - "146.70.83.69", - "146.70.83.70", - "146.70.83.71", - "146.70.83.72", - "146.70.83.73", - "146.70.83.74", - "146.70.83.75", - "146.70.83.76", - "146.70.83.77", - "146.70.83.78" - ] + "entry_ip": "146.70.83.66" + }, + { + "country": "United Kingdom", + "city": "London", + "name": "UK#65", + "hostname": "node-uk-13.protonvpn.net", + "entry_ip": "146.70.96.66" }, { "country": "United Kingdom", "city": "Manchester", "name": "UK#17", "hostname": "uk-17.protonvpn.com", - "entry_ip": "217.138.196.19", - "exit_ip": [ - "217.138.196.19", - "217.138.196.20", - "217.138.196.21" - ] + "entry_ip": "217.138.196.19" }, { "country": "United Kingdom", "city": "Manchester", "name": "UK#20", "hostname": "lxc-uk-05.protonvpn.com", - "entry_ip": "217.138.196.18", - "exit_ip": [ - "217.138.196.22", - "217.138.196.23", - "217.138.196.24", - "217.138.196.25", - "217.138.196.26" - ] + "entry_ip": "217.138.196.18" }, { "country": "United Kingdom", "city": "Manchester", "name": "UK#37", "hostname": "uk-37.protonvpn.com", - "entry_ip": "89.44.201.163", - "exit_ip": [ - "89.44.201.163" - ] + "entry_ip": "89.44.201.163" }, { "country": "United Kingdom", "city": "Manchester", "name": "UK#38", "hostname": "lxc-uk-08.protonvpn.com", - "entry_ip": "89.44.201.162", - "exit_ip": [ - "89.44.201.164", - "89.44.201.165", - "89.44.201.166" - ] + "entry_ip": "89.44.201.162" }, { "country": "United States", "name": "CH-US#1", "hostname": "ch-us-01a.protonvpn.com", - "entry_ip": "185.159.157.175", - "exit_ip": [ - "89.187.180.18" - ] + "entry_ip": "185.159.157.175" }, { "country": "United States", "name": "CH-US#1", "hostname": "ch-us-01b.protonvpn.com", - "entry_ip": "185.159.157.86", - "exit_ip": [ - "37.120.215.231" - ] + "entry_ip": "185.159.157.86" }, { "country": "United States", "name": "CH-US#1", "hostname": "ch-us-01c.protonvpn.com", - "entry_ip": "185.159.157.92", - "exit_ip": [ - "89.187.175.147" - ] + "entry_ip": "185.159.157.92" }, { "country": "United States", "name": "CH-US#1", "hostname": "ch-us-01d.protonvpn.com", - "entry_ip": "185.159.157.99", - "exit_ip": [ - "193.148.18.68" - ] - }, - { - "country": "United States", - "name": "CH-US#1", - "hostname": "ch-us-01e.protonvpn.com", - "entry_ip": "185.159.157.54", - "exit_ip": [ - "172.98.93.227" - ] - }, - { - "country": "United States", - "name": "CH-US#1", - "hostname": "ch-us-01f.protonvpn.com", - "entry_ip": "185.159.157.53", - "exit_ip": [ - "172.83.43.136" - ] + "entry_ip": "185.159.157.99" }, { "country": "United States", "name": "CH-US#1", "hostname": "ch-us-01g.protonvpn.com", - "entry_ip": "185.159.157.29", - "exit_ip": [ - "193.148.18.38" - ] + "entry_ip": "185.159.157.29" }, { "country": "United States", "name": "CH-US#1", "hostname": "ch-us-01h.protonvpn.com", - "entry_ip": "185.159.157.30", - "exit_ip": [ - "45.152.182.134" - ] + "entry_ip": "185.159.157.30" }, { "country": "United States", "name": "CH-US#1", "hostname": "ch-us-01i.protonvpn.com", - "entry_ip": "185.159.157.41", - "exit_ip": [ - "45.152.182.150" - ] + "entry_ip": "185.159.157.41" }, { "country": "United States", "name": "CH-US#1", "hostname": "ch-us-01j.protonvpn.com", - "entry_ip": "185.159.157.42", - "exit_ip": [ - "37.120.215.243" - ] + "entry_ip": "185.159.157.42" }, { "country": "United States", "name": "CH-US#1", "hostname": "ch-us-01k.protonvpn.com", - "entry_ip": "185.159.157.169", - "exit_ip": [ - "146.70.72.163" - ] - }, - { - "country": "United States", - "name": "CH-US#1", - "hostname": "ch-us-01l.protonvpn.com", - "entry_ip": "185.159.157.73", - "exit_ip": [ - "173.0.77.6" - ] - }, - { - "country": "United States", - "name": "CH-US#1", - "hostname": "ch-us-01m.protonvpn.com", - "entry_ip": "185.159.157.74", - "exit_ip": [ - "173.0.77.12" - ] + "entry_ip": "185.159.157.169" }, { "country": "United States", "name": "CH-US#1", "hostname": "ch-us-01n.protonvpn.com", - "entry_ip": "185.159.157.170", - "exit_ip": [ - "156.146.54.100" - ] - }, - { - "country": "United States", - "name": "CH-US#1", - "hostname": "ch-us-01o.protonvpn.com", - "entry_ip": "185.159.157.121", - "exit_ip": [ - "173.0.77.83" - ] + "entry_ip": "185.159.157.170" }, { "country": "United States", "name": "CH-US#1", "hostname": "ch-us-01p.protonvpn.com", - "entry_ip": "185.159.157.116", - "exit_ip": [ - "185.230.126.12" - ] - }, - { - "country": "United States", - "name": "CH-US#1", - "hostname": "ch-us-01q.protonvpn.com", - "entry_ip": "185.159.157.119", - "exit_ip": [ - "107.152.101.211" - ] - }, - { - "country": "United States", - "name": "CH-US#1", - "hostname": "ch-us-01r.protonvpn.com", - "entry_ip": "185.159.157.120", - "exit_ip": [ - "66.115.180.195" - ] - }, - { - "country": "United States", - "name": "CH-US#1", - "hostname": "ch-us-01s.protonvpn.com", - "entry_ip": "185.159.157.122", - "exit_ip": [ - "173.0.77.89" - ] - }, - { - "country": "United States", - "name": "CH-US#1", - "hostname": "ch-us-01t.protonvpn.com", - "entry_ip": "185.159.157.123", - "exit_ip": [ - "104.200.145.226" - ] + "entry_ip": "185.159.157.116" }, { "country": "United States", "name": "CH-US#1", "hostname": "ch-us-01v.protonvpn.com", - "entry_ip": "185.159.157.142", - "exit_ip": [ - "212.102.44.163" - ] + "entry_ip": "185.159.157.142" }, { "country": "United States", "name": "CH-US#1", "hostname": "ch-us-01w.protonvpn.com", - "entry_ip": "185.159.157.143", - "exit_ip": [ - "212.102.44.168" - ] + "entry_ip": "185.159.157.143" }, { "country": "United States", "name": "CH-US#1", "hostname": "ch-us-01x.protonvpn.com", - "entry_ip": "185.159.157.144", - "exit_ip": [ - "91.219.212.196" - ] + "entry_ip": "185.159.157.144" }, { "country": "United States", "name": "CH-US#1", "hostname": "ch-us-01y.protonvpn.com", - "entry_ip": "185.159.157.145", - "exit_ip": [ - "91.219.214.172" - ] + "entry_ip": "185.159.157.145" }, { "country": "United States", "name": "CH-US#1", "hostname": "ch-us-01z.protonvpn.com", - "entry_ip": "185.159.157.146", - "exit_ip": [ - "91.219.214.164" - ] + "entry_ip": "185.159.157.146" }, { "country": "United States", "name": "CH-US#1", - "hostname": "ch-us-02a.protonvpn.com", - "entry_ip": "185.159.157.157", - "exit_ip": [ - "37.120.244.59" - ] + "hostname": "ch-us-02a.protonvpn.net", + "entry_ip": "185.159.157.157" }, { "country": "United States", "name": "CH-US#1", "hostname": "ch-us-02b.protonvpn.com", - "entry_ip": "185.159.157.158", - "exit_ip": [ - "37.120.244.156" - ] + "entry_ip": "185.159.157.158" }, { "country": "United States", "name": "CH-US#1", "hostname": "ch-us-02c.protonvpn.com", - "entry_ip": "185.159.157.159", - "exit_ip": [ - "37.120.244.52" - ] + "entry_ip": "185.159.157.159" }, { "country": "United States", "name": "CH-US#1", "hostname": "ch-us-02d.protonvpn.com", - "entry_ip": "185.159.157.160", - "exit_ip": [ - "37.120.244.100" - ] + "entry_ip": "185.159.157.160" }, { "country": "United States", "name": "CH-US#1", "hostname": "ch-us-02e.protonvpn.com", - "entry_ip": "185.159.157.162", - "exit_ip": [ - "69.36.160.152" - ] + "entry_ip": "185.159.157.162" }, { "country": "United States", "name": "CH-US#1", "hostname": "ch-us-02f.protonvpn.com", - "entry_ip": "185.159.157.163", - "exit_ip": [ - "173.244.209.80" - ] + "entry_ip": "185.159.157.163" }, { "country": "United States", "name": "CH-US#1", "hostname": "ch-us-02g.protonvpn.com", - "entry_ip": "185.159.157.164", - "exit_ip": [ - "173.244.209.62" - ] + "entry_ip": "185.159.157.164" }, { "country": "United States", "name": "CH-US#1", "hostname": "ch-us-02h.protonvpn.com", - "entry_ip": "185.159.157.171", - "exit_ip": [ - "45.134.140.34" - ] + "entry_ip": "185.159.157.171" }, { "country": "United States", "name": "CH-US#1", "hostname": "ch-us-02i.protonvpn.com", - "entry_ip": "185.159.157.172", - "exit_ip": [ - "156.146.51.79" - ] + "entry_ip": "185.159.157.172" }, { "country": "United States", "name": "CH-US#1", "hostname": "ch-us-02j.protonvpn.com", - "entry_ip": "185.159.157.173", - "exit_ip": [ - "146.70.58.132" - ] + "entry_ip": "185.159.157.173" }, { "country": "United States", "name": "CH-US#1", "hostname": "ch-us-02k.protonvpn.com", - "entry_ip": "185.159.157.174", - "exit_ip": [ - "185.247.68.53" - ] + "entry_ip": "185.159.157.174" }, { "country": "United States", "name": "IS-US#1", "hostname": "is-us-01a.protonvpn.com", - "entry_ip": "185.159.158.150", - "exit_ip": [ - "89.187.164.243" - ] + "entry_ip": "185.159.158.150" }, { "country": "United States", "name": "IS-US#1", "hostname": "is-us-01b.protonvpn.com", - "entry_ip": "185.159.158.192", - "exit_ip": [ - "89.187.180.31" - ] + "entry_ip": "185.159.158.192" }, { "country": "United States", "name": "IS-US#1", "hostname": "is-us-01c.protonvpn.com", - "entry_ip": "185.159.158.185", - "exit_ip": [ - "146.70.72.135" - ] + "entry_ip": "185.159.158.185" }, { "country": "United States", "name": "IS-US#1", "hostname": "is-us-01d.protonvpn.com", - "entry_ip": "185.159.158.186", - "exit_ip": [ - "185.156.46.37" - ] + "entry_ip": "185.159.158.186" }, { "country": "United States", "name": "IS-US#1", "hostname": "is-us-01e.protonvpn.com", - "entry_ip": "185.159.158.133", - "exit_ip": [ - "108.62.49.152" - ] + "entry_ip": "185.159.158.133" }, { "country": "United States", "name": "IS-US#1", "hostname": "is-us-01f.protonvpn.com", - "entry_ip": "185.159.158.151", - "exit_ip": [ - "89.187.164.248" - ] + "entry_ip": "185.159.158.151" }, { "country": "United States", "name": "IS-US#1", "hostname": "is-us-01g.protonvpn.com", - "entry_ip": "185.159.158.158", - "exit_ip": [ - "91.219.212.228" - ] + "entry_ip": "185.159.158.158" }, { "country": "United States", "name": "IS-US#1", "hostname": "is-us-01h.protonvpn.com", - "entry_ip": "185.159.158.159", - "exit_ip": [ - "91.219.212.220" - ] + "entry_ip": "185.159.158.159" }, { "country": "United States", "name": "IS-US#1", "hostname": "is-us-01i.protonvpn.com", - "entry_ip": "185.159.158.160", - "exit_ip": [ - "91.219.212.212" - ] + "entry_ip": "185.159.158.160" }, { "country": "United States", "name": "IS-US#1", "hostname": "is-us-01j.protonvpn.com", - "entry_ip": "185.159.158.161", - "exit_ip": [ - "91.219.212.204" - ] + "entry_ip": "185.159.158.161" }, { "country": "United States", "name": "IS-US#1", "hostname": "is-us-01k.protonvpn.com", - "entry_ip": "185.159.158.162", - "exit_ip": [ - "89.38.227.140" - ] + "entry_ip": "185.159.158.162" }, { "country": "United States", "name": "IS-US#1", "hostname": "is-us-01l.protonvpn.com", - "entry_ip": "185.159.158.163", - "exit_ip": [ - "193.27.12.252" - ] - }, - { - "country": "United States", - "name": "IS-US#1", - "hostname": "is-us-01m.protonvpn.com", - "entry_ip": "185.159.158.167", - "exit_ip": [ - "207.244.102.201" - ] - }, - { - "country": "United States", - "name": "IS-US#1", - "hostname": "is-us-01n.protonvpn.com", - "entry_ip": "185.159.158.168", - "exit_ip": [ - "173.208.98.184" - ] - }, - { - "country": "United States", - "name": "IS-US#1", - "hostname": "is-us-01o.protonvpn.com", - "entry_ip": "185.159.158.169", - "exit_ip": [ - "142.234.80.87" - ] - }, - { - "country": "United States", - "name": "IS-US#1", - "hostname": "is-us-01p.protonvpn.com", - "entry_ip": "185.159.158.170", - "exit_ip": [ - "23.81.234.42" - ] + "entry_ip": "185.159.158.163" }, { "country": "United States", "name": "IS-US#1", "hostname": "is-us-01q.protonvpn.com", - "entry_ip": "185.159.158.188", - "exit_ip": [ - "138.199.35.98" - ] + "entry_ip": "185.159.158.188" }, { "country": "United States", "name": "IS-US#1", "hostname": "is-us-01r.protonvpn.com", - "entry_ip": "185.159.158.189", - "exit_ip": [ - "156.146.51.66" - ] + "entry_ip": "185.159.158.189" }, { "country": "United States", "name": "IS-US#1", "hostname": "is-us-01s.protonvpn.com", - "entry_ip": "185.159.158.190", - "exit_ip": [ - "193.37.254.68" - ] + "entry_ip": "185.159.158.190" }, { "country": "United States", "name": "SE-US#1", "hostname": "se-us-01a.protonvpn.com", - "entry_ip": "185.159.156.54", - "exit_ip": [ - "84.17.63.12" - ] + "entry_ip": "185.159.156.54" }, { "country": "United States", "name": "SE-US#1", "hostname": "se-us-01b.protonvpn.com", - "entry_ip": "185.159.156.57", - "exit_ip": [ - "89.187.171.243" - ] + "entry_ip": "185.159.156.57" }, { "country": "United States", "name": "SE-US#1", "hostname": "se-us-01c.protonvpn.com", - "entry_ip": "185.159.156.61", - "exit_ip": [ - "45.87.214.198" - ] + "entry_ip": "185.159.156.61" }, { "country": "United States", "name": "SE-US#1", "hostname": "se-us-01d.protonvpn.com", - "entry_ip": "185.159.156.62", - "exit_ip": [ - "45.87.214.214" - ] + "entry_ip": "185.159.156.62" }, { "country": "United States", "name": "SE-US#1", "hostname": "se-us-01e.protonvpn.com", - "entry_ip": "185.159.156.63", - "exit_ip": [ - "185.230.126.22" - ] + "entry_ip": "185.159.156.63" }, { "country": "United States", "name": "SE-US#1", "hostname": "se-us-01f.protonvpn.com", - "entry_ip": "185.159.156.64", - "exit_ip": [ - "185.230.126.150" - ] + "entry_ip": "185.159.156.64" }, { "country": "United States", "name": "SE-US#1", "hostname": "se-us-01g.protonvpn.com", - "entry_ip": "185.159.156.66", - "exit_ip": [ - "193.148.18.86" - ] + "entry_ip": "185.159.156.66" }, { "country": "United States", "name": "SE-US#1", "hostname": "se-us-01h.protonvpn.com", - "entry_ip": "185.159.156.67", - "exit_ip": [ - "193.148.18.102" - ] + "entry_ip": "185.159.156.67" }, { "country": "United States", "name": "SE-US#1", "hostname": "se-us-01i.protonvpn.com", - "entry_ip": "185.159.156.69", - "exit_ip": [ - "89.187.170.163" - ] + "entry_ip": "185.159.156.69" }, { "country": "United States", "name": "SE-US#1", "hostname": "se-us-01j.protonvpn.com", - "entry_ip": "185.159.156.70", - "exit_ip": [ - "84.17.63.56" - ] + "entry_ip": "185.159.156.70" }, { "country": "United States", "name": "SE-US#1", "hostname": "se-us-01k.protonvpn.com", - "entry_ip": "185.159.156.71", - "exit_ip": [ - "89.187.175.137" - ] + "entry_ip": "185.159.156.71" + }, + { + "country": "United States", + "name": "SE-US#1", + "hostname": "se-us-01l.protonvpn.com", + "entry_ip": "185.159.156.96" }, { "country": "United States", "name": "SE-US#1", "hostname": "se-us-01m.protonvpn.com", - "entry_ip": "185.159.156.78", - "exit_ip": [ - "45.87.214.100" - ] + "entry_ip": "185.159.156.78" }, { "country": "United States", - "name": "US-FREE#1", - "hostname": "lxc-us-04.protonvpn.com", - "entry_ip": "108.59.0.14", - "exit_ip": [ - "108.59.0.37", - "108.59.0.38", - "108.59.0.39", - "108.59.0.40" - ] - }, - { - "country": "United States", - "name": "US-FREE#1", - "hostname": "lxc-us-05.protonvpn.com", - "entry_ip": "192.96.203.86", - "exit_ip": [ - "192.96.203.69", - "192.96.203.70", - "192.96.203.71", - "192.96.203.72" - ] - }, - { - "country": "United States", - "name": "US-FREE#1", - "hostname": "lxc-us-06.protonvpn.com", - "entry_ip": "199.115.115.80", - "exit_ip": [ - "207.244.109.179", - "207.244.109.180", - "207.244.109.181", - "207.244.109.182" - ] + "name": "SE-US#1", + "hostname": "se-us-01n.protonvpn.com", + "entry_ip": "185.159.156.100" }, { "country": "United States", "name": "US-FREE#1", "hostname": "node-us-132.protonvpn.net", - "entry_ip": "156.146.51.129", - "exit_ip": [ - "156.146.51.130", - "156.146.51.131", - "156.146.51.132", - "156.146.51.133", - "156.146.51.134", - "156.146.51.135", - "156.146.51.136", - "156.146.51.137", - "156.146.51.138", - "156.146.51.139" - ] + "entry_ip": "156.146.51.129" + }, + { + "country": "United States", + "name": "US-FREE#10", + "hostname": "lxc-us-71.protonvpn.com", + "entry_ip": "89.187.177.71" + }, + { + "country": "United States", + "name": "US-FREE#11", + "hostname": "lxc-us-73.protonvpn.com", + "entry_ip": "195.181.162.163" + }, + { + "country": "United States", + "name": "US-FREE#12", + "hostname": "node-us-81.protonvpn.net", + "entry_ip": "185.230.126.2" + }, + { + "country": "United States", + "name": "US-FREE#14", + "hostname": "lxc-us-70.protonvpn.com", + "entry_ip": "89.187.170.159" + }, + { + "country": "United States", + "name": "US-FREE#15", + "hostname": "node-us-136.protonvpn.net", + "entry_ip": "37.19.200.22" + }, + { + "country": "United States", + "name": "US-FREE#16", + "hostname": "node-us-137.protonvpn.net", + "entry_ip": "37.19.200.17" + }, + { + "country": "United States", + "name": "US-FREE#17", + "hostname": "node-us-138.protonvpn.net", + "entry_ip": "37.19.199.144" + }, + { + "country": "United States", + "name": "US-FREE#18", + "hostname": "node-us-139.protonvpn.net", + "entry_ip": "138.199.50.98" + }, + { + "country": "United States", + "name": "US-FREE#19", + "hostname": "node-us-140.protonvpn.net", + "entry_ip": "37.19.199.129" }, { "country": "United States", "name": "US-FREE#2", "hostname": "lxc-us-55.protonvpn.com", - "entry_ip": "45.87.214.114", - "exit_ip": [ - "45.87.214.115", - "45.87.214.116", - "45.87.214.117", - "45.87.214.118" - ] + "entry_ip": "45.87.214.114" }, { "country": "United States", "name": "US-FREE#2", "hostname": "lxc-us-61.protonvpn.com", - "entry_ip": "84.17.45.156", - "exit_ip": [ - "84.17.45.157", - "84.17.45.158", - "84.17.45.159", - "84.17.45.160" - ] + "entry_ip": "84.17.45.156" }, { "country": "United States", "name": "US-FREE#2", "hostname": "lxc-us-72.protonvpn.com", - "entry_ip": "89.187.185.161", - "exit_ip": [ - "89.187.185.165", - "89.187.185.171", - "89.187.185.184", - "89.187.185.185" - ] + "entry_ip": "89.187.185.161" }, { "country": "United States", "name": "US-FREE#2", "hostname": "lxc-us-91.protonvpn.com", - "entry_ip": "45.87.214.106", - "exit_ip": [ - "45.87.214.107", - "45.87.214.108", - "45.87.214.109", - "45.87.214.110" - ] + "entry_ip": "45.87.214.106" + }, + { + "country": "United States", + "name": "US-FREE#20", + "hostname": "node-us-141.protonvpn.net", + "entry_ip": "37.19.199.134" + }, + { + "country": "United States", + "name": "US-FREE#21", + "hostname": "node-us-142.protonvpn.net", + "entry_ip": "37.19.199.139" + }, + { + "country": "United States", + "name": "US-FREE#22", + "hostname": "lxc-us-37.protonvpn.com", + "entry_ip": "172.83.43.135" + }, + { + "country": "United States", + "name": "US-FREE#23", + "hostname": "lxc-us-29.protonvpn.com", + "entry_ip": "192.252.222.34" + }, + { + "country": "United States", + "name": "US-FREE#24", + "hostname": "lxc-us-41.protonvpn.com", + "entry_ip": "172.98.93.226" + }, + { + "country": "United States", + "name": "US-FREE#25", + "hostname": "lxc-us-83.protonvpn.com", + "entry_ip": "107.152.101.210" + }, + { + "country": "United States", + "name": "US-FREE#26", + "hostname": "lxc-us-84.protonvpn.com", + "entry_ip": "66.115.180.194" + }, + { + "country": "United States", + "name": "US-FREE#27", + "hostname": "node-us-143.protonvpn.net", + "entry_ip": "37.19.199.149" + }, + { + "country": "United States", + "name": "US-FREE#28", + "hostname": "node-us-148.protonvpn.net", + "entry_ip": "143.244.44.161" + }, + { + "country": "United States", + "name": "US-FREE#29", + "hostname": "node-us-145.protonvpn.net", + "entry_ip": "143.244.44.166" }, { "country": "United States", "name": "US-FREE#3", "hostname": "lxc-us-56.protonvpn.com", - "entry_ip": "89.187.171.225", - "exit_ip": [ - "89.187.171.226", - "89.187.171.227", - "89.187.171.228", - "89.187.171.229" - ] + "entry_ip": "89.187.171.225" }, { "country": "United States", "name": "US-FREE#3", "hostname": "lxc-us-60.protonvpn.com", - "entry_ip": "195.181.163.1", - "exit_ip": [ - "195.181.163.8", - "195.181.163.28", - "195.181.163.29", - "195.181.163.32" - ] + "entry_ip": "195.181.163.1" }, { "country": "United States", - "name": "US-FREE#3", - "hostname": "lxc-us-70.protonvpn.com", - "entry_ip": "89.187.170.159", - "exit_ip": [ - "89.187.170.165", - "89.187.170.167", - "89.187.170.168", - "89.187.170.169" - ] + "name": "US-FREE#30", + "hostname": "node-us-146.protonvpn.net", + "entry_ip": "143.244.44.171" }, { "country": "United States", - "name": "US-FREE#3", - "hostname": "lxc-us-73.protonvpn.com", - "entry_ip": "195.181.162.163", - "exit_ip": [ - "195.181.162.175", - "195.181.162.179", - "195.181.162.180", - "195.181.162.186" - ] + "name": "US-FREE#31", + "hostname": "node-us-147.protonvpn.net", + "entry_ip": "143.244.44.176" }, { "country": "United States", "name": "US-FREE#4", "hostname": "lxc-us-47.protonvpn.com", - "entry_ip": "45.89.173.194", - "exit_ip": [ - "45.89.173.195", - "45.89.173.196", - "45.89.173.197", - "45.89.173.198" - ] - }, - { - "country": "United States", - "name": "US-FREE#4", - "hostname": "lxc-us-81.protonvpn.com", - "entry_ip": "185.230.126.2", - "exit_ip": [ - "185.230.126.3", - "185.230.126.4", - "185.230.126.5", - "185.230.126.6" - ] + "entry_ip": "45.89.173.194" }, { "country": "United States", "name": "US-FREE#4", "hostname": "lxc-us-86.protonvpn.com", - "entry_ip": "162.253.68.114", - "exit_ip": [ - "162.253.68.115", - "162.253.68.116", - "162.253.68.117", - "162.253.68.118" - ] + "entry_ip": "162.253.68.114" }, { "country": "United States", "name": "US-FREE#5", "hostname": "lxc-us-45.protonvpn.com", - "entry_ip": "217.138.206.82", - "exit_ip": [ - "217.138.206.83", - "217.138.206.84", - "217.138.206.85", - "217.138.206.86" - ] - }, - { - "country": "United States", - "name": "US-FREE#5", - "hostname": "lxc-us-54.protonvpn.com", - "entry_ip": "38.132.103.146", - "exit_ip": [ - "38.132.103.147", - "38.132.103.148", - "38.132.103.149", - "38.132.103.150" - ] + "entry_ip": "217.138.206.82" }, { "country": "United States", "name": "US-FREE#5", "hostname": "lxc-us-76.protonvpn.com", - "entry_ip": "193.148.18.58", - "exit_ip": [ - "193.148.18.59", - "193.148.18.60", - "193.148.18.61", - "193.148.18.62" - ] + "entry_ip": "193.148.18.58" }, { "country": "United States", "name": "US-FREE#5", "hostname": "lxc-us-78.protonvpn.com", - "entry_ip": "193.148.18.74", - "exit_ip": [ - "193.148.18.75", - "193.148.18.76", - "193.148.18.77", - "193.148.18.78" - ] + "entry_ip": "193.148.18.74" + }, + { + "country": "United States", + "name": "US-FREE#5", + "hostname": "node-us-54.protonvpn.net", + "entry_ip": "38.132.103.146" }, { "country": "United States", "name": "US-FREE#6", "hostname": "lxc-us-117.protonvpn.com", - "entry_ip": "209.58.147.18", - "exit_ip": [ - "209.58.150.235", - "209.58.150.236", - "209.58.150.237", - "209.58.150.238" - ] - }, - { - "country": "United States", - "name": "US-FREE#6", - "hostname": "lxc-us-14.protonvpn.com", - "entry_ip": "209.58.147.203", - "exit_ip": [ - "209.58.147.242", - "209.58.147.243", - "209.58.147.244", - "209.58.147.245" - ] + "entry_ip": "209.58.147.18" }, { "country": "United States", "name": "US-FREE#6", "hostname": "node-us-133.protonvpn.net", - "entry_ip": "37.19.200.1", - "exit_ip": [ - "37.19.200.2", - "37.19.200.3", - "37.19.200.4", - "37.19.200.5", - "37.19.200.6", - "37.19.200.7", - "37.19.200.8", - "37.19.200.9", - "37.19.200.10", - "37.19.200.11" - ] + "entry_ip": "37.19.200.1" }, { "country": "United States", "name": "US-FREE#7", "hostname": "lxc-us-62.protonvpn.com", - "entry_ip": "89.187.179.55", - "exit_ip": [ - "89.187.179.56", - "89.187.179.57", - "89.187.179.58", - "89.187.179.59" - ] - }, - { - "country": "United States", - "name": "US-FREE#7", - "hostname": "lxc-us-71.protonvpn.com", - "entry_ip": "89.187.177.71", - "exit_ip": [ - "89.187.177.72", - "89.187.177.73", - "89.187.177.74", - "89.187.177.75" - ] - }, - { - "country": "United States", - "name": "US-FREE#8", - "hostname": "lxc-us-07.protonvpn.com", - "entry_ip": "209.58.142.133", - "exit_ip": [ - "209.58.142.154", - "209.58.142.155", - "209.58.142.156", - "209.58.142.157" - ] - }, - { - "country": "United States", - "name": "US-FREE#8", - "hostname": "lxc-us-08.protonvpn.com", - "entry_ip": "209.58.142.134", - "exit_ip": [ - "209.58.142.158", - "209.58.142.159", - "209.58.142.160", - "209.58.142.161" - ] + "entry_ip": "89.187.179.55" }, { "country": "United States", "name": "US-FREE#8", "hostname": "node-us-131.protonvpn.net", - "entry_ip": "156.146.54.81", - "exit_ip": [ - "156.146.54.82", - "156.146.54.83", - "156.146.54.84", - "156.146.54.85", - "156.146.54.86", - "156.146.54.87", - "156.146.54.88", - "156.146.54.89", - "156.146.54.90", - "156.146.54.91" - ] - }, - { - "country": "United States", - "name": "US-FREE#9", - "hostname": "lxc-us-39.protonvpn.com", - "entry_ip": "74.119.146.34", - "exit_ip": [ - "74.119.146.35", - "74.119.146.36", - "74.119.146.37", - "74.119.146.38" - ] + "entry_ip": "156.146.54.81" }, { "country": "United States", "name": "US-FREE#9", "hostname": "node-us-128.protonvpn.net", - "entry_ip": "89.187.180.1", - "exit_ip": [ - "89.187.180.2", - "89.187.180.3", - "89.187.180.4", - "89.187.180.5", - "89.187.180.6", - "89.187.180.7", - "89.187.180.8", - "89.187.180.9", - "89.187.180.10", - "89.187.180.11", - "89.187.180.12", - "89.187.180.13" - ] + "entry_ip": "89.187.180.1" }, { "country": "United States", "city": "Ashburn", "name": "US-VA#14", "hostname": "us-va-14.protonvpn.net", - "entry_ip": "185.156.46.34", - "exit_ip": [ - "185.156.46.34", - "185.156.46.35", - "185.156.46.36" - ] + "entry_ip": "185.156.46.34" }, { "country": "United States", "city": "Ashburn", "name": "US-VA#17", "hostname": "node-us-119.protonvpn.net", - "entry_ip": "185.156.46.33", - "exit_ip": [ - "185.156.46.37", - "185.156.46.38", - "185.156.46.39", - "185.156.46.40", - "185.156.46.41", - "185.156.46.42", - "185.156.46.43", - "185.156.46.44", - "185.156.46.45" - ] + "entry_ip": "185.156.46.33" }, { "country": "United States", "city": "Atlanta", "name": "US-GA#109", "hostname": "node-us-121.protonvpn.net", - "entry_ip": "45.134.140.33", - "exit_ip": [ - "45.134.140.34", - "45.134.140.35", - "45.134.140.36", - "45.134.140.37", - "45.134.140.38", - "45.134.140.39", - "45.134.140.40", - "45.134.140.41", - "45.134.140.42", - "45.134.140.43", - "45.134.140.44", - "45.134.140.45" - ] + "entry_ip": "45.134.140.33" }, { "country": "United States", "city": "Atlanta", "name": "US-GA#13", "hostname": "us-ga-13.protonvpn.net", - "entry_ip": "89.187.171.240", - "exit_ip": [ - "89.187.171.240", - "89.187.171.241", - "89.187.171.242" - ] + "entry_ip": "89.187.171.240" }, { "country": "United States", "city": "Atlanta", "name": "US-GA#16", "hostname": "node-us-59.protonvpn.net", - "entry_ip": "89.187.171.239", - "exit_ip": [ - "89.187.171.243", - "89.187.171.244", - "89.187.171.245", - "89.187.171.246", - "89.187.171.247" - ] + "entry_ip": "89.187.171.239" }, { "country": "United States", "city": "Atlanta", "name": "US-GA#21", "hostname": "us-ga-21.protonvpn.net", - "entry_ip": "89.187.170.158", - "exit_ip": [ - "89.187.170.158" - ] + "entry_ip": "89.187.170.158" }, { "country": "United States", "city": "Atlanta", "name": "US-GA#22", "hostname": "node-us-69.protonvpn.net", - "entry_ip": "89.187.170.135", - "exit_ip": [ - "89.187.170.163", - "89.187.170.164", - "89.187.170.166" - ] - }, - { - "country": "United States", - "city": "Atlanta", - "name": "US-GA#25", - "hostname": "lxc-us-84.protonvpn.com", - "entry_ip": "66.115.180.194", - "exit_ip": [ - "66.115.180.195", - "66.115.180.196", - "66.115.180.197", - "66.115.180.198" - ] - }, - { - "country": "United States", - "city": "Chicago", - "name": "US-IL#17", - "hostname": "us-il-17.protonvpn.com", - "entry_ip": "173.0.77.3", - "exit_ip": [ - "173.0.77.3", - "173.0.77.4", - "173.0.77.5" - ] - }, - { - "country": "United States", - "city": "Chicago", - "name": "US-IL#20", - "hostname": "lxc-us-52.protonvpn.com", - "entry_ip": "173.0.77.2", - "exit_ip": [ - "173.0.77.6", - "173.0.77.7", - "173.0.77.8", - "173.0.77.9", - "173.0.77.10" - ] - }, - { - "country": "United States", - "city": "Chicago", - "name": "US-IL#25", - "hostname": "us-il-25.protonvpn.com", - "entry_ip": "173.0.77.12", - "exit_ip": [ - "173.0.77.12", - "173.0.77.13", - "173.0.77.14" - ] - }, - { - "country": "United States", - "city": "Chicago", - "name": "US-IL#28", - "hostname": "lxc-us-53.protonvpn.com", - "entry_ip": "173.0.77.11", - "exit_ip": [ - "173.0.77.15", - "173.0.77.16", - "173.0.77.17", - "173.0.77.18", - "173.0.77.19" - ] - }, - { - "country": "United States", - "city": "Chicago", - "name": "US-IL#33", - "hostname": "lxc-us-87.protonvpn.com", - "entry_ip": "173.0.77.82", - "exit_ip": [ - "173.0.77.83", - "173.0.77.84", - "173.0.77.85", - "173.0.77.86" - ] - }, - { - "country": "United States", - "city": "Chicago", - "name": "US-IL#37", - "hostname": "us-il-37.protonvpn.net", - "entry_ip": "173.0.77.88", - "exit_ip": [ - "173.0.77.88" - ] - }, - { - "country": "United States", - "city": "Chicago", - "name": "US-IL#38", - "hostname": "node-us-88.protonvpn.net", - "entry_ip": "173.0.77.87", - "exit_ip": [ - "173.0.77.89", - "173.0.77.90", - "173.0.77.91" - ] - }, - { - "country": "United States", - "city": "Chicago", - "name": "US-IL#41", - "hostname": "us-il-41.protonvpn.net", - "entry_ip": "104.200.145.225", - "exit_ip": [ - "104.200.145.225" - ] - }, - { - "country": "United States", - "city": "Chicago", - "name": "US-IL#42", - "hostname": "node-us-89.protonvpn.net", - "entry_ip": "173.0.77.92", - "exit_ip": [ - "104.200.145.226", - "104.200.145.227", - "104.200.145.228" - ] + "entry_ip": "89.187.170.135" }, { "country": "United States", "city": "Chicago", "name": "US-IL#45", "hostname": "us-il-45.protonvpn.net", - "entry_ip": "89.187.180.15", - "exit_ip": [ - "89.187.180.15", - "89.187.180.16", - "89.187.180.17" - ] + "entry_ip": "89.187.180.15" }, { "country": "United States", "city": "Chicago", "name": "US-IL#49", "hostname": "node-us-129.protonvpn.net", - "entry_ip": "89.187.180.14", - "exit_ip": [ - "89.187.180.19", - "89.187.180.20", - "89.187.180.21", - "89.187.180.22", - "89.187.180.23", - "89.187.180.24", - "89.187.180.25", - "89.187.180.26", - "89.187.180.18" - ] + "entry_ip": "89.187.180.14" }, { "country": "United States", "city": "Chicago", "name": "US-IL#57", "hostname": "us-il-57.protonvpn.net", - "entry_ip": "89.187.180.28", - "exit_ip": [ - "89.187.180.28", - "89.187.180.29", - "89.187.180.30" - ] + "entry_ip": "89.187.180.28" }, { "country": "United States", "city": "Chicago", "name": "US-IL#60", "hostname": "node-us-130.protonvpn.net", - "entry_ip": "89.187.180.27", - "exit_ip": [ - "89.187.180.31", - "89.187.180.32", - "89.187.180.33", - "89.187.180.34", - "89.187.180.35", - "89.187.180.36", - "89.187.180.37", - "89.187.180.38", - "89.187.180.39" - ] + "entry_ip": "89.187.180.27" + }, + { + "country": "United States", + "city": "Chicago", + "name": "US-IL#69", + "hostname": "us-il-69.protonvpn.net", + "entry_ip": "89.187.180.41" + }, + { + "country": "United States", + "city": "Chicago", + "name": "US-IL#70", + "hostname": "node-us-135.protonvpn.net", + "entry_ip": "89.187.180.40" }, { "country": "United States", "city": "Dallas", "name": "US-TX#12", "hostname": "node-us-57.protonvpn.net", - "entry_ip": "89.187.175.132", - "exit_ip": [ - "89.187.175.147", - "89.187.175.148", - "89.187.175.149", - "89.187.175.150", - "89.187.175.151" - ] + "entry_ip": "89.187.175.132" }, { "country": "United States", "city": "Dallas", "name": "US-TX#17", "hostname": "us-tx-17.protonvpn.net", - "entry_ip": "89.187.175.130", - "exit_ip": [ - "89.187.175.130" - ] + "entry_ip": "89.187.175.130" }, { "country": "United States", "city": "Dallas", "name": "US-TX#18", "hostname": "node-us-75.protonvpn.net", - "entry_ip": "89.187.175.129", - "exit_ip": [ - "89.187.175.137", - "89.187.175.144", - "89.187.175.174" - ] + "entry_ip": "89.187.175.129" }, { "country": "United States", "city": "Dallas", "name": "US-TX#21", "hostname": "us-tx-21.protonvpn.com", - "entry_ip": "89.187.164.242", - "exit_ip": [ - "89.187.164.242" - ] + "entry_ip": "89.187.164.242" }, { "country": "United States", "city": "Dallas", "name": "US-TX#22", "hostname": "lxc-us-108.protonvpn.com", - "entry_ip": "89.187.164.241", - "exit_ip": [ - "89.187.164.243", - "89.187.164.244", - "89.187.164.245" - ] + "entry_ip": "89.187.164.241" }, { "country": "United States", "city": "Dallas", "name": "US-TX#25", "hostname": "us-tx-25.protonvpn.net", - "entry_ip": "89.187.164.247", - "exit_ip": [ - "89.187.164.247" - ] + "entry_ip": "89.187.164.247" }, { "country": "United States", "city": "Dallas", "name": "US-TX#26", "hostname": "node-us-109.protonvpn.net", - "entry_ip": "89.187.164.246", - "exit_ip": [ - "89.187.164.248", - "89.187.164.249", - "89.187.164.250" - ] + "entry_ip": "89.187.164.246" }, { "country": "United States", "city": "Dallas", "name": "US-TX#29", "hostname": "us-tx-29.protonvpn.net", - "entry_ip": "146.70.58.131", - "exit_ip": [ - "146.70.58.131" - ] + "entry_ip": "146.70.58.131" }, { "country": "United States", "city": "Dallas", "name": "US-TX#30", "hostname": "node-us-125.protonvpn.net", - "entry_ip": "146.70.58.130", - "exit_ip": [ - "146.70.58.132", - "146.70.58.133", - "146.70.58.134", - "146.70.58.135", - "146.70.58.136", - "146.70.58.137", - "146.70.58.138", - "146.70.58.139", - "146.70.58.140", - "146.70.58.141", - "146.70.58.142" - ] + "entry_ip": "146.70.58.130" }, { "country": "United States", "city": "Dallas", "name": "US-TX#9", "hostname": "us-tx-09.protonvpn.net", - "entry_ip": "89.187.175.141", - "exit_ip": [ - "89.187.175.141", - "89.187.175.145", - "89.187.175.146" - ] + "entry_ip": "89.187.175.141" }, { "country": "United States", "city": "Denver", "name": "US-CO#1", "hostname": "us-co-01.protonvpn.net", - "entry_ip": "84.17.63.9", - "exit_ip": [ - "84.17.63.9", - "84.17.63.10", - "84.17.63.11" - ] + "entry_ip": "84.17.63.9" }, { "country": "United States", "city": "Denver", "name": "US-CO#10", "hostname": "node-us-74.protonvpn.net", - "entry_ip": "84.17.63.54", - "exit_ip": [ - "84.17.63.56", - "84.17.63.57", - "84.17.63.58" - ] + "entry_ip": "84.17.63.54" }, { "country": "United States", "city": "Denver", "name": "US-CO#13", "hostname": "us-co-13.protonvpn.net", - "entry_ip": "212.102.44.162", - "exit_ip": [ - "212.102.44.162" - ] + "entry_ip": "212.102.44.162" }, { "country": "United States", "city": "Denver", "name": "US-CO#14", "hostname": "node-us-93.protonvpn.net", - "entry_ip": "212.102.44.161", - "exit_ip": [ - "212.102.44.163", - "212.102.44.164", - "212.102.44.165" - ] + "entry_ip": "212.102.44.161" }, { "country": "United States", "city": "Denver", "name": "US-CO#17", "hostname": "us-co-17.protonvpn.net", - "entry_ip": "212.102.44.167", - "exit_ip": [ - "212.102.44.167" - ] + "entry_ip": "212.102.44.167" }, { "country": "United States", "city": "Denver", "name": "US-CO#18", "hostname": "node-us-94.protonvpn.net", - "entry_ip": "212.102.44.166", - "exit_ip": [ - "212.102.44.168", - "212.102.44.169", - "212.102.44.170" - ] + "entry_ip": "212.102.44.166" }, { "country": "United States", "city": "Denver", "name": "US-CO#4", "hostname": "node-us-58.protonvpn.net", - "entry_ip": "84.17.63.8", - "exit_ip": [ - "84.17.63.12", - "84.17.63.13", - "84.17.63.14", - "84.17.63.15", - "84.17.63.16" - ] + "entry_ip": "84.17.63.8" }, { "country": "United States", "city": "Denver", "name": "US-CO#9", "hostname": "us-co-09.protonvpn.net", - "entry_ip": "84.17.63.55", - "exit_ip": [ - "84.17.63.55" - ] + "entry_ip": "84.17.63.55" }, { "country": "United States", "city": "Los Angeles", "name": "US-CA#17", "hostname": "us-ca-17.protonvpn.com", - "entry_ip": "45.152.182.131", - "exit_ip": [ - "45.152.182.131", - "45.152.182.132", - "45.152.182.133" - ] + "entry_ip": "45.152.182.131" }, { "country": "United States", "city": "Los Angeles", "name": "US-CA#20", "hostname": "lxc-us-48.protonvpn.com", - "entry_ip": "45.152.182.130", - "exit_ip": [ - "45.152.182.134", - "45.152.182.135", - "45.152.182.136", - "45.152.182.137", - "45.152.182.138" - ] + "entry_ip": "45.152.182.130" }, { "country": "United States", "city": "Los Angeles", "name": "US-CA#25", "hostname": "us-ca-25.protonvpn.com", - "entry_ip": "45.152.182.147", - "exit_ip": [ - "45.152.182.147", - "45.152.182.148", - "45.152.182.149" - ] + "entry_ip": "45.152.182.147" }, { "country": "United States", "city": "Los Angeles", "name": "US-CA#28", "hostname": "lxc-us-49.protonvpn.com", - "entry_ip": "45.152.182.146", - "exit_ip": [ - "45.152.182.150", - "45.152.182.151", - "45.152.182.152", - "45.152.182.153", - "45.152.182.154" - ] + "entry_ip": "45.152.182.146" }, { "country": "United States", "city": "Los Angeles", "name": "US-CA#33", "hostname": "us-ca-33.protonvpn.net", - "entry_ip": "185.230.126.19", - "exit_ip": [ - "185.230.126.19", - "185.230.126.20", - "185.230.126.21" - ] + "entry_ip": "185.230.126.19" }, { "country": "United States", "city": "Los Angeles", "name": "US-CA#36", "hostname": "node-us-65.protonvpn.net", - "entry_ip": "185.230.126.18", - "exit_ip": [ - "185.230.126.22", - "185.230.126.23", - "185.230.126.24", - "185.230.126.25", - "185.230.126.26" - ] + "entry_ip": "185.230.126.18" }, { "country": "United States", "city": "Los Angeles", "name": "US-CA#41", "hostname": "us-ca-41.protonvpn.net", - "entry_ip": "185.230.126.147", - "exit_ip": [ - "185.230.126.147", - "185.230.126.148", - "185.230.126.149" - ] + "entry_ip": "185.230.126.147" }, { "country": "United States", "city": "Los Angeles", "name": "US-CA#44", "hostname": "node-us-66.protonvpn.net", - "entry_ip": "185.230.126.146", - "exit_ip": [ - "185.230.126.150", - "185.230.126.194", - "185.230.126.195", - "185.230.126.196", - "185.230.126.197" - ] + "entry_ip": "185.230.126.146" }, { "country": "United States", "city": "Los Angeles", "name": "US-CA#49", "hostname": "us-ca-49.protonvpn.com", - "entry_ip": "185.230.126.11", - "exit_ip": [ - "185.230.126.11" - ] + "entry_ip": "185.230.126.11" }, { "country": "United States", "city": "Los Angeles", "name": "US-CA#50", "hostname": "lxc-us-82.protonvpn.com", - "entry_ip": "185.230.126.10", - "exit_ip": [ - "185.230.126.12", - "185.230.126.13", - "185.230.126.14" - ] + "entry_ip": "185.230.126.10" }, { "country": "United States", "city": "Los Angeles", "name": "US-CA#53", "hostname": "us-ca-53.protonvpn.com", - "entry_ip": "91.219.212.227", - "exit_ip": [ - "91.219.212.227" - ] + "entry_ip": "91.219.212.227" }, { "country": "United States", "city": "Los Angeles", "name": "US-CA#54", "hostname": "lxc-us-95.protonvpn.com", - "entry_ip": "91.219.212.226", - "exit_ip": [ - "91.219.212.228", - "91.219.212.229", - "91.219.212.230" - ] + "entry_ip": "91.219.212.226" }, { "country": "United States", "city": "Los Angeles", "name": "US-CA#57", "hostname": "us-ca-57.protonvpn.com", - "entry_ip": "91.219.212.219", - "exit_ip": [ - "91.219.212.219" - ] + "entry_ip": "91.219.212.219" }, { "country": "United States", "city": "Los Angeles", "name": "US-CA#58", "hostname": "lxc-us-96.protonvpn.com", - "entry_ip": "91.219.212.218", - "exit_ip": [ - "91.219.212.220", - "91.219.212.221", - "91.219.212.222" - ] + "entry_ip": "91.219.212.218" }, { "country": "United States", "city": "Los Angeles", "name": "US-CA#61", "hostname": "us-ca-61.protonvpn.net", - "entry_ip": "91.219.212.211", - "exit_ip": [ - "91.219.212.211" - ] + "entry_ip": "91.219.212.211" }, { "country": "United States", "city": "Los Angeles", "name": "US-CA#62", "hostname": "node-us-97.protonvpn.net", - "entry_ip": "91.219.212.210", - "exit_ip": [ - "91.219.212.212", - "91.219.212.213", - "91.219.212.214" - ] + "entry_ip": "91.219.212.210" }, { "country": "United States", "city": "Los Angeles", "name": "US-CA#65", "hostname": "us-ca-65.protonvpn.net", - "entry_ip": "91.219.212.203", - "exit_ip": [ - "91.219.212.203" - ] + "entry_ip": "91.219.212.203" }, { "country": "United States", "city": "Los Angeles", "name": "US-CA#66", "hostname": "node-us-98.protonvpn.net", - "entry_ip": "91.219.212.202", - "exit_ip": [ - "91.219.212.204", - "91.219.212.205", - "91.219.212.206" - ] + "entry_ip": "91.219.212.202" }, { "country": "United States", "city": "Los Angeles", "name": "US-CA#69", "hostname": "us-ca-69.protonvpn.net", - "entry_ip": "91.219.212.195", - "exit_ip": [ - "91.219.212.195" - ] + "entry_ip": "91.219.212.195" }, { "country": "United States", "city": "Los Angeles", "name": "US-CA#70", "hostname": "node-us-99.protonvpn.net", - "entry_ip": "91.219.212.194", - "exit_ip": [ - "91.219.212.196", - "91.219.212.197", - "91.219.212.198" - ] + "entry_ip": "91.219.212.194" }, { "country": "United States", "city": "Los Angeles", "name": "US-CA#89", "hostname": "node-us-122.protonvpn.net", - "entry_ip": "138.199.35.97", - "exit_ip": [ - "138.199.35.98", - "138.199.35.99", - "138.199.35.100", - "138.199.35.101", - "138.199.35.102", - "138.199.35.103", - "138.199.35.104", - "138.199.35.105", - "138.199.35.106", - "138.199.35.107", - "138.199.35.108", - "138.199.35.109", - "138.199.35.110" - ] - }, - { - "country": "United States", - "city": "Manassas", - "name": "US-VA#10", - "hostname": "us-va-10.protonvpn.net", - "entry_ip": "207.244.102.200", - "exit_ip": [ - "207.244.102.200" - ] - }, - { - "country": "United States", - "city": "Manassas", - "name": "US-VA#11", - "hostname": "node-us-113.protonvpn.net", - "entry_ip": "198.7.58.77", - "exit_ip": [ - "207.244.102.201", - "207.244.102.202", - "207.244.102.203" - ] + "entry_ip": "138.199.35.97" }, { "country": "United States", "city": "Miami", "name": "US-FL#1", "hostname": "us-fl-01.protonvpn.com", - "entry_ip": "37.120.215.243", - "exit_ip": [ - "37.120.215.243", - "37.120.215.244", - "37.120.215.245" - ] + "entry_ip": "37.120.215.243" }, { "country": "United States", "city": "Miami", "name": "US-FL#12", "hostname": "lxc-us-51.protonvpn.com", - "entry_ip": "37.120.215.226", - "exit_ip": [ - "37.120.215.230", - "37.120.215.231", - "37.120.215.232", - "37.120.215.233", - "37.120.215.234" - ] + "entry_ip": "37.120.215.226" }, { "country": "United States", "city": "Miami", "name": "US-FL#17", "hostname": "us-fl-17.protonvpn.net", - "entry_ip": "45.87.214.195", - "exit_ip": [ - "45.87.214.195", - "45.87.214.196", - "45.87.214.197" - ] + "entry_ip": "45.87.214.195" }, { "country": "United States", "city": "Miami", "name": "US-FL#20", "hostname": "node-us-63.protonvpn.net", - "entry_ip": "45.87.214.194", - "exit_ip": [ - "45.87.214.198", - "45.87.214.199", - "45.87.214.200", - "45.87.214.201", - "45.87.214.202" - ] + "entry_ip": "45.87.214.194" }, { "country": "United States", "city": "Miami", "name": "US-FL#25", "hostname": "us-fl-25.protonvpn.net", - "entry_ip": "45.87.214.211", - "exit_ip": [ - "45.87.214.211", - "45.87.214.212", - "45.87.214.213" - ] + "entry_ip": "45.87.214.211" }, { "country": "United States", "city": "Miami", "name": "US-FL#28", "hostname": "node-us-64.protonvpn.net", - "entry_ip": "45.87.214.210", - "exit_ip": [ - "45.87.214.214", - "45.87.214.215", - "45.87.214.216", - "45.87.214.217", - "45.87.214.218" - ] + "entry_ip": "45.87.214.210" }, { "country": "United States", "city": "Miami", "name": "US-FL#33", "hostname": "us-fl-33.protonvpn.net", - "entry_ip": "45.87.214.99", - "exit_ip": [ - "45.87.214.99" - ] + "entry_ip": "45.87.214.99" }, { "country": "United States", "city": "Miami", "name": "US-FL#34", "hostname": "node-us-90.protonvpn.net", - "entry_ip": "45.87.214.98", - "exit_ip": [ - "45.87.214.100", - "45.87.214.101", - "45.87.214.102" - ] + "entry_ip": "45.87.214.98" }, { "country": "United States", "city": "Miami", "name": "US-FL#37", "hostname": "us-fl-37.protonvpn.net", - "entry_ip": "91.219.214.171", - "exit_ip": [ - "91.219.214.171" - ] + "entry_ip": "91.219.214.171" }, { "country": "United States", "city": "Miami", "name": "US-FL#38", "hostname": "node-us-100.protonvpn.net", - "entry_ip": "91.219.214.170", - "exit_ip": [ - "91.219.214.172", - "91.219.214.173", - "91.219.214.174" - ] + "entry_ip": "91.219.214.170" }, { "country": "United States", "city": "Miami", "name": "US-FL#4", "hostname": "lxc-us-50.protonvpn.com", - "entry_ip": "37.120.215.242", - "exit_ip": [ - "37.120.215.246", - "37.120.215.247", - "37.120.215.248", - "37.120.215.249", - "37.120.215.250" - ] + "entry_ip": "37.120.215.242" }, { "country": "United States", "city": "Miami", "name": "US-FL#41", "hostname": "us-fl-41.protonvpn.net", - "entry_ip": "91.219.214.163", - "exit_ip": [ - "91.219.214.163" - ] + "entry_ip": "91.219.214.163" }, { "country": "United States", "city": "Miami", "name": "US-FL#42", "hostname": "node-us-101.protonvpn.net", - "entry_ip": "91.219.214.162", - "exit_ip": [ - "91.219.214.164", - "91.219.214.165", - "91.219.214.166" - ] + "entry_ip": "91.219.214.162" }, { "country": "United States", "city": "Miami", "name": "US-FL#45", "hostname": "us-fl-45.protonvpn.net", - "entry_ip": "89.38.227.139", - "exit_ip": [ - "89.38.227.139" - ] + "entry_ip": "89.38.227.139" }, { "country": "United States", "city": "Miami", "name": "US-FL#46", "hostname": "node-us-102.protonvpn.net", - "entry_ip": "89.38.227.138", - "exit_ip": [ - "89.38.227.140", - "89.38.227.141", - "89.38.227.142" - ] + "entry_ip": "89.38.227.138" }, { "country": "United States", "city": "Miami", "name": "US-FL#49", "hostname": "us-fl-49.protonvpn.com", - "entry_ip": "193.27.12.251", - "exit_ip": [ - "193.27.12.251" - ] + "entry_ip": "193.27.12.251" }, { "country": "United States", "city": "Miami", "name": "US-FL#50", "hostname": "lxc-us-103.protonvpn.com", - "entry_ip": "193.27.12.250", - "exit_ip": [ - "193.27.12.252", - "193.27.12.253", - "193.27.12.254" - ] + "entry_ip": "193.27.12.250" }, { "country": "United States", "city": "Miami", "name": "US-FL#9", "hostname": "us-fl-09.protonvpn.com", - "entry_ip": "37.120.215.227", - "exit_ip": [ - "37.120.215.227", - "37.120.215.228", - "37.120.215.229" - ] + "entry_ip": "37.120.215.227" + }, + { + "country": "United States", + "city": "New York City", + "name": "US-NY#126", + "hostname": "node-us-134.protonvpn.net", + "entry_ip": "89.187.178.173" }, { "country": "United States", "city": "New York City", "name": "US-NY#13", "hostname": "us-ny-13.protonvpn.com", - "entry_ip": "193.148.18.35", - "exit_ip": [ - "193.148.18.35", - "193.148.18.36", - "193.148.18.37" - ] + "entry_ip": "193.148.18.35" }, { "country": "United States", "city": "New York City", "name": "US-NY#16", "hostname": "lxc-us-46.protonvpn.com", - "entry_ip": "193.148.18.34", - "exit_ip": [ - "193.148.18.38", - "193.148.18.39", - "193.148.18.40", - "193.148.18.41", - "193.148.18.42" - ] + "entry_ip": "193.148.18.34" }, { "country": "United States", "city": "New York City", "name": "US-NY#21", "hostname": "us-ny-21.protonvpn.net", - "entry_ip": "193.148.18.83", - "exit_ip": [ - "193.148.18.83", - "193.148.18.84", - "193.148.18.85" - ] + "entry_ip": "193.148.18.83" }, { "country": "United States", "city": "New York City", "name": "US-NY#24", "hostname": "node-us-67.protonvpn.net", - "entry_ip": "193.148.18.82", - "exit_ip": [ - "193.148.18.86", - "193.148.18.87", - "193.148.18.88", - "193.148.18.89", - "193.148.18.90" - ] + "entry_ip": "193.148.18.82" }, { "country": "United States", "city": "New York City", "name": "US-NY#29", "hostname": "us-ny-29.protonvpn.net", - "entry_ip": "193.148.18.99", - "exit_ip": [ - "193.148.18.99", - "193.148.18.100", - "193.148.18.101" - ] + "entry_ip": "193.148.18.99" }, { "country": "United States", "city": "New York City", "name": "US-NY#32", "hostname": "node-us-68.protonvpn.net", - "entry_ip": "193.148.18.98", - "exit_ip": [ - "193.148.18.102", - "193.148.18.103", - "193.148.18.104", - "193.148.18.105", - "193.148.18.106" - ] + "entry_ip": "193.148.18.98" }, { "country": "United States", "city": "New York City", "name": "US-NY#37", "hostname": "us-ny-37.protonvpn.net", - "entry_ip": "193.148.18.67", - "exit_ip": [ - "193.148.18.67" - ] + "entry_ip": "193.148.18.67" }, { "country": "United States", "city": "New York City", "name": "US-NY#38", "hostname": "node-us-77.protonvpn.net", - "entry_ip": "193.148.18.66", - "exit_ip": [ - "193.148.18.68", - "193.148.18.69", - "193.148.18.70" - ] + "entry_ip": "193.148.18.66" }, { "country": "United States", "city": "New York City", "name": "US-NY#41", - "hostname": "us-ny-41.protonvpn.com", - "entry_ip": "37.120.244.62", - "exit_ip": [ - "37.120.244.62" - ] + "hostname": "us-ny-41.protonvpn.net", + "entry_ip": "37.120.244.62" }, { "country": "United States", "city": "New York City", "name": "US-NY#42", - "hostname": "lxc-us-104.protonvpn.com", - "entry_ip": "37.120.244.58", - "exit_ip": [ - "37.120.244.59", - "37.120.244.60", - "37.120.244.61" - ] + "hostname": "node-us-104.protonvpn.net", + "entry_ip": "37.120.244.58" }, { "country": "United States", "city": "New York City", "name": "US-NY#45", "hostname": "us-ny-45.protonvpn.net", - "entry_ip": "37.120.244.155", - "exit_ip": [ - "37.120.244.155" - ] + "entry_ip": "37.120.244.155" }, { "country": "United States", "city": "New York City", "name": "US-NY#46", "hostname": "node-us-105.protonvpn.net", - "entry_ip": "37.120.244.154", - "exit_ip": [ - "37.120.244.156", - "37.120.244.157", - "37.120.244.158" - ] + "entry_ip": "37.120.244.154" }, { "country": "United States", "city": "New York City", "name": "US-NY#49", "hostname": "us-ny-49.protonvpn.net", - "entry_ip": "37.120.244.51", - "exit_ip": [ - "37.120.244.51" - ] + "entry_ip": "37.120.244.51" }, { "country": "United States", "city": "New York City", "name": "US-NY#5", "hostname": "us-ny-05.protonvpn.com", - "entry_ip": "108.62.49.149", - "exit_ip": [ - "108.62.49.149" - ] + "entry_ip": "108.62.49.149" }, { "country": "United States", "city": "New York City", "name": "US-NY#50", "hostname": "node-us-106.protonvpn.net", - "entry_ip": "37.120.244.50", - "exit_ip": [ - "37.120.244.52", - "37.120.244.53", - "37.120.244.54" - ] + "entry_ip": "37.120.244.50" }, { "country": "United States", "city": "New York City", "name": "US-NY#53", "hostname": "us-ny-53.protonvpn.net", - "entry_ip": "37.120.244.99", - "exit_ip": [ - "37.120.244.99" - ] + "entry_ip": "37.120.244.99" }, { "country": "United States", "city": "New York City", "name": "US-NY#54", "hostname": "node-us-107.protonvpn.net", - "entry_ip": "37.120.244.98", - "exit_ip": [ - "37.120.244.100", - "37.120.244.101", - "37.120.244.102" - ] - }, - { - "country": "United States", - "city": "New York City", - "name": "US-NY#57", - "hostname": "us-ny-57.protonvpn.net", - "entry_ip": "173.208.98.158", - "exit_ip": [ - "173.208.98.158" - ] - }, - { - "country": "United States", - "city": "New York City", - "name": "US-NY#58", - "hostname": "node-us-114.protonvpn.net", - "entry_ip": "173.208.98.183", - "exit_ip": [ - "173.208.98.184", - "173.208.98.185", - "173.208.98.186" - ] + "entry_ip": "37.120.244.98" }, { "country": "United States", "city": "New York City", "name": "US-NY#61", "hostname": "us-ny-61.protonvpn.net", - "entry_ip": "146.70.72.131", - "exit_ip": [ - "146.70.72.131", - "146.70.72.132", - "146.70.72.133", - "146.70.72.134" - ] + "entry_ip": "146.70.72.131" }, { "country": "United States", "city": "New York City", "name": "US-NY#65", - "hostname": "node-us-117.protonvpn.net", - "entry_ip": "146.70.72.130", - "exit_ip": [ - "146.70.72.135", - "146.70.72.136", - "146.70.72.137", - "146.70.72.138", - "146.70.72.139", - "146.70.72.140", - "146.70.72.141", - "146.70.72.142" - ] + "hostname": "node-us-144.protonvpn.net", + "entry_ip": "146.70.72.130" }, { "country": "United States", "city": "New York City", "name": "US-NY#73", "hostname": "node-us-118.protonvpn.net", - "entry_ip": "146.70.72.162", - "exit_ip": [ - "146.70.72.163", - "146.70.72.164", - "146.70.72.165", - "146.70.72.166", - "146.70.72.167", - "146.70.72.168", - "146.70.72.169", - "146.70.72.170", - "146.70.72.171", - "146.70.72.172", - "146.70.72.174", - "146.70.72.173" - ] + "entry_ip": "146.70.72.162" }, { "country": "United States", "city": "New York City", "name": "US-NY#8", "hostname": "lxc-us-32.protonvpn.com", - "entry_ip": "108.62.49.157", - "exit_ip": [ - "108.62.49.129", - "108.62.49.152", - "108.62.49.158" - ] - }, - { - "country": "United States", - "city": "New York City", - "name": "US-NY#9", - "hostname": "lxc-us-41.protonvpn.com", - "entry_ip": "172.98.93.226", - "exit_ip": [ - "172.98.93.227", - "172.98.93.228", - "172.98.93.229", - "172.98.93.230" - ] - }, - { - "country": "United States", - "city": "Phoenix", - "name": "US-AZ#10", - "hostname": "node-us-126.protonvpn.net", - "entry_ip": "193.37.254.66", - "exit_ip": [ - "193.37.254.68", - "193.37.254.69", - "193.37.254.70", - "193.37.254.71", - "193.37.254.72", - "193.37.254.73", - "193.37.254.74", - "193.37.254.75", - "193.37.254.76", - "193.37.254.77", - "193.37.254.78" - ] - }, - { - "country": "United States", - "city": "Phoenix", - "name": "US-AZ#5", - "hostname": "us-az-05.protonvpn.net", - "entry_ip": "23.81.234.41", - "exit_ip": [ - "23.81.234.41" - ] - }, - { - "country": "United States", - "city": "Phoenix", - "name": "US-AZ#6", - "hostname": "node-us-116.protonvpn.net", - "entry_ip": "23.83.129.11", - "exit_ip": [ - "23.81.234.42", - "23.81.234.43", - "23.81.234.44" - ] + "entry_ip": "108.62.49.157" }, { "country": "United States", "city": "Phoenix", "name": "US-AZ#9", "hostname": "us-az-09.protonvpn.net", - "entry_ip": "193.37.254.67", - "exit_ip": [ - "193.37.254.67" - ] + "entry_ip": "193.37.254.67" }, { "country": "United States", "city": "Salt Lake City", "name": "US-UT#25", "hostname": "us-ut-25b.protonvpn.com", - "entry_ip": "69.36.160.150", - "exit_ip": [ - "69.36.160.150" - ] + "entry_ip": "69.36.160.150" }, { "country": "United States", "city": "Salt Lake City", "name": "US-UT#26", "hostname": "lxc-us-110.protonvpn.com", - "entry_ip": "209.95.56.120", - "exit_ip": [ - "69.36.160.152", - "69.36.160.153", - "69.36.160.154" - ] + "entry_ip": "209.95.56.120" }, { "country": "United States", "city": "Salt Lake City", "name": "US-UT#29", "hostname": "us-ut-29.protonvpn.net", - "entry_ip": "173.244.209.65", - "exit_ip": [ - "173.244.209.65" - ] + "entry_ip": "173.244.209.65" }, { "country": "United States", "city": "Salt Lake City", "name": "US-UT#30", "hostname": "node-us-111.protonvpn.net", - "entry_ip": "174.127.84.34", - "exit_ip": [ - "173.244.209.80", - "173.244.209.89", - "173.244.209.91" - ] + "entry_ip": "174.127.84.34" }, { "country": "United States", "city": "Salt Lake City", "name": "US-UT#33", "hostname": "us-ut-33.protonvpn.net", - "entry_ip": "107.182.233.102", - "exit_ip": [ - "107.182.233.102" - ] + "entry_ip": "107.182.233.102" }, { "country": "United States", "city": "Salt Lake City", "name": "US-UT#34", "hostname": "node-us-112.protonvpn.net", - "entry_ip": "174.127.84.35", - "exit_ip": [ - "173.244.209.62", - "173.244.209.63", - "173.244.209.64" - ] - }, - { - "country": "United States", - "city": "San Jose", - "name": "US-CA#73", - "hostname": "us-ca-73.protonvpn.net", - "entry_ip": "142.234.80.86", - "exit_ip": [ - "142.234.80.86" - ] - }, - { - "country": "United States", - "city": "San Jose", - "name": "US-CA#74", - "hostname": "node-us-115.protonvpn.net", - "entry_ip": "172.241.250.144", - "exit_ip": [ - "142.234.80.87", - "142.234.80.88", - "142.234.80.89" - ] + "entry_ip": "174.127.84.35" }, { "country": "United States", "city": "San Jose", "name": "US-CA#77", "hostname": "us-ca-77.protonvpn.net", - "entry_ip": "156.146.54.98", - "exit_ip": [ - "156.146.54.98", - "156.146.54.99" - ] + "entry_ip": "156.146.54.98" }, { "country": "United States", "city": "San Jose", "name": "US-CA#79", "hostname": "node-us-120.protonvpn.net", - "entry_ip": "156.146.54.97", - "exit_ip": [ - "156.146.54.100", - "156.146.54.101", - "156.146.54.102", - "156.146.54.103", - "156.146.54.104", - "156.146.54.105", - "156.146.54.106", - "156.146.54.107", - "156.146.54.108", - "156.146.54.109" - ] + "entry_ip": "156.146.54.97" }, { "country": "United States", "city": "Seattle", "name": "US-WA#21", "hostname": "node-us-123.protonvpn.net", - "entry_ip": "156.146.51.78", - "exit_ip": [ - "156.146.51.79", - "156.146.51.80", - "156.146.51.81", - "156.146.51.82", - "156.146.51.83", - "156.146.51.84", - "156.146.51.85", - "156.146.51.86", - "156.146.51.87", - "156.146.51.88", - "156.146.51.89", - "156.146.51.90" - ] + "entry_ip": "156.146.51.78" }, { "country": "United States", "city": "Seattle", "name": "US-WA#34", "hostname": "node-us-124.protonvpn.net", - "entry_ip": "156.146.51.65", - "exit_ip": [ - "156.146.51.67", - "156.146.51.68", - "156.146.51.69", - "156.146.51.70", - "156.146.51.71", - "156.146.51.72", - "156.146.51.73", - "156.146.51.74", - "156.146.51.75", - "156.146.51.76", - "156.146.51.77", - "156.146.51.66" - ] - }, - { - "country": "United States", - "city": "Secaucus", - "name": "US-NJ#13", - "hostname": "lxc-us-83.protonvpn.com", - "entry_ip": "107.152.101.210", - "exit_ip": [ - "107.152.101.211", - "107.152.101.212", - "107.152.101.213", - "107.152.101.214" - ] + "entry_ip": "156.146.51.65" }, { "country": "United States", "city": "Washington DC", "name": "US-VA#26", "hostname": "us-va-26.protonvpn.net", - "entry_ip": "185.247.68.51", - "exit_ip": [ - "185.247.68.51", - "185.247.68.52" - ] + "entry_ip": "185.247.68.51" }, { "country": "United States", "city": "Washington DC", "name": "US-VA#28", "hostname": "node-us-127.protonvpn.net", - "entry_ip": "185.247.68.50", - "exit_ip": [ - "185.247.68.53", - "185.247.68.54", - "185.247.68.55", - "185.247.68.56", - "185.247.68.57", - "185.247.68.58", - "185.247.68.59", - "185.247.68.60", - "185.247.68.61", - "185.247.68.62" - ] - }, - { - "country": "United States", - "region": "Midwest", - "city": "Chicago", - "name": "US-IL#13", - "hostname": "lxc-us-40.protonvpn.com", - "entry_ip": "74.119.146.39", - "exit_ip": [ - "74.119.146.40", - "74.119.146.41", - "74.119.146.42", - "74.119.146.43" - ] + "entry_ip": "185.247.68.50" }, { "country": "United States", @@ -92601,25 +89386,7 @@ "city": "Secaucus", "name": "US-NJ#11", "hostname": "node-us-31.protonvpn.net", - "entry_ip": "69.10.63.242", - "exit_ip": [ - "69.10.63.245", - "69.10.63.246" - ] - }, - { - "country": "United States", - "region": "Northeast", - "city": "Secaucus", - "name": "US-NJ#5", - "hostname": "lxc-us-29.protonvpn.com", - "entry_ip": "192.252.222.34", - "exit_ip": [ - "192.252.222.35", - "192.252.222.36", - "192.252.222.37", - "192.252.222.38" - ] + "entry_ip": "69.10.63.242" }, { "country": "United States", @@ -92627,72 +89394,35 @@ "city": "Secaucus", "name": "US-NJ#9", "hostname": "us-nj-09.protonvpn.net", - "entry_ip": "69.10.63.243", - "exit_ip": [ - "69.10.63.243", - "69.10.63.244" - ] + "entry_ip": "69.10.63.243" }, { "country": "United States", "region": "West", "name": "US-CO#21-TOR", "hostname": "us-co-21-tor.protonvpn.net", - "entry_ip": "84.17.63.17", - "exit_ip": [ - "84.17.63.17" - ] + "entry_ip": "84.17.63.17" }, { "country": "United States", "region": "West", "name": "US-GA#29-TOR", "hostname": "us-ga-29-tor.protonvpn.net", - "entry_ip": "89.187.171.248", - "exit_ip": [ - "89.187.171.248" - ] - }, - { - "country": "United States", - "region": "West", - "city": "Los Angeles", - "name": "US-CA#13", - "hostname": "lxc-us-37.protonvpn.com", - "entry_ip": "172.83.43.135", - "exit_ip": [ - "172.83.43.136", - "172.83.43.137", - "172.83.43.138", - "172.83.43.139" - ] + "entry_ip": "89.187.171.248" }, { "country": "Vietnam", "city": "Hanoi", "name": "SE-VN#1", "hostname": "se-vn-01a.protonvpn.com", - "entry_ip": "185.159.156.85", - "exit_ip": [ - "188.214.152.227" - ] + "entry_ip": "185.159.156.85" }, { "country": "Vietnam", "city": "Hanoi", "name": "VN#1", "hostname": "node-vn-01.protonvpn.net", - "entry_ip": "188.214.152.226", - "exit_ip": [ - "188.214.152.227", - "188.214.152.228", - "188.214.152.229", - "188.214.152.230", - "188.214.152.231", - "188.214.152.232", - "188.214.152.233", - "188.214.152.234" - ] + "entry_ip": "188.214.152.226" } ] }, diff --git a/internal/updater/providers/protonvpn/iptoserver.go b/internal/updater/providers/protonvpn/iptoserver.go index 6c5249c3..b9607eac 100644 --- a/internal/updater/providers/protonvpn/iptoserver.go +++ b/internal/updater/providers/protonvpn/iptoserver.go @@ -9,7 +9,7 @@ import ( type ipToServer map[string]models.ProtonvpnServer func (its ipToServer) add(country, region, city, name, hostname string, - entryIP, exitIP net.IP) { + entryIP net.IP) { key := entryIP.String() server, ok := its[key] @@ -20,9 +20,6 @@ func (its ipToServer) add(country, region, city, name, hostname string, server.Name = name server.Hostname = hostname server.EntryIP = entryIP - server.ExitIPs = []net.IP{exitIP} - } else { - server.ExitIPs = append(server.ExitIPs, exitIP) } its[key] = server diff --git a/internal/updater/providers/protonvpn/servers.go b/internal/updater/providers/protonvpn/servers.go index 06278c6d..18ce6375 100644 --- a/internal/updater/providers/protonvpn/servers.go +++ b/internal/updater/providers/protonvpn/servers.go @@ -47,7 +47,6 @@ func GetServers(ctx context.Context, client *http.Client, minServers int) ( hostname := physicalServer.Domain entryIP := physicalServer.EntryIP - exitIP := physicalServer.ExitIP // Note: for multi-hop use the server name or hostname // instead of the country @@ -57,7 +56,7 @@ func GetServers(ctx context.Context, client *http.Client, minServers int) ( warnings = append(warnings, warning) } - ipToServer.add(country, region, city, name, hostname, entryIP, exitIP) + ipToServer.add(country, region, city, name, hostname, entryIP) } }