mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
Maint: hardcoded data in JSON embedded file
- Server information, versions and timestamps together in internal/constants/servers.json - breaking change: updater cli uses -enduser instead of -file - breaking change: updater cli uses -maintainer instead of -stdout - Fix: replace special last a character with 'a' from Bogota for PrivateVPN - Feat: do not write out servers and timestamp if no change was detected
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
package constants
|
||||
|
||||
import (
|
||||
"net"
|
||||
|
||||
"github.com/qdm12/gluetun/internal/models"
|
||||
)
|
||||
|
||||
@@ -38,189 +36,10 @@ func CyberghostHostnameChoices() (choices []string) {
|
||||
return makeUnique(choices)
|
||||
}
|
||||
|
||||
//nolint:lll
|
||||
// CyberghostServers returns a slice with the server information for each
|
||||
// of the Cyberghost server.
|
||||
func CyberghostServers() []models.CyberghostServer {
|
||||
return []models.CyberghostServer{
|
||||
{Region: "Albania", Group: "Premium TCP Europe", Hostname: "97-1-al.cg-dialup.net", IPs: []net.IP{{31, 171, 155, 3}, {31, 171, 155, 4}, {31, 171, 155, 7}, {31, 171, 155, 8}, {31, 171, 155, 9}, {31, 171, 155, 10}, {31, 171, 155, 11}, {31, 171, 155, 12}, {31, 171, 155, 13}, {31, 171, 155, 14}}},
|
||||
{Region: "Albania", Group: "Premium UDP Europe", Hostname: "87-1-al.cg-dialup.net", IPs: []net.IP{{31, 171, 155, 4}, {31, 171, 155, 5}, {31, 171, 155, 6}, {31, 171, 155, 7}, {31, 171, 155, 8}, {31, 171, 155, 9}, {31, 171, 155, 10}, {31, 171, 155, 11}, {31, 171, 155, 13}, {31, 171, 155, 14}}},
|
||||
{Region: "Algeria", Group: "Premium TCP Europe", Hostname: "97-1-dz.cg-dialup.net", IPs: []net.IP{{176, 125, 228, 132}, {176, 125, 228, 134}, {176, 125, 228, 135}, {176, 125, 228, 136}, {176, 125, 228, 137}, {176, 125, 228, 138}, {176, 125, 228, 139}, {176, 125, 228, 140}, {176, 125, 228, 141}, {176, 125, 228, 142}}},
|
||||
{Region: "Algeria", Group: "Premium UDP Europe", Hostname: "87-1-dz.cg-dialup.net", IPs: []net.IP{{176, 125, 228, 131}, {176, 125, 228, 133}, {176, 125, 228, 134}, {176, 125, 228, 136}, {176, 125, 228, 137}, {176, 125, 228, 139}, {176, 125, 228, 140}, {176, 125, 228, 141}, {176, 125, 228, 142}, {176, 125, 228, 143}}},
|
||||
{Region: "Andorra", Group: "Premium TCP Europe", Hostname: "97-1-ad.cg-dialup.net", IPs: []net.IP{{188, 241, 82, 137}, {188, 241, 82, 138}, {188, 241, 82, 140}, {188, 241, 82, 142}, {188, 241, 82, 147}, {188, 241, 82, 155}, {188, 241, 82, 159}, {188, 241, 82, 160}, {188, 241, 82, 161}, {188, 241, 82, 166}}},
|
||||
{Region: "Andorra", Group: "Premium UDP Europe", Hostname: "87-1-ad.cg-dialup.net", IPs: []net.IP{{188, 241, 82, 133}, {188, 241, 82, 134}, {188, 241, 82, 136}, {188, 241, 82, 137}, {188, 241, 82, 146}, {188, 241, 82, 153}, {188, 241, 82, 155}, {188, 241, 82, 160}, {188, 241, 82, 164}, {188, 241, 82, 168}}},
|
||||
{Region: "Argentina", Group: "Premium TCP USA", Hostname: "93-1-ar.cg-dialup.net", IPs: []net.IP{{146, 70, 39, 4}, {146, 70, 39, 9}, {146, 70, 39, 15}, {146, 70, 39, 19}, {146, 70, 39, 135}, {146, 70, 39, 136}, {146, 70, 39, 139}, {146, 70, 39, 142}, {146, 70, 39, 143}, {146, 70, 39, 145}}},
|
||||
{Region: "Argentina", Group: "Premium UDP USA", Hostname: "94-1-ar.cg-dialup.net", IPs: []net.IP{{146, 70, 39, 3}, {146, 70, 39, 5}, {146, 70, 39, 6}, {146, 70, 39, 8}, {146, 70, 39, 11}, {146, 70, 39, 12}, {146, 70, 39, 131}, {146, 70, 39, 134}, {146, 70, 39, 142}, {146, 70, 39, 143}}},
|
||||
{Region: "Armenia", Group: "Premium TCP Europe", Hostname: "97-1-am.cg-dialup.net", IPs: []net.IP{{185, 253, 160, 131}, {185, 253, 160, 134}, {185, 253, 160, 136}, {185, 253, 160, 137}, {185, 253, 160, 138}, {185, 253, 160, 139}, {185, 253, 160, 140}, {185, 253, 160, 141}, {185, 253, 160, 142}, {185, 253, 160, 143}}},
|
||||
{Region: "Armenia", Group: "Premium UDP Europe", Hostname: "87-1-am.cg-dialup.net", IPs: []net.IP{{185, 253, 160, 131}, {185, 253, 160, 132}, {185, 253, 160, 133}, {185, 253, 160, 134}, {185, 253, 160, 135}, {185, 253, 160, 136}, {185, 253, 160, 137}, {185, 253, 160, 141}, {185, 253, 160, 142}, {185, 253, 160, 144}}},
|
||||
{Region: "Australia", Group: "Premium TCP Asia", Hostname: "96-1-au.cg-dialup.net", IPs: []net.IP{{154, 16, 81, 22}, {181, 214, 215, 7}, {181, 214, 215, 15}, {181, 214, 215, 18}, {191, 101, 210, 15}, {191, 101, 210, 50}, {191, 101, 210, 60}, {202, 60, 80, 78}, {202, 60, 80, 82}, {202, 60, 80, 102}}},
|
||||
{Region: "Australia", Group: "Premium UDP Asia", Hostname: "95-1-au.cg-dialup.net", IPs: []net.IP{{181, 214, 215, 4}, {181, 214, 215, 16}, {191, 101, 210, 18}, {191, 101, 210, 21}, {191, 101, 210, 36}, {191, 101, 210, 58}, {191, 101, 210, 60}, {202, 60, 80, 74}, {202, 60, 80, 106}, {202, 60, 80, 124}}},
|
||||
{Region: "Austria", Group: "Premium TCP Europe", Hostname: "97-1-at.cg-dialup.net", IPs: []net.IP{{37, 19, 223, 9}, {37, 19, 223, 16}, {37, 19, 223, 113}, {37, 19, 223, 205}, {37, 19, 223, 211}, {37, 19, 223, 218}, {37, 19, 223, 223}, {37, 19, 223, 245}, {37, 120, 155, 104}, {89, 187, 168, 174}}},
|
||||
{Region: "Austria", Group: "Premium UDP Europe", Hostname: "87-1-at.cg-dialup.net", IPs: []net.IP{{37, 19, 223, 202}, {37, 19, 223, 205}, {37, 19, 223, 229}, {37, 19, 223, 239}, {37, 19, 223, 241}, {37, 19, 223, 243}, {37, 120, 155, 103}, {89, 187, 168, 160}, {89, 187, 168, 174}, {89, 187, 168, 181}}},
|
||||
{Region: "Bahamas", Group: "Premium TCP USA", Hostname: "93-1-bs.cg-dialup.net", IPs: []net.IP{{95, 181, 238, 131}, {95, 181, 238, 136}, {95, 181, 238, 142}, {95, 181, 238, 144}, {95, 181, 238, 146}, {95, 181, 238, 147}, {95, 181, 238, 148}, {95, 181, 238, 152}, {95, 181, 238, 153}, {95, 181, 238, 155}}},
|
||||
{Region: "Bahamas", Group: "Premium UDP USA", Hostname: "94-1-bs.cg-dialup.net", IPs: []net.IP{{95, 181, 238, 131}, {95, 181, 238, 138}, {95, 181, 238, 140}, {95, 181, 238, 141}, {95, 181, 238, 146}, {95, 181, 238, 147}, {95, 181, 238, 148}, {95, 181, 238, 151}, {95, 181, 238, 153}, {95, 181, 238, 155}}},
|
||||
{Region: "Bangladesh", Group: "Premium TCP Asia", Hostname: "96-1-bd.cg-dialup.net", IPs: []net.IP{{84, 252, 93, 132}, {84, 252, 93, 133}, {84, 252, 93, 135}, {84, 252, 93, 138}, {84, 252, 93, 139}, {84, 252, 93, 141}, {84, 252, 93, 142}, {84, 252, 93, 143}, {84, 252, 93, 144}, {84, 252, 93, 145}}},
|
||||
{Region: "Bangladesh", Group: "Premium UDP Asia", Hostname: "95-1-bd.cg-dialup.net", IPs: []net.IP{{84, 252, 93, 131}, {84, 252, 93, 133}, {84, 252, 93, 134}, {84, 252, 93, 135}, {84, 252, 93, 136}, {84, 252, 93, 139}, {84, 252, 93, 140}, {84, 252, 93, 141}, {84, 252, 93, 143}, {84, 252, 93, 145}}},
|
||||
{Region: "Belarus", Group: "Premium TCP Europe", Hostname: "97-1-by.cg-dialup.net", IPs: []net.IP{{45, 132, 194, 5}, {45, 132, 194, 6}, {45, 132, 194, 23}, {45, 132, 194, 24}, {45, 132, 194, 25}, {45, 132, 194, 27}, {45, 132, 194, 30}, {45, 132, 194, 35}, {45, 132, 194, 44}, {45, 132, 194, 49}}},
|
||||
{Region: "Belarus", Group: "Premium UDP Europe", Hostname: "87-1-by.cg-dialup.net", IPs: []net.IP{{45, 132, 194, 6}, {45, 132, 194, 8}, {45, 132, 194, 9}, {45, 132, 194, 11}, {45, 132, 194, 15}, {45, 132, 194, 19}, {45, 132, 194, 20}, {45, 132, 194, 23}, {45, 132, 194, 24}, {45, 132, 194, 26}}},
|
||||
{Region: "Belgium", Group: "Premium TCP Europe", Hostname: "97-1-be.cg-dialup.net", IPs: []net.IP{{37, 120, 143, 165}, {37, 120, 143, 166}, {185, 210, 217, 10}, {185, 210, 217, 248}, {193, 9, 114, 211}, {193, 9, 114, 220}, {194, 110, 115, 195}, {194, 110, 115, 199}, {194, 110, 115, 205}, {194, 110, 115, 238}}},
|
||||
{Region: "Belgium", Group: "Premium UDP Europe", Hostname: "87-1-be.cg-dialup.net", IPs: []net.IP{{37, 120, 143, 163}, {37, 120, 143, 167}, {185, 210, 217, 9}, {185, 210, 217, 13}, {185, 210, 217, 55}, {185, 210, 217, 251}, {185, 232, 21, 120}, {194, 110, 115, 214}, {194, 110, 115, 218}, {194, 110, 115, 236}}},
|
||||
{Region: "Bosnia and Herzegovina", Group: "Premium TCP Europe", Hostname: "97-1-ba.cg-dialup.net", IPs: []net.IP{{185, 99, 3, 57}, {185, 99, 3, 58}, {185, 99, 3, 72}, {185, 99, 3, 73}, {185, 99, 3, 74}, {185, 99, 3, 130}, {185, 99, 3, 131}, {185, 99, 3, 134}, {185, 99, 3, 135}, {185, 99, 3, 136}}},
|
||||
{Region: "Bosnia and Herzegovina", Group: "Premium UDP Europe", Hostname: "87-1-ba.cg-dialup.net", IPs: []net.IP{{185, 99, 3, 57}, {185, 99, 3, 58}, {185, 99, 3, 72}, {185, 99, 3, 73}, {185, 99, 3, 74}, {185, 99, 3, 130}, {185, 99, 3, 131}, {185, 99, 3, 134}, {185, 99, 3, 135}, {185, 99, 3, 136}}},
|
||||
{Region: "Brazil", Group: "Premium TCP USA", Hostname: "93-1-br.cg-dialup.net", IPs: []net.IP{{188, 241, 177, 5}, {188, 241, 177, 11}, {188, 241, 177, 38}, {188, 241, 177, 45}, {188, 241, 177, 132}, {188, 241, 177, 135}, {188, 241, 177, 136}, {188, 241, 177, 152}, {188, 241, 177, 153}, {188, 241, 177, 156}}},
|
||||
{Region: "Brazil", Group: "Premium UDP USA", Hostname: "94-1-br.cg-dialup.net", IPs: []net.IP{{188, 241, 177, 8}, {188, 241, 177, 37}, {188, 241, 177, 40}, {188, 241, 177, 42}, {188, 241, 177, 45}, {188, 241, 177, 135}, {188, 241, 177, 139}, {188, 241, 177, 149}, {188, 241, 177, 152}, {188, 241, 177, 154}}},
|
||||
{Region: "Bulgaria", Group: "Premium TCP Europe", Hostname: "97-1-bg.cg-dialup.net", IPs: []net.IP{{37, 120, 152, 99}, {37, 120, 152, 101}, {37, 120, 152, 103}, {37, 120, 152, 104}, {37, 120, 152, 105}, {37, 120, 152, 106}, {37, 120, 152, 107}, {37, 120, 152, 108}, {37, 120, 152, 109}, {37, 120, 152, 110}}},
|
||||
{Region: "Bulgaria", Group: "Premium UDP Europe", Hostname: "87-1-bg.cg-dialup.net", IPs: []net.IP{{37, 120, 152, 99}, {37, 120, 152, 100}, {37, 120, 152, 101}, {37, 120, 152, 102}, {37, 120, 152, 103}, {37, 120, 152, 105}, {37, 120, 152, 106}, {37, 120, 152, 107}, {37, 120, 152, 108}, {37, 120, 152, 109}}},
|
||||
{Region: "Cambodia", Group: "Premium TCP Asia", Hostname: "96-1-kh.cg-dialup.net", IPs: []net.IP{{188, 215, 235, 35}, {188, 215, 235, 36}, {188, 215, 235, 38}, {188, 215, 235, 39}, {188, 215, 235, 45}, {188, 215, 235, 49}, {188, 215, 235, 51}, {188, 215, 235, 53}, {188, 215, 235, 54}, {188, 215, 235, 57}}},
|
||||
{Region: "Cambodia", Group: "Premium UDP Asia", Hostname: "95-1-kh.cg-dialup.net", IPs: []net.IP{{188, 215, 235, 36}, {188, 215, 235, 40}, {188, 215, 235, 42}, {188, 215, 235, 44}, {188, 215, 235, 46}, {188, 215, 235, 47}, {188, 215, 235, 48}, {188, 215, 235, 50}, {188, 215, 235, 55}, {188, 215, 235, 57}}},
|
||||
{Region: "Canada", Group: "Premium TCP USA", Hostname: "93-1-ca.cg-dialup.net", IPs: []net.IP{{66, 115, 142, 136}, {66, 115, 142, 139}, {66, 115, 142, 156}, {66, 115, 142, 162}, {66, 115, 142, 172}, {104, 200, 151, 99}, {104, 200, 151, 111}, {104, 200, 151, 153}, {104, 200, 151, 164}, {172, 98, 89, 137}}},
|
||||
{Region: "Canada", Group: "Premium UDP USA", Hostname: "94-1-ca.cg-dialup.net", IPs: []net.IP{{66, 115, 142, 135}, {66, 115, 142, 154}, {66, 115, 142, 165}, {104, 200, 151, 32}, {104, 200, 151, 57}, {104, 200, 151, 85}, {104, 200, 151, 86}, {104, 200, 151, 147}, {172, 98, 89, 144}, {172, 98, 89, 173}}},
|
||||
{Region: "Chile", Group: "Premium TCP USA", Hostname: "93-1-cl.cg-dialup.net", IPs: []net.IP{{146, 70, 11, 3}, {146, 70, 11, 6}, {146, 70, 11, 7}, {146, 70, 11, 8}, {146, 70, 11, 9}, {146, 70, 11, 10}, {146, 70, 11, 11}, {146, 70, 11, 12}, {146, 70, 11, 13}, {146, 70, 11, 14}}},
|
||||
{Region: "Chile", Group: "Premium UDP USA", Hostname: "94-1-cl.cg-dialup.net", IPs: []net.IP{{146, 70, 11, 3}, {146, 70, 11, 4}, {146, 70, 11, 6}, {146, 70, 11, 7}, {146, 70, 11, 8}, {146, 70, 11, 9}, {146, 70, 11, 10}, {146, 70, 11, 11}, {146, 70, 11, 13}, {146, 70, 11, 14}}},
|
||||
{Region: "China", Group: "Premium TCP Asia", Hostname: "96-1-cn.cg-dialup.net", IPs: []net.IP{{188, 241, 80, 131}, {188, 241, 80, 132}, {188, 241, 80, 133}, {188, 241, 80, 134}, {188, 241, 80, 135}, {188, 241, 80, 137}, {188, 241, 80, 139}, {188, 241, 80, 140}, {188, 241, 80, 141}, {188, 241, 80, 142}}},
|
||||
{Region: "China", Group: "Premium UDP Asia", Hostname: "95-1-cn.cg-dialup.net", IPs: []net.IP{{188, 241, 80, 131}, {188, 241, 80, 132}, {188, 241, 80, 133}, {188, 241, 80, 134}, {188, 241, 80, 135}, {188, 241, 80, 136}, {188, 241, 80, 137}, {188, 241, 80, 138}, {188, 241, 80, 139}, {188, 241, 80, 142}}},
|
||||
{Region: "Colombia", Group: "Premium TCP USA", Hostname: "93-1-co.cg-dialup.net", IPs: []net.IP{{146, 70, 9, 3}, {146, 70, 9, 4}, {146, 70, 9, 5}, {146, 70, 9, 7}, {146, 70, 9, 9}, {146, 70, 9, 10}, {146, 70, 9, 11}, {146, 70, 9, 12}, {146, 70, 9, 13}, {146, 70, 9, 14}}},
|
||||
{Region: "Colombia", Group: "Premium UDP USA", Hostname: "94-1-co.cg-dialup.net", IPs: []net.IP{{146, 70, 9, 3}, {146, 70, 9, 4}, {146, 70, 9, 5}, {146, 70, 9, 6}, {146, 70, 9, 7}, {146, 70, 9, 8}, {146, 70, 9, 9}, {146, 70, 9, 10}, {146, 70, 9, 11}, {146, 70, 9, 12}}},
|
||||
{Region: "Costa Rica", Group: "Premium TCP USA", Hostname: "93-1-cr.cg-dialup.net", IPs: []net.IP{{146, 70, 10, 3}, {146, 70, 10, 4}, {146, 70, 10, 5}, {146, 70, 10, 6}, {146, 70, 10, 7}, {146, 70, 10, 8}, {146, 70, 10, 10}, {146, 70, 10, 11}, {146, 70, 10, 12}, {146, 70, 10, 13}}},
|
||||
{Region: "Costa Rica", Group: "Premium UDP USA", Hostname: "94-1-cr.cg-dialup.net", IPs: []net.IP{{146, 70, 10, 3}, {146, 70, 10, 4}, {146, 70, 10, 5}, {146, 70, 10, 6}, {146, 70, 10, 7}, {146, 70, 10, 8}, {146, 70, 10, 9}, {146, 70, 10, 11}, {146, 70, 10, 12}, {146, 70, 10, 14}}},
|
||||
{Region: "Croatia", Group: "Premium TCP Europe", Hostname: "97-1-hr.cg-dialup.net", IPs: []net.IP{{146, 70, 8, 5}, {146, 70, 8, 8}, {146, 70, 8, 9}, {146, 70, 8, 10}, {146, 70, 8, 11}, {146, 70, 8, 12}, {146, 70, 8, 13}, {146, 70, 8, 14}, {146, 70, 8, 15}, {146, 70, 8, 16}}},
|
||||
{Region: "Croatia", Group: "Premium UDP Europe", Hostname: "87-1-hr.cg-dialup.net", IPs: []net.IP{{146, 70, 8, 3}, {146, 70, 8, 4}, {146, 70, 8, 5}, {146, 70, 8, 6}, {146, 70, 8, 7}, {146, 70, 8, 9}, {146, 70, 8, 11}, {146, 70, 8, 13}, {146, 70, 8, 14}, {146, 70, 8, 16}}},
|
||||
{Region: "Cyprus", Group: "Premium TCP Europe", Hostname: "97-1-cy.cg-dialup.net", IPs: []net.IP{{185, 253, 162, 131}, {185, 253, 162, 133}, {185, 253, 162, 135}, {185, 253, 162, 136}, {185, 253, 162, 137}, {185, 253, 162, 139}, {185, 253, 162, 140}, {185, 253, 162, 142}, {185, 253, 162, 143}, {185, 253, 162, 144}}},
|
||||
{Region: "Cyprus", Group: "Premium UDP Europe", Hostname: "87-1-cy.cg-dialup.net", IPs: []net.IP{{185, 253, 162, 131}, {185, 253, 162, 132}, {185, 253, 162, 134}, {185, 253, 162, 135}, {185, 253, 162, 137}, {185, 253, 162, 138}, {185, 253, 162, 140}, {185, 253, 162, 142}, {185, 253, 162, 143}, {185, 253, 162, 144}}},
|
||||
{Region: "Czech Republic", Group: "Premium TCP Europe", Hostname: "97-1-cz.cg-dialup.net", IPs: []net.IP{{138, 199, 56, 235}, {138, 199, 56, 236}, {138, 199, 56, 237}, {138, 199, 56, 245}, {138, 199, 56, 246}, {138, 199, 56, 249}, {195, 181, 161, 12}, {195, 181, 161, 16}, {195, 181, 161, 20}, {195, 181, 161, 23}}},
|
||||
{Region: "Czech Republic", Group: "Premium UDP Europe", Hostname: "87-1-cz.cg-dialup.net", IPs: []net.IP{{138, 199, 56, 227}, {138, 199, 56, 229}, {138, 199, 56, 231}, {138, 199, 56, 235}, {138, 199, 56, 241}, {138, 199, 56, 247}, {195, 181, 161, 10}, {195, 181, 161, 16}, {195, 181, 161, 18}, {195, 181, 161, 22}}},
|
||||
{Region: "Denmark", Group: "Premium TCP Europe", Hostname: "97-1-dk.cg-dialup.net", IPs: []net.IP{{37, 120, 145, 83}, {37, 120, 145, 88}, {37, 120, 145, 93}, {37, 120, 194, 36}, {37, 120, 194, 56}, {37, 120, 194, 57}, {95, 174, 65, 163}, {95, 174, 65, 174}, {185, 206, 224, 238}, {185, 206, 224, 243}}},
|
||||
{Region: "Denmark", Group: "Premium UDP Europe", Hostname: "87-1-dk.cg-dialup.net", IPs: []net.IP{{37, 120, 194, 39}, {95, 174, 65, 167}, {95, 174, 65, 170}, {185, 206, 224, 227}, {185, 206, 224, 230}, {185, 206, 224, 236}, {185, 206, 224, 238}, {185, 206, 224, 245}, {185, 206, 224, 250}, {185, 206, 224, 254}}},
|
||||
{Region: "Egypt", Group: "Premium TCP Europe", Hostname: "97-1-eg.cg-dialup.net", IPs: []net.IP{{188, 214, 122, 40}, {188, 214, 122, 42}, {188, 214, 122, 43}, {188, 214, 122, 45}, {188, 214, 122, 48}, {188, 214, 122, 50}, {188, 214, 122, 52}, {188, 214, 122, 60}, {188, 214, 122, 70}, {188, 214, 122, 73}}},
|
||||
{Region: "Egypt", Group: "Premium UDP Europe", Hostname: "87-1-eg.cg-dialup.net", IPs: []net.IP{{188, 214, 122, 37}, {188, 214, 122, 38}, {188, 214, 122, 44}, {188, 214, 122, 54}, {188, 214, 122, 57}, {188, 214, 122, 59}, {188, 214, 122, 60}, {188, 214, 122, 61}, {188, 214, 122, 67}, {188, 214, 122, 69}}},
|
||||
{Region: "Estonia", Group: "Premium TCP Europe", Hostname: "97-1-ee.cg-dialup.net", IPs: []net.IP{{95, 153, 32, 83}, {95, 153, 32, 84}, {95, 153, 32, 86}, {95, 153, 32, 88}, {95, 153, 32, 89}, {95, 153, 32, 90}, {95, 153, 32, 91}, {95, 153, 32, 92}, {95, 153, 32, 93}, {95, 153, 32, 94}}},
|
||||
{Region: "Estonia", Group: "Premium UDP Europe", Hostname: "87-1-ee.cg-dialup.net", IPs: []net.IP{{95, 153, 32, 83}, {95, 153, 32, 84}, {95, 153, 32, 85}, {95, 153, 32, 87}, {95, 153, 32, 88}, {95, 153, 32, 89}, {95, 153, 32, 90}, {95, 153, 32, 91}, {95, 153, 32, 92}, {95, 153, 32, 94}}},
|
||||
{Region: "Finland", Group: "Premium TCP Europe", Hostname: "97-1-fi.cg-dialup.net", IPs: []net.IP{{188, 126, 89, 99}, {188, 126, 89, 102}, {188, 126, 89, 105}, {188, 126, 89, 107}, {188, 126, 89, 108}, {188, 126, 89, 110}, {188, 126, 89, 112}, {188, 126, 89, 115}, {188, 126, 89, 116}, {188, 126, 89, 119}}},
|
||||
{Region: "Finland", Group: "Premium UDP Europe", Hostname: "87-1-fi.cg-dialup.net", IPs: []net.IP{{188, 126, 89, 101}, {188, 126, 89, 104}, {188, 126, 89, 109}, {188, 126, 89, 110}, {188, 126, 89, 111}, {188, 126, 89, 113}, {188, 126, 89, 114}, {188, 126, 89, 115}, {188, 126, 89, 122}, {188, 126, 89, 124}}},
|
||||
{Region: "France", Group: "Premium TCP Europe", Hostname: "97-1-fr.cg-dialup.net", IPs: []net.IP{{84, 17, 43, 167}, {84, 17, 60, 147}, {84, 17, 60, 155}, {151, 106, 8, 108}, {191, 101, 31, 202}, {191, 101, 31, 254}, {191, 101, 217, 45}, {191, 101, 217, 159}, {191, 101, 217, 211}, {191, 101, 217, 240}}},
|
||||
{Region: "France", Group: "Premium UDP Europe", Hostname: "87-1-fr.cg-dialup.net", IPs: []net.IP{{84, 17, 60, 59}, {84, 17, 60, 121}, {191, 101, 31, 81}, {191, 101, 31, 84}, {191, 101, 31, 126}, {191, 101, 31, 127}, {191, 101, 217, 140}, {191, 101, 217, 201}, {191, 101, 217, 206}, {191, 101, 217, 211}}},
|
||||
{Region: "Georgia", Group: "Premium TCP Europe", Hostname: "97-1-ge.cg-dialup.net", IPs: []net.IP{{95, 181, 236, 131}, {95, 181, 236, 132}, {95, 181, 236, 133}, {95, 181, 236, 134}, {95, 181, 236, 135}, {95, 181, 236, 136}, {95, 181, 236, 138}, {95, 181, 236, 139}, {95, 181, 236, 142}, {95, 181, 236, 144}}},
|
||||
{Region: "Georgia", Group: "Premium UDP Europe", Hostname: "87-1-ge.cg-dialup.net", IPs: []net.IP{{95, 181, 236, 132}, {95, 181, 236, 133}, {95, 181, 236, 134}, {95, 181, 236, 136}, {95, 181, 236, 137}, {95, 181, 236, 139}, {95, 181, 236, 141}, {95, 181, 236, 142}, {95, 181, 236, 143}, {95, 181, 236, 144}}},
|
||||
{Region: "Germany", Group: "Premium TCP Europe", Hostname: "97-1-de.cg-dialup.net", IPs: []net.IP{{84, 17, 48, 39}, {84, 17, 48, 234}, {84, 17, 49, 106}, {84, 17, 49, 112}, {84, 17, 49, 218}, {154, 28, 188, 35}, {154, 28, 188, 66}, {154, 28, 188, 133}, {154, 28, 188, 144}, {154, 28, 188, 145}}},
|
||||
{Region: "Germany", Group: "Premium UDP Europe", Hostname: "87-1-de.cg-dialup.net", IPs: []net.IP{{84, 17, 48, 41}, {84, 17, 48, 224}, {84, 17, 49, 95}, {84, 17, 49, 236}, {84, 17, 49, 241}, {138, 199, 36, 151}, {154, 13, 1, 177}, {154, 28, 188, 73}, {154, 28, 188, 76}, {154, 28, 188, 93}}},
|
||||
{Region: "Greece", Group: "Premium TCP Europe", Hostname: "97-1-gr.cg-dialup.net", IPs: []net.IP{{185, 51, 134, 163}, {185, 51, 134, 165}, {185, 51, 134, 171}, {185, 51, 134, 172}, {185, 51, 134, 245}, {185, 51, 134, 246}, {185, 51, 134, 247}, {185, 51, 134, 249}, {185, 51, 134, 251}, {185, 51, 134, 254}}},
|
||||
{Region: "Greece", Group: "Premium UDP Europe", Hostname: "87-1-gr.cg-dialup.net", IPs: []net.IP{{185, 51, 134, 163}, {185, 51, 134, 166}, {185, 51, 134, 173}, {185, 51, 134, 174}, {185, 51, 134, 244}, {185, 51, 134, 246}, {185, 51, 134, 247}, {185, 51, 134, 251}, {185, 51, 134, 252}, {185, 51, 134, 253}}},
|
||||
{Region: "Greenland", Group: "Premium TCP Europe", Hostname: "97-1-gl.cg-dialup.net", IPs: []net.IP{{91, 90, 120, 3}, {91, 90, 120, 4}, {91, 90, 120, 5}, {91, 90, 120, 7}, {91, 90, 120, 8}, {91, 90, 120, 10}, {91, 90, 120, 12}, {91, 90, 120, 13}, {91, 90, 120, 14}, {91, 90, 120, 17}}},
|
||||
{Region: "Greenland", Group: "Premium UDP Europe", Hostname: "87-1-gl.cg-dialup.net", IPs: []net.IP{{91, 90, 120, 3}, {91, 90, 120, 4}, {91, 90, 120, 5}, {91, 90, 120, 7}, {91, 90, 120, 9}, {91, 90, 120, 10}, {91, 90, 120, 12}, {91, 90, 120, 14}, {91, 90, 120, 15}, {91, 90, 120, 16}}},
|
||||
{Region: "Hong Kong", Group: "Premium TCP Asia", Hostname: "96-1-hk.cg-dialup.net", IPs: []net.IP{{84, 17, 56, 144}, {84, 17, 56, 148}, {84, 17, 56, 153}, {84, 17, 56, 162}, {84, 17, 56, 163}, {84, 17, 56, 169}, {84, 17, 56, 170}, {84, 17, 56, 179}, {84, 17, 56, 180}, {84, 17, 56, 181}}},
|
||||
{Region: "Hong Kong", Group: "Premium UDP Asia", Hostname: "95-1-hk.cg-dialup.net", IPs: []net.IP{{84, 17, 56, 143}, {84, 17, 56, 147}, {84, 17, 56, 150}, {84, 17, 56, 152}, {84, 17, 56, 161}, {84, 17, 56, 164}, {84, 17, 56, 168}, {84, 17, 56, 179}, {84, 17, 56, 180}, {84, 17, 56, 183}}},
|
||||
{Region: "Hungary", Group: "Premium TCP Europe", Hostname: "97-1-hu.cg-dialup.net", IPs: []net.IP{{86, 106, 74, 247}, {86, 106, 74, 251}, {86, 106, 74, 253}, {185, 189, 114, 117}, {185, 189, 114, 118}, {185, 189, 114, 119}, {185, 189, 114, 121}, {185, 189, 114, 123}, {185, 189, 114, 125}, {185, 189, 114, 126}}},
|
||||
{Region: "Hungary", Group: "Premium UDP Europe", Hostname: "87-1-hu.cg-dialup.net", IPs: []net.IP{{86, 106, 74, 245}, {86, 106, 74, 247}, {86, 106, 74, 248}, {86, 106, 74, 249}, {86, 106, 74, 250}, {86, 106, 74, 252}, {86, 106, 74, 253}, {185, 189, 114, 120}, {185, 189, 114, 121}, {185, 189, 114, 122}}},
|
||||
{Region: "Iceland", Group: "Premium TCP Europe", Hostname: "97-1-is.cg-dialup.net", IPs: []net.IP{{45, 133, 193, 3}, {45, 133, 193, 4}, {45, 133, 193, 6}, {45, 133, 193, 7}, {45, 133, 193, 8}, {45, 133, 193, 10}, {45, 133, 193, 11}, {45, 133, 193, 12}, {45, 133, 193, 13}, {45, 133, 193, 14}}},
|
||||
{Region: "Iceland", Group: "Premium UDP Europe", Hostname: "87-1-is.cg-dialup.net", IPs: []net.IP{{45, 133, 193, 3}, {45, 133, 193, 5}, {45, 133, 193, 6}, {45, 133, 193, 7}, {45, 133, 193, 8}, {45, 133, 193, 9}, {45, 133, 193, 10}, {45, 133, 193, 11}, {45, 133, 193, 13}, {45, 133, 193, 14}}},
|
||||
{Region: "India", Group: "Premium TCP Europe", Hostname: "97-1-in.cg-dialup.net", IPs: []net.IP{{103, 13, 112, 68}, {103, 13, 112, 70}, {103, 13, 112, 72}, {103, 13, 112, 74}, {103, 13, 112, 75}, {103, 13, 113, 74}, {103, 13, 113, 79}, {103, 13, 113, 82}, {103, 13, 113, 83}, {103, 13, 113, 84}}},
|
||||
{Region: "India", Group: "Premium UDP Europe", Hostname: "87-1-in.cg-dialup.net", IPs: []net.IP{{103, 13, 112, 67}, {103, 13, 112, 70}, {103, 13, 112, 71}, {103, 13, 112, 77}, {103, 13, 112, 80}, {103, 13, 113, 72}, {103, 13, 113, 74}, {103, 13, 113, 75}, {103, 13, 113, 77}, {103, 13, 113, 85}}},
|
||||
{Region: "Indonesia", Group: "Premium TCP Asia", Hostname: "96-1-id.cg-dialup.net", IPs: []net.IP{{146, 70, 14, 3}, {146, 70, 14, 4}, {146, 70, 14, 5}, {146, 70, 14, 6}, {146, 70, 14, 7}, {146, 70, 14, 10}, {146, 70, 14, 12}, {146, 70, 14, 13}, {146, 70, 14, 15}, {146, 70, 14, 16}}},
|
||||
{Region: "Indonesia", Group: "Premium UDP Asia", Hostname: "95-1-id.cg-dialup.net", IPs: []net.IP{{146, 70, 14, 3}, {146, 70, 14, 5}, {146, 70, 14, 8}, {146, 70, 14, 9}, {146, 70, 14, 10}, {146, 70, 14, 12}, {146, 70, 14, 13}, {146, 70, 14, 14}, {146, 70, 14, 15}, {146, 70, 14, 16}}},
|
||||
{Region: "Iran", Group: "Premium TCP Asia", Hostname: "96-1-ir.cg-dialup.net", IPs: []net.IP{{62, 133, 46, 3}, {62, 133, 46, 4}, {62, 133, 46, 5}, {62, 133, 46, 6}, {62, 133, 46, 7}, {62, 133, 46, 8}, {62, 133, 46, 9}, {62, 133, 46, 10}, {62, 133, 46, 14}, {62, 133, 46, 15}}},
|
||||
{Region: "Iran", Group: "Premium UDP Asia", Hostname: "95-1-ir.cg-dialup.net", IPs: []net.IP{{62, 133, 46, 3}, {62, 133, 46, 4}, {62, 133, 46, 7}, {62, 133, 46, 8}, {62, 133, 46, 11}, {62, 133, 46, 12}, {62, 133, 46, 13}, {62, 133, 46, 14}, {62, 133, 46, 15}, {62, 133, 46, 16}}},
|
||||
{Region: "Ireland", Group: "Premium TCP Europe", Hostname: "97-1-ie.cg-dialup.net", IPs: []net.IP{{37, 120, 235, 154}, {37, 120, 235, 166}, {37, 120, 235, 174}, {77, 81, 139, 35}, {84, 247, 48, 6}, {84, 247, 48, 19}, {84, 247, 48, 22}, {84, 247, 48, 23}, {84, 247, 48, 25}, {84, 247, 48, 26}}},
|
||||
{Region: "Ireland", Group: "Premium UDP Europe", Hostname: "87-1-ie.cg-dialup.net", IPs: []net.IP{{37, 120, 235, 147}, {37, 120, 235, 148}, {37, 120, 235, 153}, {37, 120, 235, 158}, {37, 120, 235, 169}, {37, 120, 235, 174}, {84, 247, 48, 8}, {84, 247, 48, 11}, {84, 247, 48, 20}, {84, 247, 48, 23}}},
|
||||
{Region: "Isle of Man", Group: "Premium TCP Europe", Hostname: "97-1-im.cg-dialup.net", IPs: []net.IP{{91, 90, 124, 147}, {91, 90, 124, 149}, {91, 90, 124, 150}, {91, 90, 124, 151}, {91, 90, 124, 152}, {91, 90, 124, 153}, {91, 90, 124, 154}, {91, 90, 124, 156}, {91, 90, 124, 157}, {91, 90, 124, 158}}},
|
||||
{Region: "Isle of Man", Group: "Premium UDP Europe", Hostname: "87-1-im.cg-dialup.net", IPs: []net.IP{{91, 90, 124, 147}, {91, 90, 124, 149}, {91, 90, 124, 150}, {91, 90, 124, 151}, {91, 90, 124, 152}, {91, 90, 124, 153}, {91, 90, 124, 154}, {91, 90, 124, 155}, {91, 90, 124, 156}, {91, 90, 124, 157}}},
|
||||
{Region: "Israel", Group: "Premium TCP Europe", Hostname: "97-1-il.cg-dialup.net", IPs: []net.IP{{160, 116, 0, 174}, {185, 77, 248, 103}, {185, 77, 248, 111}, {185, 77, 248, 113}, {185, 77, 248, 114}, {185, 77, 248, 124}, {185, 77, 248, 125}, {185, 77, 248, 127}, {185, 77, 248, 128}, {185, 77, 248, 129}}},
|
||||
{Region: "Israel", Group: "Premium UDP Europe", Hostname: "87-1-il.cg-dialup.net", IPs: []net.IP{{160, 116, 0, 163}, {160, 116, 0, 165}, {160, 116, 0, 172}, {185, 77, 248, 103}, {185, 77, 248, 106}, {185, 77, 248, 114}, {185, 77, 248, 117}, {185, 77, 248, 118}, {185, 77, 248, 126}, {185, 77, 248, 129}}},
|
||||
{Region: "Italy", Group: "Premium TCP Europe", Hostname: "97-1-it.cg-dialup.net", IPs: []net.IP{{84, 17, 58, 21}, {84, 17, 58, 100}, {84, 17, 58, 106}, {84, 17, 58, 111}, {84, 17, 58, 117}, {87, 101, 94, 122}, {212, 102, 55, 100}, {212, 102, 55, 106}, {212, 102, 55, 110}, {212, 102, 55, 122}}},
|
||||
{Region: "Italy", Group: "Premium UDP Europe", Hostname: "87-1-it.cg-dialup.net", IPs: []net.IP{{84, 17, 58, 19}, {84, 17, 58, 95}, {84, 17, 58, 105}, {84, 17, 58, 119}, {84, 17, 58, 120}, {87, 101, 94, 116}, {185, 217, 71, 137}, {185, 217, 71, 138}, {185, 217, 71, 153}, {212, 102, 55, 108}}},
|
||||
{Region: "Japan", Group: "Premium TCP Asia", Hostname: "96-1-jp.cg-dialup.net", IPs: []net.IP{{156, 146, 35, 6}, {156, 146, 35, 10}, {156, 146, 35, 15}, {156, 146, 35, 22}, {156, 146, 35, 37}, {156, 146, 35, 39}, {156, 146, 35, 40}, {156, 146, 35, 41}, {156, 146, 35, 44}, {156, 146, 35, 50}}},
|
||||
{Region: "Japan", Group: "Premium UDP Asia", Hostname: "95-1-jp.cg-dialup.net", IPs: []net.IP{{156, 146, 35, 4}, {156, 146, 35, 14}, {156, 146, 35, 15}, {156, 146, 35, 18}, {156, 146, 35, 25}, {156, 146, 35, 34}, {156, 146, 35, 36}, {156, 146, 35, 46}, {156, 146, 35, 49}, {156, 146, 35, 50}}},
|
||||
{Region: "Kazakhstan", Group: "Premium TCP Europe", Hostname: "97-1-kz.cg-dialup.net", IPs: []net.IP{{62, 133, 47, 131}, {62, 133, 47, 132}, {62, 133, 47, 134}, {62, 133, 47, 136}, {62, 133, 47, 138}, {62, 133, 47, 139}, {62, 133, 47, 140}, {62, 133, 47, 142}, {62, 133, 47, 143}, {62, 133, 47, 144}}},
|
||||
{Region: "Kazakhstan", Group: "Premium UDP Europe", Hostname: "87-1-kz.cg-dialup.net", IPs: []net.IP{{62, 133, 47, 131}, {62, 133, 47, 132}, {62, 133, 47, 133}, {62, 133, 47, 134}, {62, 133, 47, 135}, {62, 133, 47, 138}, {62, 133, 47, 139}, {62, 133, 47, 140}, {62, 133, 47, 142}, {62, 133, 47, 143}}},
|
||||
{Region: "Kenya", Group: "Premium TCP Asia", Hostname: "96-1-ke.cg-dialup.net", IPs: []net.IP{{62, 12, 118, 195}, {62, 12, 118, 196}, {62, 12, 118, 197}, {62, 12, 118, 198}, {62, 12, 118, 199}, {62, 12, 118, 200}, {62, 12, 118, 201}, {62, 12, 118, 202}, {62, 12, 118, 203}, {62, 12, 118, 204}}},
|
||||
{Region: "Kenya", Group: "Premium UDP Asia", Hostname: "95-1-ke.cg-dialup.net", IPs: []net.IP{{62, 12, 118, 195}, {62, 12, 118, 196}, {62, 12, 118, 197}, {62, 12, 118, 198}, {62, 12, 118, 199}, {62, 12, 118, 200}, {62, 12, 118, 201}, {62, 12, 118, 202}, {62, 12, 118, 203}, {62, 12, 118, 204}}},
|
||||
{Region: "Korea", Group: "Premium TCP Asia", Hostname: "96-1-kr.cg-dialup.net", IPs: []net.IP{{79, 110, 55, 131}, {79, 110, 55, 134}, {79, 110, 55, 141}, {79, 110, 55, 147}, {79, 110, 55, 148}, {79, 110, 55, 151}, {79, 110, 55, 152}, {79, 110, 55, 153}, {79, 110, 55, 155}, {79, 110, 55, 157}}},
|
||||
{Region: "Korea", Group: "Premium UDP Asia", Hostname: "95-1-kr.cg-dialup.net", IPs: []net.IP{{79, 110, 55, 131}, {79, 110, 55, 133}, {79, 110, 55, 134}, {79, 110, 55, 136}, {79, 110, 55, 138}, {79, 110, 55, 140}, {79, 110, 55, 149}, {79, 110, 55, 151}, {79, 110, 55, 152}, {79, 110, 55, 157}}},
|
||||
{Region: "Latvia", Group: "Premium TCP Europe", Hostname: "97-1-lv.cg-dialup.net", IPs: []net.IP{{109, 248, 148, 244}, {109, 248, 148, 245}, {109, 248, 148, 246}, {109, 248, 148, 247}, {109, 248, 148, 249}, {109, 248, 148, 250}, {109, 248, 148, 253}, {109, 248, 149, 22}, {109, 248, 149, 24}, {109, 248, 149, 25}}},
|
||||
{Region: "Latvia", Group: "Premium UDP Europe", Hostname: "87-1-lv.cg-dialup.net", IPs: []net.IP{{109, 248, 148, 248}, {109, 248, 148, 250}, {109, 248, 148, 254}, {109, 248, 149, 19}, {109, 248, 149, 20}, {109, 248, 149, 22}, {109, 248, 149, 24}, {109, 248, 149, 26}, {109, 248, 149, 28}, {109, 248, 149, 30}}},
|
||||
{Region: "Liechtenstein", Group: "Premium UDP Europe", Hostname: "87-1-li.cg-dialup.net", IPs: []net.IP{{91, 90, 122, 131}, {91, 90, 122, 134}, {91, 90, 122, 137}, {91, 90, 122, 138}, {91, 90, 122, 139}, {91, 90, 122, 140}, {91, 90, 122, 141}, {91, 90, 122, 142}, {91, 90, 122, 144}, {91, 90, 122, 145}}},
|
||||
{Region: "Lithuania", Group: "Premium TCP Europe", Hostname: "97-1-lt.cg-dialup.net", IPs: []net.IP{{85, 206, 162, 212}, {85, 206, 162, 215}, {85, 206, 162, 219}, {85, 206, 162, 222}, {85, 206, 165, 17}, {85, 206, 165, 23}, {85, 206, 165, 25}, {85, 206, 165, 26}, {85, 206, 165, 30}, {85, 206, 165, 31}}},
|
||||
{Region: "Lithuania", Group: "Premium UDP Europe", Hostname: "87-1-lt.cg-dialup.net", IPs: []net.IP{{85, 206, 162, 209}, {85, 206, 162, 210}, {85, 206, 162, 211}, {85, 206, 162, 213}, {85, 206, 162, 214}, {85, 206, 162, 217}, {85, 206, 162, 218}, {85, 206, 162, 220}, {85, 206, 165, 26}, {85, 206, 165, 30}}},
|
||||
{Region: "Luxembourg", Group: "Premium UDP Europe", Hostname: "87-1-lu.cg-dialup.net", IPs: []net.IP{{5, 253, 204, 7}, {5, 253, 204, 10}, {5, 253, 204, 12}, {5, 253, 204, 23}, {5, 253, 204, 26}, {5, 253, 204, 30}, {5, 253, 204, 37}, {5, 253, 204, 39}, {5, 253, 204, 44}, {5, 253, 204, 45}}},
|
||||
{Region: "Macao", Group: "Premium TCP Asia", Hostname: "96-1-mo.cg-dialup.net", IPs: []net.IP{{84, 252, 92, 131}, {84, 252, 92, 133}, {84, 252, 92, 135}, {84, 252, 92, 137}, {84, 252, 92, 138}, {84, 252, 92, 139}, {84, 252, 92, 141}, {84, 252, 92, 142}, {84, 252, 92, 144}, {84, 252, 92, 145}}},
|
||||
{Region: "Macao", Group: "Premium UDP Asia", Hostname: "95-1-mo.cg-dialup.net", IPs: []net.IP{{84, 252, 92, 132}, {84, 252, 92, 134}, {84, 252, 92, 135}, {84, 252, 92, 136}, {84, 252, 92, 137}, {84, 252, 92, 139}, {84, 252, 92, 141}, {84, 252, 92, 143}, {84, 252, 92, 144}, {84, 252, 92, 145}}},
|
||||
{Region: "Macedonia", Group: "Premium TCP Europe", Hostname: "97-1-mk.cg-dialup.net", IPs: []net.IP{{185, 225, 28, 3}, {185, 225, 28, 4}, {185, 225, 28, 5}, {185, 225, 28, 6}, {185, 225, 28, 7}, {185, 225, 28, 8}, {185, 225, 28, 9}, {185, 225, 28, 10}, {185, 225, 28, 11}, {185, 225, 28, 12}}},
|
||||
{Region: "Macedonia", Group: "Premium UDP Europe", Hostname: "87-1-mk.cg-dialup.net", IPs: []net.IP{{185, 225, 28, 3}, {185, 225, 28, 4}, {185, 225, 28, 5}, {185, 225, 28, 6}, {185, 225, 28, 7}, {185, 225, 28, 8}, {185, 225, 28, 9}, {185, 225, 28, 10}, {185, 225, 28, 11}, {185, 225, 28, 12}}},
|
||||
{Region: "Malaysia", Group: "Premium TCP Asia", Hostname: "96-1-my.cg-dialup.net", IPs: []net.IP{{146, 70, 15, 4}, {146, 70, 15, 6}, {146, 70, 15, 8}, {146, 70, 15, 9}, {146, 70, 15, 10}, {146, 70, 15, 11}, {146, 70, 15, 12}, {146, 70, 15, 13}, {146, 70, 15, 15}, {146, 70, 15, 16}}},
|
||||
{Region: "Malaysia", Group: "Premium UDP Asia", Hostname: "95-1-my.cg-dialup.net", IPs: []net.IP{{146, 70, 15, 3}, {146, 70, 15, 4}, {146, 70, 15, 5}, {146, 70, 15, 6}, {146, 70, 15, 7}, {146, 70, 15, 8}, {146, 70, 15, 10}, {146, 70, 15, 12}, {146, 70, 15, 15}, {146, 70, 15, 16}}},
|
||||
{Region: "Malta", Group: "Premium TCP Europe", Hostname: "97-1-mt.cg-dialup.net", IPs: []net.IP{{176, 125, 230, 133}, {176, 125, 230, 135}, {176, 125, 230, 136}, {176, 125, 230, 137}, {176, 125, 230, 138}, {176, 125, 230, 140}, {176, 125, 230, 142}, {176, 125, 230, 143}, {176, 125, 230, 144}, {176, 125, 230, 145}}},
|
||||
{Region: "Malta", Group: "Premium UDP Europe", Hostname: "87-1-mt.cg-dialup.net", IPs: []net.IP{{176, 125, 230, 131}, {176, 125, 230, 133}, {176, 125, 230, 134}, {176, 125, 230, 136}, {176, 125, 230, 137}, {176, 125, 230, 138}, {176, 125, 230, 139}, {176, 125, 230, 140}, {176, 125, 230, 144}, {176, 125, 230, 145}}},
|
||||
{Region: "Mexico", Group: "Premium TCP USA", Hostname: "93-1-mx.cg-dialup.net", IPs: []net.IP{{77, 81, 142, 132}, {77, 81, 142, 134}, {77, 81, 142, 136}, {77, 81, 142, 139}, {77, 81, 142, 142}, {77, 81, 142, 154}, {77, 81, 142, 155}, {77, 81, 142, 157}, {77, 81, 142, 158}, {77, 81, 142, 159}}},
|
||||
{Region: "Mexico", Group: "Premium UDP USA", Hostname: "94-1-mx.cg-dialup.net", IPs: []net.IP{{77, 81, 142, 130}, {77, 81, 142, 131}, {77, 81, 142, 132}, {77, 81, 142, 139}, {77, 81, 142, 141}, {77, 81, 142, 142}, {77, 81, 142, 146}, {77, 81, 142, 147}, {77, 81, 142, 154}, {77, 81, 142, 159}}},
|
||||
{Region: "Moldova", Group: "Premium TCP Europe", Hostname: "97-1-md.cg-dialup.net", IPs: []net.IP{{178, 175, 130, 243}, {178, 175, 130, 244}, {178, 175, 130, 245}, {178, 175, 130, 246}, {178, 175, 130, 251}, {178, 175, 130, 254}, {178, 175, 142, 131}, {178, 175, 142, 132}, {178, 175, 142, 133}, {178, 175, 142, 134}}},
|
||||
{Region: "Moldova", Group: "Premium UDP Europe", Hostname: "87-1-md.cg-dialup.net", IPs: []net.IP{{178, 175, 130, 243}, {178, 175, 130, 244}, {178, 175, 130, 246}, {178, 175, 130, 250}, {178, 175, 130, 251}, {178, 175, 130, 253}, {178, 175, 130, 254}, {178, 175, 142, 132}, {178, 175, 142, 133}, {178, 175, 142, 134}}},
|
||||
{Region: "Monaco", Group: "Premium TCP Europe", Hostname: "97-1-mc.cg-dialup.net", IPs: []net.IP{{95, 181, 233, 131}, {95, 181, 233, 132}, {95, 181, 233, 133}, {95, 181, 233, 137}, {95, 181, 233, 138}, {95, 181, 233, 139}, {95, 181, 233, 140}, {95, 181, 233, 141}, {95, 181, 233, 143}, {95, 181, 233, 144}}},
|
||||
{Region: "Monaco", Group: "Premium UDP Europe", Hostname: "87-1-mc.cg-dialup.net", IPs: []net.IP{{95, 181, 233, 132}, {95, 181, 233, 135}, {95, 181, 233, 136}, {95, 181, 233, 137}, {95, 181, 233, 138}, {95, 181, 233, 139}, {95, 181, 233, 141}, {95, 181, 233, 142}, {95, 181, 233, 143}, {95, 181, 233, 144}}},
|
||||
{Region: "Mongolia", Group: "Premium TCP Asia", Hostname: "96-1-mn.cg-dialup.net", IPs: []net.IP{{185, 253, 163, 132}, {185, 253, 163, 133}, {185, 253, 163, 135}, {185, 253, 163, 136}, {185, 253, 163, 139}, {185, 253, 163, 140}, {185, 253, 163, 141}, {185, 253, 163, 142}, {185, 253, 163, 143}, {185, 253, 163, 144}}},
|
||||
{Region: "Mongolia", Group: "Premium UDP Asia", Hostname: "95-1-mn.cg-dialup.net", IPs: []net.IP{{185, 253, 163, 131}, {185, 253, 163, 133}, {185, 253, 163, 134}, {185, 253, 163, 137}, {185, 253, 163, 138}, {185, 253, 163, 139}, {185, 253, 163, 140}, {185, 253, 163, 141}, {185, 253, 163, 142}, {185, 253, 163, 144}}},
|
||||
{Region: "Montenegro", Group: "Premium TCP Europe", Hostname: "97-1-me.cg-dialup.net", IPs: []net.IP{{176, 125, 229, 131}, {176, 125, 229, 135}, {176, 125, 229, 137}, {176, 125, 229, 138}, {176, 125, 229, 140}, {176, 125, 229, 141}, {176, 125, 229, 142}, {176, 125, 229, 143}, {176, 125, 229, 144}, {176, 125, 229, 145}}},
|
||||
{Region: "Montenegro", Group: "Premium UDP Europe", Hostname: "87-1-me.cg-dialup.net", IPs: []net.IP{{176, 125, 229, 131}, {176, 125, 229, 134}, {176, 125, 229, 136}, {176, 125, 229, 137}, {176, 125, 229, 138}, {176, 125, 229, 139}, {176, 125, 229, 140}, {176, 125, 229, 141}, {176, 125, 229, 143}, {176, 125, 229, 144}}},
|
||||
{Region: "Morocco", Group: "Premium TCP Europe", Hostname: "97-1-ma.cg-dialup.net", IPs: []net.IP{{95, 181, 232, 132}, {95, 181, 232, 133}, {95, 181, 232, 134}, {95, 181, 232, 136}, {95, 181, 232, 137}, {95, 181, 232, 138}, {95, 181, 232, 139}, {95, 181, 232, 140}, {95, 181, 232, 141}, {95, 181, 232, 144}}},
|
||||
{Region: "Morocco", Group: "Premium UDP Europe", Hostname: "87-1-ma.cg-dialup.net", IPs: []net.IP{{95, 181, 232, 131}, {95, 181, 232, 132}, {95, 181, 232, 133}, {95, 181, 232, 135}, {95, 181, 232, 137}, {95, 181, 232, 139}, {95, 181, 232, 140}, {95, 181, 232, 141}, {95, 181, 232, 142}, {95, 181, 232, 143}}},
|
||||
{Region: "Netherlands", Group: "Premium TCP Europe", Hostname: "97-1-nl.cg-dialup.net", IPs: []net.IP{{84, 17, 47, 98}, {181, 214, 206, 22}, {181, 214, 206, 27}, {181, 214, 206, 36}, {195, 78, 54, 10}, {195, 78, 54, 20}, {195, 78, 54, 43}, {195, 78, 54, 50}, {195, 78, 54, 119}, {195, 181, 172, 78}}},
|
||||
{Region: "Netherlands", Group: "Premium UDP Europe", Hostname: "87-1-nl.cg-dialup.net", IPs: []net.IP{{84, 17, 47, 110}, {181, 214, 206, 29}, {181, 214, 206, 42}, {195, 78, 54, 8}, {195, 78, 54, 19}, {195, 78, 54, 47}, {195, 78, 54, 110}, {195, 78, 54, 141}, {195, 78, 54, 143}, {195, 78, 54, 157}}},
|
||||
{Region: "New Zealand", Group: "Premium TCP Asia", Hostname: "96-1-nz.cg-dialup.net", IPs: []net.IP{{43, 250, 207, 98}, {43, 250, 207, 99}, {43, 250, 207, 100}, {43, 250, 207, 101}, {43, 250, 207, 102}, {43, 250, 207, 103}, {43, 250, 207, 105}, {43, 250, 207, 106}, {43, 250, 207, 108}, {43, 250, 207, 109}}},
|
||||
{Region: "New Zealand", Group: "Premium UDP Asia", Hostname: "95-1-nz.cg-dialup.net", IPs: []net.IP{{43, 250, 207, 98}, {43, 250, 207, 99}, {43, 250, 207, 102}, {43, 250, 207, 104}, {43, 250, 207, 105}, {43, 250, 207, 106}, {43, 250, 207, 107}, {43, 250, 207, 108}, {43, 250, 207, 109}, {43, 250, 207, 110}}},
|
||||
{Region: "Nigeria", Group: "Premium TCP Europe", Hostname: "97-1-ng.cg-dialup.net", IPs: []net.IP{{102, 165, 25, 68}, {102, 165, 25, 69}, {102, 165, 25, 70}, {102, 165, 25, 71}, {102, 165, 25, 72}, {102, 165, 25, 73}, {102, 165, 25, 75}, {102, 165, 25, 76}, {102, 165, 25, 77}, {102, 165, 25, 78}}},
|
||||
{Region: "Nigeria", Group: "Premium UDP Europe", Hostname: "87-1-ng.cg-dialup.net", IPs: []net.IP{{102, 165, 25, 68}, {102, 165, 25, 69}, {102, 165, 25, 70}, {102, 165, 25, 71}, {102, 165, 25, 72}, {102, 165, 25, 74}, {102, 165, 25, 75}, {102, 165, 25, 76}, {102, 165, 25, 77}, {102, 165, 25, 78}}},
|
||||
{Region: "Norway", Group: "Premium TCP Europe", Hostname: "97-1-no.cg-dialup.net", IPs: []net.IP{{45, 12, 223, 137}, {45, 12, 223, 140}, {185, 206, 225, 29}, {185, 206, 225, 231}, {185, 253, 97, 234}, {185, 253, 97, 236}, {185, 253, 97, 238}, {185, 253, 97, 244}, {185, 253, 97, 250}, {185, 253, 97, 254}}},
|
||||
{Region: "Norway", Group: "Premium UDP Europe", Hostname: "87-1-no.cg-dialup.net", IPs: []net.IP{{45, 12, 223, 133}, {45, 12, 223, 134}, {45, 12, 223, 142}, {185, 206, 225, 227}, {185, 206, 225, 228}, {185, 206, 225, 231}, {185, 206, 225, 235}, {185, 253, 97, 237}, {185, 253, 97, 246}, {185, 253, 97, 254}}},
|
||||
{Region: "Pakistan", Group: "Premium TCP Asia", Hostname: "96-1-pk.cg-dialup.net", IPs: []net.IP{{146, 70, 12, 3}, {146, 70, 12, 4}, {146, 70, 12, 6}, {146, 70, 12, 8}, {146, 70, 12, 9}, {146, 70, 12, 10}, {146, 70, 12, 11}, {146, 70, 12, 12}, {146, 70, 12, 13}, {146, 70, 12, 14}}},
|
||||
{Region: "Pakistan", Group: "Premium UDP Asia", Hostname: "95-1-pk.cg-dialup.net", IPs: []net.IP{{146, 70, 12, 4}, {146, 70, 12, 5}, {146, 70, 12, 6}, {146, 70, 12, 7}, {146, 70, 12, 8}, {146, 70, 12, 10}, {146, 70, 12, 11}, {146, 70, 12, 12}, {146, 70, 12, 13}, {146, 70, 12, 14}}},
|
||||
{Region: "Panama", Group: "Premium TCP Europe", Hostname: "97-1-pa.cg-dialup.net", IPs: []net.IP{{91, 90, 126, 131}, {91, 90, 126, 132}, {91, 90, 126, 133}, {91, 90, 126, 134}, {91, 90, 126, 136}, {91, 90, 126, 138}, {91, 90, 126, 139}, {91, 90, 126, 141}, {91, 90, 126, 142}, {91, 90, 126, 145}}},
|
||||
{Region: "Panama", Group: "Premium UDP Europe", Hostname: "87-1-pa.cg-dialup.net", IPs: []net.IP{{91, 90, 126, 131}, {91, 90, 126, 133}, {91, 90, 126, 134}, {91, 90, 126, 135}, {91, 90, 126, 136}, {91, 90, 126, 138}, {91, 90, 126, 140}, {91, 90, 126, 141}, {91, 90, 126, 142}, {91, 90, 126, 145}}},
|
||||
{Region: "Philippines", Group: "Premium TCP Asia", Hostname: "96-1-ph.cg-dialup.net", IPs: []net.IP{{188, 214, 125, 37}, {188, 214, 125, 38}, {188, 214, 125, 40}, {188, 214, 125, 43}, {188, 214, 125, 44}, {188, 214, 125, 45}, {188, 214, 125, 52}, {188, 214, 125, 55}, {188, 214, 125, 61}, {188, 214, 125, 62}}},
|
||||
{Region: "Philippines", Group: "Premium UDP Asia", Hostname: "95-1-ph.cg-dialup.net", IPs: []net.IP{{188, 214, 125, 37}, {188, 214, 125, 40}, {188, 214, 125, 46}, {188, 214, 125, 49}, {188, 214, 125, 52}, {188, 214, 125, 54}, {188, 214, 125, 57}, {188, 214, 125, 58}, {188, 214, 125, 61}, {188, 214, 125, 62}}},
|
||||
{Region: "Poland", Group: "Premium TCP Europe", Hostname: "97-1-pl.cg-dialup.net", IPs: []net.IP{{138, 199, 59, 132}, {138, 199, 59, 136}, {138, 199, 59, 137}, {138, 199, 59, 143}, {138, 199, 59, 144}, {138, 199, 59, 152}, {138, 199, 59, 153}, {138, 199, 59, 166}, {138, 199, 59, 174}, {138, 199, 59, 175}}},
|
||||
{Region: "Poland", Group: "Premium UDP Europe", Hostname: "87-1-pl.cg-dialup.net", IPs: []net.IP{{138, 199, 59, 130}, {138, 199, 59, 136}, {138, 199, 59, 148}, {138, 199, 59, 149}, {138, 199, 59, 153}, {138, 199, 59, 156}, {138, 199, 59, 157}, {138, 199, 59, 164}, {138, 199, 59, 171}, {138, 199, 59, 173}}},
|
||||
{Region: "Portugal", Group: "Premium TCP Europe", Hostname: "97-1-pt.cg-dialup.net", IPs: []net.IP{{89, 26, 243, 112}, {89, 26, 243, 115}, {89, 26, 243, 195}, {89, 26, 243, 216}, {89, 26, 243, 218}, {89, 26, 243, 220}, {89, 26, 243, 222}, {89, 26, 243, 223}, {89, 26, 243, 225}, {89, 26, 243, 228}}},
|
||||
{Region: "Portugal", Group: "Premium UDP Europe", Hostname: "87-1-pt.cg-dialup.net", IPs: []net.IP{{89, 26, 243, 99}, {89, 26, 243, 113}, {89, 26, 243, 115}, {89, 26, 243, 195}, {89, 26, 243, 199}, {89, 26, 243, 216}, {89, 26, 243, 219}, {89, 26, 243, 225}, {89, 26, 243, 226}, {89, 26, 243, 227}}},
|
||||
{Region: "Qatar", Group: "Premium TCP Europe", Hostname: "97-1-qa.cg-dialup.net", IPs: []net.IP{{95, 181, 234, 133}, {95, 181, 234, 135}, {95, 181, 234, 136}, {95, 181, 234, 137}, {95, 181, 234, 138}, {95, 181, 234, 139}, {95, 181, 234, 140}, {95, 181, 234, 141}, {95, 181, 234, 142}, {95, 181, 234, 143}}},
|
||||
{Region: "Qatar", Group: "Premium UDP Europe", Hostname: "87-1-qa.cg-dialup.net", IPs: []net.IP{{95, 181, 234, 131}, {95, 181, 234, 132}, {95, 181, 234, 133}, {95, 181, 234, 134}, {95, 181, 234, 135}, {95, 181, 234, 137}, {95, 181, 234, 138}, {95, 181, 234, 139}, {95, 181, 234, 142}, {95, 181, 234, 143}}},
|
||||
{Region: "Russian Federation", Group: "Premium TCP Europe", Hostname: "97-1-ru.cg-dialup.net", IPs: []net.IP{{5, 8, 16, 72}, {5, 8, 16, 74}, {5, 8, 16, 84}, {5, 8, 16, 85}, {5, 8, 16, 123}, {5, 8, 16, 124}, {5, 8, 16, 132}, {146, 70, 52, 35}, {146, 70, 52, 44}, {146, 70, 52, 54}}},
|
||||
{Region: "Russian Federation", Group: "Premium UDP Europe", Hostname: "87-1-ru.cg-dialup.net", IPs: []net.IP{{5, 8, 16, 75}, {5, 8, 16, 87}, {5, 8, 16, 99}, {5, 8, 16, 110}, {5, 8, 16, 138}, {146, 70, 52, 29}, {146, 70, 52, 52}, {146, 70, 52, 58}, {146, 70, 52, 59}, {146, 70, 52, 67}}},
|
||||
{Region: "Saudi Arabia", Group: "Premium TCP Europe", Hostname: "97-1-sa.cg-dialup.net", IPs: []net.IP{{95, 181, 235, 131}, {95, 181, 235, 133}, {95, 181, 235, 134}, {95, 181, 235, 135}, {95, 181, 235, 137}, {95, 181, 235, 138}, {95, 181, 235, 139}, {95, 181, 235, 140}, {95, 181, 235, 141}, {95, 181, 235, 142}}},
|
||||
{Region: "Saudi Arabia", Group: "Premium UDP Europe", Hostname: "87-1-sa.cg-dialup.net", IPs: []net.IP{{95, 181, 235, 131}, {95, 181, 235, 132}, {95, 181, 235, 134}, {95, 181, 235, 135}, {95, 181, 235, 136}, {95, 181, 235, 137}, {95, 181, 235, 138}, {95, 181, 235, 139}, {95, 181, 235, 141}, {95, 181, 235, 144}}},
|
||||
{Region: "Serbia", Group: "Premium TCP Europe", Hostname: "97-1-rs.cg-dialup.net", IPs: []net.IP{{37, 120, 193, 179}, {37, 120, 193, 186}, {37, 120, 193, 188}, {37, 120, 193, 190}, {141, 98, 103, 36}, {141, 98, 103, 38}, {141, 98, 103, 39}, {141, 98, 103, 43}, {141, 98, 103, 44}, {141, 98, 103, 46}}},
|
||||
{Region: "Serbia", Group: "Premium UDP Europe", Hostname: "87-1-rs.cg-dialup.net", IPs: []net.IP{{37, 120, 193, 180}, {37, 120, 193, 186}, {37, 120, 193, 187}, {37, 120, 193, 188}, {37, 120, 193, 189}, {37, 120, 193, 190}, {141, 98, 103, 35}, {141, 98, 103, 36}, {141, 98, 103, 39}, {141, 98, 103, 41}}},
|
||||
{Region: "Singapore", Group: "Premium TCP Asia", Hostname: "96-1-sg.cg-dialup.net", IPs: []net.IP{{84, 17, 39, 162}, {84, 17, 39, 165}, {84, 17, 39, 168}, {84, 17, 39, 171}, {84, 17, 39, 175}, {84, 17, 39, 177}, {84, 17, 39, 178}, {84, 17, 39, 181}, {84, 17, 39, 183}, {84, 17, 39, 185}}},
|
||||
{Region: "Singapore", Group: "Premium UDP Asia", Hostname: "95-1-sg.cg-dialup.net", IPs: []net.IP{{84, 17, 39, 162}, {84, 17, 39, 165}, {84, 17, 39, 166}, {84, 17, 39, 167}, {84, 17, 39, 171}, {84, 17, 39, 174}, {84, 17, 39, 175}, {84, 17, 39, 178}, {84, 17, 39, 180}, {84, 17, 39, 185}}},
|
||||
{Region: "Slovakia", Group: "Premium TCP Europe", Hostname: "97-1-sk.cg-dialup.net", IPs: []net.IP{{185, 245, 85, 227}, {185, 245, 85, 228}, {185, 245, 85, 229}, {185, 245, 85, 230}, {185, 245, 85, 231}, {185, 245, 85, 232}, {185, 245, 85, 233}, {185, 245, 85, 234}, {185, 245, 85, 235}, {185, 245, 85, 236}}},
|
||||
{Region: "Slovakia", Group: "Premium UDP Europe", Hostname: "87-1-sk.cg-dialup.net", IPs: []net.IP{{185, 245, 85, 227}, {185, 245, 85, 228}, {185, 245, 85, 229}, {185, 245, 85, 230}, {185, 245, 85, 231}, {185, 245, 85, 232}, {185, 245, 85, 233}, {185, 245, 85, 234}, {185, 245, 85, 235}, {185, 245, 85, 236}}},
|
||||
{Region: "Slovenia", Group: "Premium TCP Europe", Hostname: "97-1-si.cg-dialup.net", IPs: []net.IP{{195, 80, 150, 211}, {195, 80, 150, 212}, {195, 80, 150, 214}, {195, 80, 150, 215}, {195, 80, 150, 216}, {195, 80, 150, 217}, {195, 80, 150, 218}, {195, 80, 150, 219}, {195, 80, 150, 221}, {195, 80, 150, 222}}},
|
||||
{Region: "Slovenia", Group: "Premium UDP Europe", Hostname: "87-1-si.cg-dialup.net", IPs: []net.IP{{195, 80, 150, 211}, {195, 80, 150, 212}, {195, 80, 150, 214}, {195, 80, 150, 215}, {195, 80, 150, 216}, {195, 80, 150, 217}, {195, 80, 150, 219}, {195, 80, 150, 220}, {195, 80, 150, 221}, {195, 80, 150, 222}}},
|
||||
{Region: "South Africa", Group: "Premium TCP Asia", Hostname: "96-1-za.cg-dialup.net", IPs: []net.IP{{154, 127, 50, 212}, {154, 127, 50, 215}, {154, 127, 50, 217}, {154, 127, 50, 219}, {154, 127, 50, 220}, {154, 127, 50, 222}, {154, 127, 60, 196}, {154, 127, 60, 198}, {154, 127, 60, 199}, {154, 127, 60, 200}}},
|
||||
{Region: "South Africa", Group: "Premium TCP Europe", Hostname: "97-1-za.cg-dialup.net", IPs: []net.IP{{197, 85, 7, 26}, {197, 85, 7, 27}, {197, 85, 7, 28}, {197, 85, 7, 29}, {197, 85, 7, 30}, {197, 85, 7, 31}, {197, 85, 7, 131}, {197, 85, 7, 132}, {197, 85, 7, 133}, {197, 85, 7, 134}}},
|
||||
{Region: "South Africa", Group: "Premium UDP Asia", Hostname: "95-1-za.cg-dialup.net", IPs: []net.IP{{154, 127, 50, 210}, {154, 127, 50, 214}, {154, 127, 50, 218}, {154, 127, 50, 219}, {154, 127, 50, 220}, {154, 127, 50, 221}, {154, 127, 50, 222}, {154, 127, 60, 195}, {154, 127, 60, 199}, {154, 127, 60, 206}}},
|
||||
{Region: "South Africa", Group: "Premium UDP Europe", Hostname: "87-1-za.cg-dialup.net", IPs: []net.IP{{197, 85, 7, 26}, {197, 85, 7, 27}, {197, 85, 7, 28}, {197, 85, 7, 29}, {197, 85, 7, 30}, {197, 85, 7, 31}, {197, 85, 7, 131}, {197, 85, 7, 132}, {197, 85, 7, 133}, {197, 85, 7, 134}}},
|
||||
{Region: "Spain", Group: "Premium TCP Europe", Hostname: "97-1-es.cg-dialup.net", IPs: []net.IP{{37, 120, 142, 41}, {37, 120, 142, 52}, {37, 120, 142, 55}, {37, 120, 142, 61}, {37, 120, 142, 173}, {84, 17, 62, 131}, {84, 17, 62, 142}, {84, 17, 62, 144}, {185, 93, 3, 108}, {185, 93, 3, 114}}},
|
||||
{Region: "Sri Lanka", Group: "Premium TCP Europe", Hostname: "97-1-lk.cg-dialup.net", IPs: []net.IP{{95, 181, 239, 131}, {95, 181, 239, 132}, {95, 181, 239, 133}, {95, 181, 239, 134}, {95, 181, 239, 135}, {95, 181, 239, 136}, {95, 181, 239, 137}, {95, 181, 239, 138}, {95, 181, 239, 140}, {95, 181, 239, 144}}},
|
||||
{Region: "Sri Lanka", Group: "Premium UDP Europe", Hostname: "87-1-lk.cg-dialup.net", IPs: []net.IP{{95, 181, 239, 131}, {95, 181, 239, 132}, {95, 181, 239, 133}, {95, 181, 239, 134}, {95, 181, 239, 135}, {95, 181, 239, 136}, {95, 181, 239, 140}, {95, 181, 239, 141}, {95, 181, 239, 142}, {95, 181, 239, 144}}},
|
||||
{Region: "Sweden", Group: "Premium TCP Europe", Hostname: "97-1-se.cg-dialup.net", IPs: []net.IP{{188, 126, 73, 207}, {188, 126, 73, 209}, {188, 126, 73, 214}, {188, 126, 73, 219}, {188, 126, 79, 6}, {188, 126, 79, 11}, {188, 126, 79, 19}, {188, 126, 79, 25}, {195, 246, 120, 148}, {195, 246, 120, 161}}},
|
||||
{Region: "Sweden", Group: "Premium UDP Europe", Hostname: "87-1-se.cg-dialup.net", IPs: []net.IP{{188, 126, 73, 201}, {188, 126, 73, 211}, {188, 126, 73, 213}, {188, 126, 73, 218}, {188, 126, 79, 6}, {188, 126, 79, 8}, {188, 126, 79, 19}, {195, 246, 120, 142}, {195, 246, 120, 144}, {195, 246, 120, 168}}},
|
||||
{Region: "Switzerland", Group: "Premium TCP Europe", Hostname: "97-1-ch.cg-dialup.net", IPs: []net.IP{{84, 17, 52, 4}, {84, 17, 52, 20}, {84, 17, 52, 44}, {84, 17, 52, 65}, {84, 17, 52, 72}, {84, 17, 52, 80}, {84, 17, 52, 83}, {84, 17, 52, 85}, {185, 32, 222, 112}, {185, 189, 150, 73}}},
|
||||
{Region: "Switzerland", Group: "Premium UDP Europe", Hostname: "87-1-ch.cg-dialup.net", IPs: []net.IP{{84, 17, 52, 5}, {84, 17, 52, 14}, {84, 17, 52, 24}, {84, 17, 52, 64}, {84, 17, 52, 73}, {84, 17, 52, 85}, {185, 32, 222, 114}, {185, 189, 150, 52}, {185, 189, 150, 57}, {195, 225, 118, 43}}},
|
||||
{Region: "Taiwan", Group: "Premium TCP Asia", Hostname: "96-1-tw.cg-dialup.net", IPs: []net.IP{{45, 133, 181, 100}, {45, 133, 181, 102}, {45, 133, 181, 103}, {45, 133, 181, 106}, {45, 133, 181, 109}, {45, 133, 181, 113}, {45, 133, 181, 115}, {45, 133, 181, 116}, {45, 133, 181, 123}, {45, 133, 181, 125}}},
|
||||
{Region: "Taiwan", Group: "Premium UDP Asia", Hostname: "95-1-tw.cg-dialup.net", IPs: []net.IP{{45, 133, 181, 99}, {45, 133, 181, 102}, {45, 133, 181, 107}, {45, 133, 181, 108}, {45, 133, 181, 109}, {45, 133, 181, 114}, {45, 133, 181, 116}, {45, 133, 181, 117}, {45, 133, 181, 123}, {45, 133, 181, 124}}},
|
||||
{Region: "Thailand", Group: "Premium TCP Asia", Hostname: "96-1-th.cg-dialup.net", IPs: []net.IP{{146, 70, 13, 3}, {146, 70, 13, 4}, {146, 70, 13, 6}, {146, 70, 13, 7}, {146, 70, 13, 8}, {146, 70, 13, 9}, {146, 70, 13, 11}, {146, 70, 13, 13}, {146, 70, 13, 15}, {146, 70, 13, 16}}},
|
||||
{Region: "Thailand", Group: "Premium UDP Asia", Hostname: "95-1-th.cg-dialup.net", IPs: []net.IP{{146, 70, 13, 3}, {146, 70, 13, 4}, {146, 70, 13, 8}, {146, 70, 13, 9}, {146, 70, 13, 10}, {146, 70, 13, 11}, {146, 70, 13, 12}, {146, 70, 13, 13}, {146, 70, 13, 15}, {146, 70, 13, 16}}},
|
||||
{Region: "Turkey", Group: "Premium TCP Europe", Hostname: "97-1-tr.cg-dialup.net", IPs: []net.IP{{188, 213, 34, 9}, {188, 213, 34, 11}, {188, 213, 34, 15}, {188, 213, 34, 16}, {188, 213, 34, 23}, {188, 213, 34, 25}, {188, 213, 34, 28}, {188, 213, 34, 41}, {188, 213, 34, 108}, {188, 213, 34, 110}}},
|
||||
{Region: "Turkey", Group: "Premium UDP Europe", Hostname: "87-1-tr.cg-dialup.net", IPs: []net.IP{{188, 213, 34, 8}, {188, 213, 34, 11}, {188, 213, 34, 14}, {188, 213, 34, 28}, {188, 213, 34, 35}, {188, 213, 34, 42}, {188, 213, 34, 43}, {188, 213, 34, 100}, {188, 213, 34, 103}, {188, 213, 34, 107}}},
|
||||
{Region: "Ukraine", Group: "Premium TCP Europe", Hostname: "97-1-ua.cg-dialup.net", IPs: []net.IP{{31, 28, 161, 18}, {31, 28, 161, 20}, {31, 28, 161, 27}, {31, 28, 163, 34}, {31, 28, 163, 37}, {31, 28, 163, 44}, {62, 149, 7, 167}, {62, 149, 7, 172}, {62, 149, 29, 45}, {62, 149, 29, 57}}},
|
||||
{Region: "Ukraine", Group: "Premium UDP Europe", Hostname: "87-1-ua.cg-dialup.net", IPs: []net.IP{{31, 28, 161, 27}, {31, 28, 163, 38}, {31, 28, 163, 42}, {31, 28, 163, 54}, {31, 28, 163, 61}, {62, 149, 7, 162}, {62, 149, 7, 163}, {62, 149, 29, 35}, {62, 149, 29, 38}, {62, 149, 29, 41}}},
|
||||
{Region: "United Arab Emirates", Group: "Premium TCP Europe", Hostname: "97-1-ae.cg-dialup.net", IPs: []net.IP{{217, 138, 193, 179}, {217, 138, 193, 180}, {217, 138, 193, 181}, {217, 138, 193, 182}, {217, 138, 193, 183}, {217, 138, 193, 184}, {217, 138, 193, 185}, {217, 138, 193, 186}, {217, 138, 193, 188}, {217, 138, 193, 190}}},
|
||||
{Region: "United Arab Emirates", Group: "Premium UDP Europe", Hostname: "87-1-ae.cg-dialup.net", IPs: []net.IP{{217, 138, 193, 179}, {217, 138, 193, 180}, {217, 138, 193, 181}, {217, 138, 193, 182}, {217, 138, 193, 183}, {217, 138, 193, 186}, {217, 138, 193, 187}, {217, 138, 193, 188}, {217, 138, 193, 189}, {217, 138, 193, 190}}},
|
||||
{Region: "United Kingdom", Group: "Premium TCP Europe", Hostname: "97-1-gb.cg-dialup.net", IPs: []net.IP{{45, 133, 173, 49}, {45, 133, 173, 56}, {45, 133, 173, 82}, {45, 133, 173, 86}, {95, 154, 200, 153}, {95, 154, 200, 156}, {181, 215, 176, 103}, {181, 215, 176, 246}, {181, 215, 176, 251}, {194, 110, 13, 141}}},
|
||||
{Region: "United Kingdom", Group: "Premium UDP Europe", Hostname: "87-1-gb.cg-dialup.net", IPs: []net.IP{{45, 133, 172, 100}, {45, 133, 172, 126}, {45, 133, 173, 84}, {95, 154, 200, 174}, {181, 215, 176, 110}, {181, 215, 176, 151}, {181, 215, 176, 158}, {191, 101, 209, 142}, {194, 110, 13, 107}, {194, 110, 13, 128}}},
|
||||
{Region: "United States", Group: "Premium TCP USA", Hostname: "93-1-us.cg-dialup.net", IPs: []net.IP{{102, 129, 145, 15}, {102, 129, 152, 195}, {102, 129, 152, 248}, {154, 21, 208, 159}, {185, 242, 5, 117}, {185, 242, 5, 123}, {185, 242, 5, 229}, {191, 96, 227, 173}, {191, 96, 227, 196}, {199, 115, 119, 248}}},
|
||||
{Region: "United States", Group: "Premium UDP USA", Hostname: "94-1-us.cg-dialup.net", IPs: []net.IP{{23, 82, 14, 113}, {23, 105, 177, 122}, {45, 89, 173, 222}, {84, 17, 35, 4}, {89, 187, 171, 132}, {156, 146, 37, 45}, {156, 146, 59, 86}, {184, 170, 240, 231}, {191, 96, 150, 248}, {199, 115, 119, 248}}},
|
||||
{Region: "Venezuela", Group: "Premium TCP USA", Hostname: "93-1-ve.cg-dialup.net", IPs: []net.IP{{95, 181, 237, 132}, {95, 181, 237, 133}, {95, 181, 237, 134}, {95, 181, 237, 135}, {95, 181, 237, 136}, {95, 181, 237, 138}, {95, 181, 237, 139}, {95, 181, 237, 140}, {95, 181, 237, 141}, {95, 181, 237, 143}}},
|
||||
{Region: "Venezuela", Group: "Premium UDP USA", Hostname: "94-1-ve.cg-dialup.net", IPs: []net.IP{{95, 181, 237, 131}, {95, 181, 237, 132}, {95, 181, 237, 134}, {95, 181, 237, 135}, {95, 181, 237, 136}, {95, 181, 237, 140}, {95, 181, 237, 141}, {95, 181, 237, 142}, {95, 181, 237, 143}, {95, 181, 237, 144}}},
|
||||
{Region: "Vietnam", Group: "Premium TCP Asia", Hostname: "96-1-vn.cg-dialup.net", IPs: []net.IP{{188, 214, 152, 99}, {188, 214, 152, 101}, {188, 214, 152, 103}, {188, 214, 152, 104}, {188, 214, 152, 105}, {188, 214, 152, 106}, {188, 214, 152, 107}, {188, 214, 152, 108}, {188, 214, 152, 109}, {188, 214, 152, 110}}},
|
||||
{Region: "Vietnam", Group: "Premium UDP Asia", Hostname: "95-1-vn.cg-dialup.net", IPs: []net.IP{{188, 214, 152, 99}, {188, 214, 152, 100}, {188, 214, 152, 101}, {188, 214, 152, 102}, {188, 214, 152, 103}, {188, 214, 152, 104}, {188, 214, 152, 105}, {188, 214, 152, 106}, {188, 214, 152, 107}, {188, 214, 152, 109}}},
|
||||
}
|
||||
func CyberghostServers() (servers []models.CyberghostServer) {
|
||||
servers = make([]models.CyberghostServer, len(allServers.Cyberghost.Servers))
|
||||
copy(servers, allServers.Cyberghost.Servers)
|
||||
return servers
|
||||
}
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
package constants
|
||||
|
||||
import (
|
||||
"net"
|
||||
|
||||
"github.com/qdm12/gluetun/internal/models"
|
||||
)
|
||||
|
||||
@@ -31,90 +29,8 @@ func FastestvpnHostnameChoices() (choices []string) {
|
||||
}
|
||||
|
||||
// FastestvpnServers returns the list of all VPN servers for FastestVPN.
|
||||
//nolint:lll
|
||||
func FastestvpnServers() []models.FastestvpnServer {
|
||||
return []models.FastestvpnServer{
|
||||
{Country: "Australia", Hostname: "au-sd-ovtcp-01.jumptoserver.com", UDP: false, TCP: true, IPs: []net.IP{{139, 99, 149, 10}}},
|
||||
{Country: "Australia", Hostname: "au-sd-ovudp-01.jumptoserver.com", UDP: true, TCP: false, IPs: []net.IP{{139, 99, 149, 10}}},
|
||||
{Country: "Australia", Hostname: "au2-sd-ovtcp-01.jumptoserver.com", UDP: false, TCP: true, IPs: []net.IP{{139, 99, 131, 126}}},
|
||||
{Country: "Australia", Hostname: "au2-sd-ovudp-01.jumptoserver.com", UDP: true, TCP: false, IPs: []net.IP{{139, 99, 131, 126}}},
|
||||
{Country: "Austria", Hostname: "at.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{185, 210, 219, 86}}},
|
||||
{Country: "Belgium", Hostname: "bel1.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{217, 138, 211, 67}}},
|
||||
{Country: "Belgium", Hostname: "bel2.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{217, 138, 211, 68}}},
|
||||
{Country: "Belgium", Hostname: "bel3.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{217, 138, 211, 69}}},
|
||||
{Country: "Brazil", Hostname: "br-jp-ovtcp-01.jumptoserver.com", UDP: false, TCP: true, IPs: []net.IP{{45, 179, 88, 31}}},
|
||||
{Country: "Brazil", Hostname: "br-jp-ovudp-01.jumptoserver.com", UDP: true, TCP: false, IPs: []net.IP{{45, 179, 88, 31}}},
|
||||
{Country: "Bulgaria", Hostname: "bg.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{37, 46, 114, 46}}},
|
||||
{Country: "Canada", Hostname: "ca1.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{192, 99, 103, 48}}},
|
||||
{Country: "Canada", Hostname: "ca2.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{192, 99, 103, 49}}},
|
||||
{Country: "Czechia", Hostname: "cz-pr-ovtcp-01.jumptoserver.com", UDP: false, TCP: true, IPs: []net.IP{{185, 216, 35, 218}}},
|
||||
{Country: "Czechia", Hostname: "cz-pr-ovudp-01.jumptoserver.com", UDP: true, TCP: false, IPs: []net.IP{{185, 216, 35, 218}}},
|
||||
{Country: "Denmark", Hostname: "dk.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{185, 245, 84, 70}}},
|
||||
{Country: "Finland", Hostname: "fi-hs-ovtcp-01.jumptoserver.com", UDP: false, TCP: true, IPs: []net.IP{{194, 34, 132, 19}}},
|
||||
{Country: "Finland", Hostname: "fi-hs-ovudp-01.jumptoserver.com", UDP: true, TCP: false, IPs: []net.IP{{194, 34, 132, 19}}},
|
||||
{Country: "France", Hostname: "fr-rb-ovtcp-01.jumptoserver.com", UDP: false, TCP: true, IPs: []net.IP{{37, 59, 172, 213}}},
|
||||
{Country: "France", Hostname: "fr-rb-ovudp-01.jumptoserver.com", UDP: true, TCP: false, IPs: []net.IP{{37, 59, 172, 213}}},
|
||||
{Country: "Germany", Hostname: "de1.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{83, 143, 245, 254}}},
|
||||
{Country: "Hong.Kong", Hostname: "hk-ovtcp-01.jumptoserver.com", UDP: false, TCP: true, IPs: []net.IP{{64, 120, 88, 115}}},
|
||||
{Country: "Hong.Kong", Hostname: "hk-ovudp-01.jumptoserver.com", UDP: true, TCP: false, IPs: []net.IP{{64, 120, 88, 115}}},
|
||||
{Country: "India", Hostname: "in41.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{101, 53, 128, 39}}},
|
||||
{Country: "India", Hostname: "in45.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{101, 53, 128, 148}}},
|
||||
{Country: "India", Hostname: "in50.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{103, 104, 74, 32}}},
|
||||
{Country: "India-stream", Hostname: "in-stream.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{103, 104, 74, 30}}},
|
||||
{Country: "Italy", Hostname: "it.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{37, 120, 207, 90}}},
|
||||
{Country: "Japan", Hostname: "jp-tk-ovtcp-01.jumptoserver.com", UDP: false, TCP: true, IPs: []net.IP{{202, 239, 38, 147}}},
|
||||
{Country: "Japan", Hostname: "jp-tk-ovudp-01.jumptoserver.com", UDP: true, TCP: false, IPs: []net.IP{{202, 239, 38, 147}}},
|
||||
{Country: "Luxembourg", Hostname: "lux1.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{94, 242, 195, 147}}},
|
||||
{Country: "Netherlands", Hostname: "nl.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{213, 5, 64, 22}}},
|
||||
{Country: "Netherlands", Hostname: "nl2.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{89, 46, 223, 251}}},
|
||||
{Country: "Netherlands", Hostname: "nl3.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{89, 46, 223, 252}}},
|
||||
{Country: "Norway", Hostname: "nr-ol-ovtcp-01.jumptoserver.com", UDP: false, TCP: true, IPs: []net.IP{{185, 90, 61, 20}}},
|
||||
{Country: "Norway", Hostname: "nr-ol-ovudp-01.jumptoserver.com", UDP: true, TCP: false, IPs: []net.IP{{185, 90, 61, 20}}},
|
||||
{Country: "Poland", Hostname: "pl2.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{194, 15, 196, 117}}},
|
||||
{Country: "Portugal", Hostname: "pt.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{185, 90, 57, 146}}},
|
||||
{Country: "Romania", Hostname: "ro.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{91, 199, 50, 131}}},
|
||||
{Country: "Russia", Hostname: "russia.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{95, 213, 193, 52}}},
|
||||
{Country: "Serbia", Hostname: "rs.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{37, 46, 115, 246}}},
|
||||
{Country: "Singapore", Hostname: "sg-ovtcp-01.jumptoserver.com", UDP: false, TCP: true, IPs: []net.IP{{209, 58, 174, 195}}},
|
||||
{Country: "Singapore", Hostname: "sg-ovudp-01.jumptoserver.com", UDP: true, TCP: false, IPs: []net.IP{{209, 58, 174, 195}}},
|
||||
{Country: "South.Korea", Hostname: "kr-so-ovtcp-01.jumptoserver.com", UDP: false, TCP: true, IPs: []net.IP{{103, 249, 31, 36}}},
|
||||
{Country: "South.Korea", Hostname: "kr-so-ovudp-01.jumptoserver.com", UDP: true, TCP: false, IPs: []net.IP{{103, 249, 31, 36}}},
|
||||
{Country: "Spain", Hostname: "es-bl-ovtcp-01.jumptoserver.com", UDP: false, TCP: true, IPs: []net.IP{{193, 148, 19, 155}}},
|
||||
{Country: "Spain", Hostname: "es-bl-ovudp-01.jumptoserver.com", UDP: true, TCP: false, IPs: []net.IP{{193, 148, 19, 155}}},
|
||||
{Country: "Sweden", Hostname: "se-st-ovtcp-01.jumptoserver.com", UDP: false, TCP: true, IPs: []net.IP{{128, 127, 104, 200}}},
|
||||
{Country: "Sweden", Hostname: "se-st-ovudp-01.jumptoserver.com", UDP: true, TCP: false, IPs: []net.IP{{128, 127, 104, 201}}},
|
||||
{Country: "Sweden", Hostname: "se2.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{79, 142, 76, 142}}},
|
||||
{Country: "Switzerland", Hostname: "ch-zr-ovtcp-01.jumptoserver.com", UDP: false, TCP: true, IPs: []net.IP{{82, 102, 24, 254}}},
|
||||
{Country: "Switzerland", Hostname: "ch-zr-ovudp-01.jumptoserver.com", UDP: true, TCP: false, IPs: []net.IP{{82, 102, 24, 254}}},
|
||||
{Country: "Turkey", Hostname: "tr-iz-ovtcp-01.jumptoserver.com", UDP: false, TCP: true, IPs: []net.IP{{185, 123, 102, 57}}},
|
||||
{Country: "Turkey", Hostname: "tr.jumptoserver.com", UDP: true, TCP: false, IPs: []net.IP{{185, 123, 102, 57}}},
|
||||
{Country: "UAE-Dubai", Hostname: "ue-db-ovtcp-01.jumptoserver.com", UDP: false, TCP: true, IPs: []net.IP{{45, 9, 249, 110}}},
|
||||
{Country: "UAE-Dubai", Hostname: "ue-db-ovudp-01.jumptoserver.com", UDP: true, TCP: false, IPs: []net.IP{{45, 9, 249, 110}}},
|
||||
{Country: "UK", Hostname: "uk.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{5, 226, 139, 143}}},
|
||||
{Country: "UK", Hostname: "uk6.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{5, 226, 139, 148}}},
|
||||
{Country: "UK-Stream", Hostname: "uk-stream.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{195, 206, 169, 171}}},
|
||||
{Country: "US-Atlanta", Hostname: "us-at-ovtcp-01.jumptoserver.com", UDP: false, TCP: true, IPs: []net.IP{{23, 82, 10, 205}}},
|
||||
{Country: "US-Charlotte", Hostname: "us-cf-ovtcp-01.jumptoserver.com", UDP: false, TCP: true, IPs: []net.IP{{192, 154, 253, 6}}},
|
||||
{Country: "US-Charlotte", Hostname: "us-cf-ovudp-01.jumptoserver.com", UDP: true, TCP: false, IPs: []net.IP{{192, 154, 253, 6}}},
|
||||
{Country: "US-Chicago", Hostname: "us-ch1.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{38, 98, 159, 11}}},
|
||||
{Country: "US-Chicago", Hostname: "us-ch2.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{38, 98, 159, 10}}},
|
||||
{Country: "US-Dallas", Hostname: "us-dl-ovtcp-01.jumptoserver.com", UDP: false, TCP: true, IPs: []net.IP{{74, 63, 219, 202}}},
|
||||
{Country: "US-Dallas", Hostname: "us-dl-ovudp-01.jumptoserver.com", UDP: true, TCP: false, IPs: []net.IP{{74, 63, 219, 202}}},
|
||||
{Country: "US-Denver", Hostname: "us-dv1.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{173, 248, 157, 107}}},
|
||||
{Country: "US-Los.Angeles", Hostname: "us-la-ovtcp-01.jumptoserver.com", UDP: false, TCP: true, IPs: []net.IP{{64, 31, 35, 222}}},
|
||||
{Country: "US-Los.Angeles", Hostname: "us-la-ovudp-01.jumptoserver.com", UDP: true, TCP: false, IPs: []net.IP{{64, 31, 35, 222}}},
|
||||
{Country: "US-Miami", Hostname: "usmia.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{162, 255, 138, 226}}},
|
||||
{Country: "US-Netflix", Hostname: "netflix.jumptoserver.com", UDP: true, TCP: false, IPs: []net.IP{{37, 59, 172, 215}}},
|
||||
{Country: "US-New.York", Hostname: "us-ny-ovtcp-01.jumptoserver.com", UDP: false, TCP: true, IPs: []net.IP{{38, 132, 102, 107}}},
|
||||
{Country: "US-New.York", Hostname: "us-ny-ovudp-01.jumptoserver.com", UDP: true, TCP: false, IPs: []net.IP{{38, 132, 102, 107}}},
|
||||
{Country: "US-Phoenix", Hostname: "us-ph1.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{23, 83, 184, 71}}},
|
||||
{Country: "US-Phoenix", Hostname: "us-ph2.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{23, 83, 184, 72}}},
|
||||
{Country: "US-Seattle", Hostname: "us-se1.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{23, 82, 33, 99}}},
|
||||
{Country: "US-St.Louis", Hostname: "us-st1.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{148, 72, 173, 28}}},
|
||||
{Country: "US-St.Louis", Hostname: "us-st3.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{148, 72, 173, 30}}},
|
||||
{Country: "US-St.Louis", Hostname: "us-st4.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{148, 72, 173, 31}}},
|
||||
{Country: "US-St.Louis", Hostname: "us-st5.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{148, 72, 173, 32}}},
|
||||
{Country: "US-Washington", Hostname: "us-wt.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{23, 82, 15, 90}}},
|
||||
{Country: "US-Washington", Hostname: "us-wt2.jumptoserver.com", UDP: true, TCP: true, IPs: []net.IP{{23, 82, 15, 91}}},
|
||||
}
|
||||
func FastestvpnServers() (servers []models.FastestvpnServer) {
|
||||
servers = make([]models.FastestvpnServer, len(allServers.Fastestvpn.Servers))
|
||||
copy(servers, allServers.Fastestvpn.Servers)
|
||||
return servers
|
||||
}
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
package constants
|
||||
|
||||
import (
|
||||
"net"
|
||||
|
||||
"github.com/qdm12/gluetun/internal/models"
|
||||
)
|
||||
|
||||
@@ -40,274 +38,9 @@ func HideMyAssHostnameChoices() (choices []string) {
|
||||
return makeUnique(choices)
|
||||
}
|
||||
|
||||
//nolint:lll
|
||||
// HideMyAssServers returns a slice of all the server information for HideMyAss.
|
||||
func HideMyAssServers() []models.HideMyAssServer {
|
||||
return []models.HideMyAssServer{
|
||||
{Country: "Afghanistan", Region: "", City: "Kabul", Hostname: "af.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 236}, {5, 62, 63, 232}}},
|
||||
{Country: "Aland Islands", Region: "", City: "Mariehamn", Hostname: "ax.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 248}, {5, 62, 63, 244}}},
|
||||
{Country: "Albania", Region: "", City: "Tirana", Hostname: "al.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 240}, {5, 62, 63, 236}}},
|
||||
{Country: "Algeria", Region: "", City: "Annaba", Hostname: "dz.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 244}, {5, 62, 63, 240}}},
|
||||
{Country: "American Samoa", Region: "", City: "Pago Pago", Hostname: "as.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 4}, {5, 62, 58, 4}}},
|
||||
{Country: "Andorra", Region: "", City: "Andorrala Vella", Hostname: "ad.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 4}, {5, 62, 62, 4}}},
|
||||
{Country: "Angola", Region: "", City: "Luanda", Hostname: "ao.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 8}, {5, 62, 62, 8}}},
|
||||
{Country: "Anguilla", Region: "", City: "The Valley", Hostname: "ai.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 8}, {5, 62, 58, 8}}},
|
||||
{Country: "Antiguaand Barbuda", Region: "", City: "Saint John's", Hostname: "ag.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 12}, {5, 62, 58, 12}}},
|
||||
{Country: "Argentina", Region: "", City: "Buenos Aires", Hostname: "ar.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 16}, {5, 62, 58, 16}}},
|
||||
{Country: "Armenia", Region: "", City: "Tsaghkadzor", Hostname: "am.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 12}, {5, 62, 62, 12}}},
|
||||
{Country: "Aruba", Region: "", City: "Palm Beach", Hostname: "aw.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 20}, {5, 62, 58, 20}}},
|
||||
{Country: "Australia", Region: "New South Wales", City: "Sydney", Hostname: "au.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 23, 3}, {5, 62, 23, 18}}},
|
||||
{Country: "Austria", Region: "Carinthia", City: "Klagenfurt", Hostname: "at.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 253, 207, 3}, {91, 132, 139, 115}, {94, 198, 41, 94}, {185, 183, 107, 163}, {185, 244, 212, 35}}},
|
||||
{Country: "Azerbaijan", Region: "", City: "Qusar", Hostname: "az.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 16}, {5, 62, 62, 16}}},
|
||||
{Country: "Bahamas", Region: "", City: "Freeport", Hostname: "bs.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 24}, {5, 62, 58, 24}}},
|
||||
{Country: "Bahrain", Region: "", City: "Manama", Hostname: "bh.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 20}, {5, 62, 62, 20}}},
|
||||
{Country: "Bangladesh", Region: "", City: "Dhaka", Hostname: "bd.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 24}, {5, 62, 62, 24}}},
|
||||
{Country: "Barbados", Region: "", City: "Worthing", Hostname: "bb.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 28}, {5, 62, 58, 28}}},
|
||||
{Country: "Belarus", Region: "", City: "Minsk", Hostname: "by.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 28}, {5, 62, 62, 28}}},
|
||||
{Country: "Belgium", Region: "", City: "Brussels", Hostname: "be.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 20, 24}, {5, 62, 20, 33}, {5, 62, 20, 34}, {5, 62, 20, 44}}},
|
||||
{Country: "Belize", Region: "", City: "Belize City", Hostname: "bz.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 32}, {5, 62, 58, 32}}},
|
||||
{Country: "Benin", Region: "", City: "Cotonou", Hostname: "bj.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 32}, {5, 62, 62, 32}}},
|
||||
{Country: "Bermuda", Region: "", City: "Hamilton", Hostname: "bm.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 36}, {5, 62, 58, 36}}},
|
||||
{Country: "Bhutan", Region: "", City: "Thimphu", Hostname: "bt.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 36}, {5, 62, 62, 36}}},
|
||||
{Country: "Bolivia", Region: "", City: "Santa Cruz", Hostname: "bo.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 40}, {5, 62, 58, 40}}},
|
||||
{Country: "Bosnia", Region: "", City: "Sarajevo", Hostname: "ba.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 40}, {5, 62, 62, 40}}},
|
||||
{Country: "Botswana", Region: "", City: "Gaborone", Hostname: "bw.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 44}, {5, 62, 62, 44}}},
|
||||
{Country: "Brazil", Region: "", City: "Joao Pessoa", Hostname: "br.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 51, 101}, {5, 62, 51, 111}, {179, 61, 215, 95}, {181, 215, 238, 143}, {181, 215, 238, 207}, {191, 96, 4, 167}, {191, 96, 4, 207}, {191, 96, 9, 143}, {191, 96, 13, 191}}},
|
||||
{Country: "British Virgin Islands", Region: "", City: "Tortola", Hostname: "vg.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 44}, {5, 62, 58, 44}}},
|
||||
{Country: "Brunei", Region: "", City: "Jerudong", Hostname: "bn.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 48}, {5, 62, 62, 48}}},
|
||||
{Country: "Bulgaria", Region: "", City: "Sofia", Hostname: "bg.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 52}, {5, 62, 62, 52}}},
|
||||
{Country: "Burkina Faso", Region: "", City: "Ouagadougou", Hostname: "bf.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 56}, {5, 62, 62, 56}}},
|
||||
{Country: "Burundi", Region: "", City: "Bujumbura", Hostname: "bi.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 60}, {5, 62, 62, 60}}},
|
||||
{Country: "Cambodia", Region: "", City: "Phnom Penh", Hostname: "kh.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 64}, {5, 62, 62, 64}}},
|
||||
{Country: "Cameroon", Region: "", City: "Yaounde", Hostname: "cm.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 68}, {5, 62, 62, 68}}},
|
||||
{Country: "Canada", Region: "British Columbia", City: "Vancouver", Hostname: "ca.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{51, 161, 54, 15}, {54, 39, 219, 127}, {192, 99, 89, 207}, {192, 99, 110, 143}, {192, 99, 110, 159}}},
|
||||
{Country: "Cape Verde", Region: "", City: "Cidade Velha", Hostname: "cv.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 72}, {5, 62, 62, 72}}},
|
||||
{Country: "Cayman Islands", Region: "", City: "Spot Bay", Hostname: "ky.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 48}, {5, 62, 58, 48}}},
|
||||
{Country: "Central African Republic", Region: "", City: "Bangassou", Hostname: "cf.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 76}, {5, 62, 62, 76}}},
|
||||
{Country: "Chad", Region: "", City: "N'Djamena", Hostname: "td.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 80}, {5, 62, 62, 80}}},
|
||||
{Country: "Chile", Region: "", City: "Santiago", Hostname: "cl.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 52}, {5, 62, 58, 52}}},
|
||||
{Country: "China", Region: "Sichuan Sheng", City: "Chengdu", Hostname: "cn.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 34, 40}, {5, 62, 34, 44}}},
|
||||
{Country: "Christmas Island", Region: "", City: "Flying Fish Cove", Hostname: "cx.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 88}, {5, 62, 62, 84}}},
|
||||
{Country: "Cocos Islands", Region: "", City: "West Island", Hostname: "cc.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 92}, {5, 62, 62, 88}}},
|
||||
{Country: "Colombia", Region: "", City: "San Andres", Hostname: "co.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 60}, {5, 62, 58, 56}}},
|
||||
{Country: "Comoros", Region: "", City: "Ouani", Hostname: "km.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 96}, {5, 62, 62, 92}}},
|
||||
{Country: "Congo", Region: "", City: "Kinshasa", Hostname: "cd.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 100}, {5, 62, 62, 96}}},
|
||||
{Country: "Cook Islands", Region: "", City: "Avarua", Hostname: "ck.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 64}, {5, 62, 58, 60}}},
|
||||
{Country: "Costa Rica", Region: "", City: "San Jose", Hostname: "cr.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 68}, {5, 62, 58, 64}}},
|
||||
{Country: "Coted`Ivoire", Region: "", City: "Yamoussoukro", Hostname: "ci.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 104}, {5, 62, 62, 100}}},
|
||||
{Country: "Croatia", Region: "", City: "Zagreb", Hostname: "hr.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 228}, {5, 62, 63, 224}}},
|
||||
{Country: "Cuba", Region: "", City: "Havana", Hostname: "cu.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 72}, {5, 62, 58, 68}}},
|
||||
{Country: "Cyprus", Region: "", City: "Limassol", Hostname: "cy.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 108}, {5, 62, 62, 104}}},
|
||||
{Country: "Czech Republic", Region: "", City: "Prague", Hostname: "cz.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{185, 246, 210, 130}, {185, 246, 210, 162}, {185, 246, 210, 178}, {185, 246, 210, 194}, {212, 102, 38, 173}, {212, 102, 38, 186}}},
|
||||
{Country: "Denmark", Region: "", City: "Copenhagen", Hostname: "dk.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{2, 58, 46, 195}, {2, 58, 46, 211}, {37, 120, 232, 110}, {37, 120, 232, 126}, {37, 120, 232, 142}, {95, 174, 65, 142}, {95, 174, 65, 158}, {185, 212, 169, 174}, {185, 212, 169, 190}, {185, 212, 169, 206}, {185, 212, 169, 222}}},
|
||||
{Country: "Dominica", Region: "", City: "Marigot", Hostname: "dm.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 76}, {5, 62, 58, 72}}},
|
||||
{Country: "Dominican Republic", Region: "", City: "Punta Cana", Hostname: "do.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 80}, {5, 62, 58, 76}}},
|
||||
{Country: "Ecuador", Region: "", City: "Quito", Hostname: "ec.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 84}, {5, 62, 58, 80}}},
|
||||
{Country: "Egypt", Region: "", City: "Cairo", Hostname: "eg.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 112}, {5, 62, 62, 108}}},
|
||||
{Country: "El Salvador", Region: "", City: "San Miguel", Hostname: "sv.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 88}, {5, 62, 58, 84}}},
|
||||
{Country: "Equatorial Guinea", Region: "", City: "Malabo", Hostname: "gq.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 116}, {5, 62, 62, 112}}},
|
||||
{Country: "Eritrea", Region: "", City: "Asmara", Hostname: "er.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 120}, {5, 62, 62, 116}}},
|
||||
{Country: "Estonia", Region: "", City: "Tallinn", Hostname: "ee.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 124}, {5, 62, 62, 120}}},
|
||||
{Country: "Ethiopia", Region: "", City: "Gondar", Hostname: "et.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 128}, {5, 62, 62, 124}}},
|
||||
{Country: "Falkland Islands", Region: "", City: "Stanley", Hostname: "fk.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 92}, {5, 62, 58, 88}}},
|
||||
{Country: "Faroe Islands", Region: "", City: "Torshavn", Hostname: "fo.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 132}, {5, 62, 62, 128}}},
|
||||
{Country: "Fiji", Region: "", City: "Nadi", Hostname: "fj.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 96}, {5, 62, 58, 92}}},
|
||||
{Country: "Finland", Region: "", City: "Helsinki", Hostname: "fi.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{185, 77, 217, 16}, {185, 77, 217, 76}, {185, 77, 217, 91}}},
|
||||
{Country: "France", Region: "", City: "Paris", Hostname: "fr.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{62, 210, 11, 96}, {62, 210, 11, 119}, {62, 210, 15, 189}, {84, 17, 43, 77}, {84, 17, 43, 103}, {84, 17, 43, 116}, {185, 93, 2, 82}, {212, 83, 140, 173}, {212, 83, 170, 115}, {212, 83, 180, 185}, {212, 83, 190, 56}, {212, 129, 62, 194}}},
|
||||
{Country: "Gabon", Region: "", City: "Libreville", Hostname: "ga.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 136}, {5, 62, 62, 132}}},
|
||||
{Country: "Gambia", Region: "", City: "Serekunda", Hostname: "gm.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 140}, {5, 62, 62, 136}}},
|
||||
{Country: "Georgia", Region: "", City: "Tbilisi", Hostname: "ge.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 144}, {5, 62, 62, 140}}},
|
||||
{Country: "Germany", Region: "Hesse", City: "Frankfurt", Hostname: "de.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 41, 121}, {5, 62, 41, 145}, {5, 62, 41, 157}, {5, 62, 41, 181}}},
|
||||
{Country: "Ghana", Region: "", City: "Accra", Hostname: "gh.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 148}, {5, 62, 62, 144}}},
|
||||
{Country: "Gibraltar", Region: "", City: "Catalan", Hostname: "gi.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 152}, {5, 62, 62, 148}}},
|
||||
{Country: "Greece", Region: "", City: "Patras", Hostname: "gr.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 156}, {5, 62, 62, 152}}},
|
||||
{Country: "Greenland", Region: "", City: "Ilulissat", Hostname: "gl.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 160}, {5, 62, 62, 156}}},
|
||||
{Country: "Grenada", Region: "", City: "Saint George", Hostname: "gd.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 100}, {5, 62, 58, 96}}},
|
||||
{Country: "Guadeloupe", Region: "", City: "Le Gosier", Hostname: "gp.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 104}, {5, 62, 58, 100}}},
|
||||
{Country: "Guam", Region: "", City: "Tamuning", Hostname: "gu.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 108}, {5, 62, 60, 164}}},
|
||||
{Country: "Guatemala", Region: "", City: "Guatemala City", Hostname: "gt.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 112}, {5, 62, 58, 104}}},
|
||||
{Country: "Guinea", Region: "", City: "Conakry", Hostname: "gn.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 172}, {5, 62, 62, 164}}},
|
||||
{Country: "Guinea-Bissau", Region: "", City: "Bissau", Hostname: "gw.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 168}, {5, 62, 62, 160}}},
|
||||
{Country: "Guyana", Region: "", City: "Barima-Waini", Hostname: "gy.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 116}, {5, 62, 58, 108}}},
|
||||
{Country: "Haiti", Region: "", City: "Cap-Haitien", Hostname: "ht.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 120}, {5, 62, 58, 112}}},
|
||||
{Country: "Honduras", Region: "", City: "Tegucigalpa", Hostname: "hn.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 124}, {5, 62, 58, 116}}},
|
||||
{Country: "Hungary", Region: "", City: "Budapest", Hostname: "hu.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{37, 120, 144, 78}, {37, 120, 144, 94}, {185, 94, 190, 174}, {185, 128, 26, 126}, {185, 189, 114, 62}, {185, 252, 223, 62}, {185, 252, 223, 78}}},
|
||||
{Country: "Iceland", Region: "", City: "Reykjavik", Hostname: "is.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{82, 221, 112, 243}, {82, 221, 112, 244}}},
|
||||
{Country: "India", Region: "Maharashtra", City: "Mumbai", Hostname: "in.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 34, 8}, {5, 62, 34, 12}}},
|
||||
{Country: "Indonesia", Region: "", City: "Jakarta", Hostname: "id.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 34, 16}, {5, 62, 34, 20}}},
|
||||
{Country: "Iran", Region: "", City: "Isfahan", Hostname: "ir.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 176}, {5, 62, 62, 168}}},
|
||||
{Country: "Iraq", Region: "", City: "Baghdad", Hostname: "iq.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 180}, {5, 62, 62, 172}}},
|
||||
{Country: "Ireland", Region: "", City: "Dublin", Hostname: "ie.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{78, 153, 199, 5}, {78, 153, 199, 29}, {78, 153, 199, 243}, {78, 153, 199, 254}}},
|
||||
{Country: "Israel", Region: "", City: "Petah Tikva", Hostname: "il.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{185, 185, 132, 62}, {185, 185, 132, 110}, {185, 185, 133, 78}, {185, 185, 133, 190}}},
|
||||
{Country: "Italy", Region: "Pordenone", City: "Porcia", Hostname: "it.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{45, 87, 184, 15}, {84, 17, 59, 45}, {84, 17, 59, 59}}},
|
||||
{Country: "Jamaica", Region: "", City: "Montego Bay", Hostname: "jm.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 128}, {5, 62, 58, 120}}},
|
||||
{Country: "Japan", Region: "", City: "Tokyo", Hostname: "jp.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{156, 146, 35, 162}, {156, 146, 35, 184}, {156, 146, 35, 185}, {212, 102, 51, 235}}},
|
||||
{Country: "Jordan", Region: "", City: "Amman", Hostname: "jo.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 188}, {5, 62, 62, 180}}},
|
||||
{Country: "Kazakhstan", Region: "", City: "Shymkent", Hostname: "kz.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 192}, {5, 62, 62, 184}}},
|
||||
{Country: "Kenya", Region: "", City: "Nairobi", Hostname: "ke.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 196}, {5, 62, 62, 188}}},
|
||||
{Country: "Kiribati", Region: "", City: "Umwa Village", Hostname: "ki.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 132}, {5, 62, 58, 124}}},
|
||||
{Country: "Kuwait", Region: "", City: "Kuwait City", Hostname: "kw.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 200}, {5, 62, 62, 192}}},
|
||||
{Country: "Kyrgyzstan", Region: "", City: "Bishkek", Hostname: "kg.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 204}, {5, 62, 62, 196}}},
|
||||
{Country: "Laos", Region: "", City: "Thakhek", Hostname: "la.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 208}, {5, 62, 62, 200}}},
|
||||
{Country: "Latvia", Region: "", City: "Riga", Hostname: "lv.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 212}, {5, 62, 62, 204}}},
|
||||
{Country: "Lebanon", Region: "", City: "Beirut", Hostname: "lb.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 216}, {5, 62, 62, 208}}},
|
||||
{Country: "Lesotho", Region: "", City: "Peka", Hostname: "ls.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 220}, {5, 62, 62, 212}}},
|
||||
{Country: "Liberia", Region: "", City: "Monrovia", Hostname: "lr.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 224}, {5, 62, 62, 216}}},
|
||||
{Country: "Libya", Region: "", City: "Ghadames", Hostname: "ly.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 228}, {5, 62, 62, 220}}},
|
||||
{Country: "Liechtenstein", Region: "", City: "Vaduz", Hostname: "li.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 232}, {5, 62, 62, 224}}},
|
||||
{Country: "Lithuania", Region: "", City: "Siauliai", Hostname: "lt.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 236}, {5, 62, 62, 228}}},
|
||||
{Country: "Luxembourg", Region: "", City: "", Hostname: "lu.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{92, 38, 162, 123}, {92, 38, 162, 148}, {92, 38, 162, 151}, {92, 38, 172, 25}, {92, 223, 88, 149}}},
|
||||
{Country: "Macau", Region: "", City: "Macau", Hostname: "mo.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 240}, {5, 62, 62, 232}}},
|
||||
{Country: "Macedonia", Region: "", City: "Skopje", Hostname: "mk.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 244}, {5, 62, 62, 236}}},
|
||||
{Country: "Madagascar", Region: "", City: "Antsiranana", Hostname: "mg.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 248}, {5, 62, 62, 240}}},
|
||||
{Country: "Malawi", Region: "", City: "Lilongwe", Hostname: "mw.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 60, 252}, {5, 62, 62, 244}}},
|
||||
{Country: "Malaysia", Region: "", City: "Kuala Lumpur", Hostname: "my.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{185, 54, 231, 26}, {185, 54, 231, 43}, {185, 54, 231, 60}, {185, 54, 231, 77}}},
|
||||
{Country: "Maldives", Region: "", City: "Male", Hostname: "mv.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 0}, {5, 62, 62, 248}}},
|
||||
{Country: "Mali", Region: "", City: "Bamako", Hostname: "ml.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 4}, {5, 62, 62, 252}}},
|
||||
{Country: "Malta", Region: "", City: "Cospicua", Hostname: "mt.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 8}, {5, 62, 63, 0}}},
|
||||
{Country: "Mauritius", Region: "", City: "Port Louis", Hostname: "mu.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 16}, {5, 62, 63, 8}}},
|
||||
{Country: "Mexico", Region: "Sinaloa", City: "Mazatlan", Hostname: "mx.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{31, 14, 72, 16}, {31, 14, 72, 23}, {31, 14, 72, 30}, {31, 14, 72, 37}, {31, 14, 72, 44}}},
|
||||
{Country: "Moldova", Region: "", City: "Chisinau", Hostname: "md.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 20}, {5, 62, 63, 12}}},
|
||||
{Country: "Monaco", Region: "", City: "Monaco", Hostname: "mc.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 24}, {5, 62, 63, 16}}},
|
||||
{Country: "Mongolia", Region: "", City: "Suhbaatar", Hostname: "mn.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 28}, {5, 62, 63, 20}}},
|
||||
{Country: "Montenegro", Region: "", City: "Becici", Hostname: "me.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 32}, {5, 62, 63, 24}}},
|
||||
{Country: "Montserrat", Region: "", City: "Plymouth", Hostname: "ms.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 136}, {5, 62, 58, 128}}},
|
||||
{Country: "Morocco", Region: "", City: "Fes", Hostname: "ma.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 36}, {5, 62, 63, 28}}},
|
||||
{Country: "Mozambique", Region: "", City: "Pemba", Hostname: "mz.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 40}, {5, 62, 63, 32}}},
|
||||
{Country: "Myanmar", Region: "", City: "Yangon", Hostname: "mm.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 44}, {5, 62, 63, 36}}},
|
||||
{Country: "Namibia", Region: "", City: "Windhoek", Hostname: "na.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 48}, {5, 62, 63, 40}}},
|
||||
{Country: "Nauru", Region: "", City: "Anabar", Hostname: "nr.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 140}, {5, 62, 58, 132}}},
|
||||
{Country: "Nepal", Region: "", City: "Janakpur", Hostname: "np.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 52}, {5, 62, 63, 44}}},
|
||||
{Country: "Netherlands", Region: "", City: "Amsterdam", Hostname: "nl.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{84, 17, 46, 134}, {84, 17, 46, 158}, {84, 17, 46, 206}, {84, 17, 46, 251}}},
|
||||
{Country: "New Caledonia", Region: "", City: "Noumea", Hostname: "nc.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 144}, {5, 62, 58, 136}}},
|
||||
{Country: "New Zealand", Region: "", City: "Auckland", Hostname: "nz.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{103, 76, 164, 3}, {103, 76, 164, 19}, {103, 108, 94, 243}, {103, 231, 91, 131}}},
|
||||
{Country: "Nicaragua", Region: "", City: "Managua", Hostname: "ni.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 148}, {5, 62, 58, 140}}},
|
||||
{Country: "Niger", Region: "", City: "Niamey", Hostname: "ne.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 56}, {5, 62, 63, 48}}},
|
||||
{Country: "Nigeria", Region: "", City: "Lagos", Hostname: "ng.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 60}, {5, 62, 63, 52}}},
|
||||
{Country: "Niue", Region: "", City: "Alofi", Hostname: "nu.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 152}, {5, 62, 58, 144}}},
|
||||
{Country: "Norfolk Island", Region: "", City: "Kingston", Hostname: "nf.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 156}, {5, 62, 58, 148}}},
|
||||
{Country: "North Korea", Region: "", City: "Manpo", Hostname: "kp.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 160}, {5, 62, 61, 64}}},
|
||||
{Country: "Norway", Region: "", City: "Oslo", Hostname: "no.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{185, 101, 32, 16}, {185, 101, 32, 32}, {185, 101, 32, 174}, {217, 170, 202, 112}, {217, 170, 203, 128}, {217, 170, 206, 15}, {217, 170, 206, 31}, {217, 170, 206, 127}}},
|
||||
{Country: "Oman", Region: "", City: "Salalah", Hostname: "om.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 68}, {5, 62, 63, 56}}},
|
||||
{Country: "Pakistan", Region: "", City: "Karachi", Hostname: "pk.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 72}, {5, 62, 63, 60}}},
|
||||
{Country: "Palau", Region: "", City: "Melekeok", Hostname: "pw.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 164}, {5, 62, 61, 76}}},
|
||||
{Country: "Palestine", Region: "", City: "Bethlehem", Hostname: "ps.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 80}, {5, 62, 63, 64}}},
|
||||
{Country: "Panama", Region: "", City: "Panama City", Hostname: "pa.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 168}, {5, 62, 58, 152}}},
|
||||
{Country: "Papua New Guinea", Region: "", City: "Alotau", Hostname: "pg.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 172}, {5, 62, 61, 84}}},
|
||||
{Country: "Paraguay", Region: "", City: "Boqueron", Hostname: "py.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 176}, {5, 62, 58, 156}}},
|
||||
{Country: "Peru", Region: "", City: "Cusco", Hostname: "pe.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 180}, {5, 62, 58, 160}}},
|
||||
{Country: "Philippines", Region: "", City: "Baguio", Hostname: "ph.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 184}, {5, 62, 61, 88}}},
|
||||
{Country: "Pitcairn Islands", Region: "", City: "Adamstown", Hostname: "pn.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 188}, {5, 62, 58, 164}}},
|
||||
{Country: "Poland", Region: "", City: "Warsaw", Hostname: "pl.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{84, 17, 55, 13}, {84, 17, 55, 26}, {185, 246, 208, 34}, {185, 246, 208, 61}, {185, 246, 208, 130}, {185, 246, 208, 157}}},
|
||||
{Country: "Portugal", Region: "", City: "Leiria", Hostname: "pt.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{91, 205, 230, 239}, {91, 205, 230, 255}, {91, 250, 240, 209}, {91, 250, 240, 225}, {195, 158, 248, 94}}},
|
||||
{Country: "Puerto Rico", Region: "", City: "San Juan", Hostname: "pr.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 192}, {5, 62, 58, 168}}},
|
||||
{Country: "Qatar", Region: "", City: "Doha", Hostname: "qa.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 92}, {5, 62, 63, 68}}},
|
||||
{Country: "Republicof Djibouti", Region: "", City: "Djibouti", Hostname: "dj.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 96}, {5, 62, 63, 72}}},
|
||||
{Country: "Republicof Singapore", Region: "", City: "Singapore", Hostname: "sg.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 35, 135}, {5, 62, 35, 143}, {5, 62, 35, 151}, {5, 62, 35, 159}, {5, 62, 35, 167}, {5, 62, 35, 175}, {92, 223, 85, 20}, {92, 223, 85, 21}, {92, 223, 85, 22}}},
|
||||
{Country: "Republicofthe Congo", Region: "", City: "Brazzaville", Hostname: "cg.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 100}, {5, 62, 63, 76}}},
|
||||
{Country: "Romania", Region: "", City: "Bucharest", Hostname: "ro.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 104}, {5, 62, 63, 80}}},
|
||||
{Country: "Russia", Region: "", City: "Moscow", Hostname: "ru.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 19, 39}, {5, 62, 19, 47}, {5, 62, 19, 55}, {5, 62, 19, 63}, {5, 62, 19, 71}}},
|
||||
{Country: "Rwanda", Region: "", City: "Kigali", Hostname: "rw.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 108}, {5, 62, 63, 84}}},
|
||||
{Country: "Saint Helena", Region: "", City: "Tristan Da Cunha", Hostname: "sh.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 112}, {5, 62, 63, 88}}},
|
||||
{Country: "Saint Kittsand Nevis", Region: "", City: "Basseterre", Hostname: "kn.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 196}, {5, 62, 58, 172}}},
|
||||
{Country: "Saint Lucia", Region: "", City: "Gros Islet", Hostname: "lc.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 200}, {5, 62, 58, 176}}},
|
||||
{Country: "Saint Pierreand Miquelon", Region: "", City: "Saint-Pierre", Hostname: "pm.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 58, 180}, {5, 62, 63, 92}}},
|
||||
{Country: "Saint Vincentandthe Grenadines", Region: "", City: "Kingstown", Hostname: "vc.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 204}, {5, 62, 58, 184}}},
|
||||
{Country: "Samoa", Region: "", City: "Matatufu", Hostname: "ws.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 208}, {5, 62, 58, 188}}},
|
||||
{Country: "San Marino", Region: "", City: "San Marino", Hostname: "sm.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 116}, {5, 62, 63, 96}}},
|
||||
{Country: "Sao Tomeand Principe", Region: "", City: "Sao Tome", Hostname: "st.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 120}, {5, 62, 63, 100}}},
|
||||
{Country: "Saudi Arabia", Region: "", City: "Riyadh", Hostname: "sa.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 124}, {5, 62, 63, 104}}},
|
||||
{Country: "Senegal", Region: "", City: "Dakar", Hostname: "sn.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 128}, {5, 62, 63, 108}}},
|
||||
{Country: "Serbia", Region: "", City: "Belgrade", Hostname: "rs.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 132}, {5, 62, 63, 112}}},
|
||||
{Country: "Slovakia", Region: "", City: "Bratislava", Hostname: "sk.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 140}, {5, 62, 63, 120}}},
|
||||
{Country: "Slovenia", Region: "", City: "Vrhnika", Hostname: "si.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 144}, {5, 62, 63, 124}}},
|
||||
{Country: "Solomon Islands", Region: "", City: "Honiara", Hostname: "sb.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 212}, {5, 62, 58, 192}}},
|
||||
{Country: "Somalia", Region: "", City: "Afgooye", Hostname: "so.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 148}, {5, 62, 63, 128}}},
|
||||
{Country: "South Africa", Region: "", City: "Johannesburg", Hostname: "za.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{102, 165, 47, 160}, {102, 165, 47, 176}, {154, 70, 155, 144}}},
|
||||
{Country: "South Korea", Region: "", City: "Seoul", Hostname: "kr.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{185, 54, 229, 25}, {185, 54, 229, 41}, {185, 54, 229, 57}, {185, 54, 229, 73}}},
|
||||
{Country: "Spain", Region: "", City: "Alicante", Hostname: "es.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{82, 102, 17, 126}, {82, 102, 17, 206}, {82, 102, 17, 222}, {89, 38, 226, 238}, {89, 38, 226, 254}, {185, 183, 106, 110}, {185, 183, 106, 126}, {192, 145, 124, 78}, {217, 138, 218, 238}}},
|
||||
{Country: "Sri Lanka", Region: "", City: "Moratuwa", Hostname: "lk.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 152}, {5, 62, 63, 132}}},
|
||||
{Country: "Sudan", Region: "", City: "Khartoum", Hostname: "sd.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 156}, {5, 62, 63, 136}}},
|
||||
{Country: "Suriname", Region: "", City: "Paramaribo", Hostname: "sr.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 216}, {5, 62, 58, 196}}},
|
||||
{Country: "Svalbardand Jan Mayen", Region: "", City: "Longyearbyen", Hostname: "sj.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 160}, {5, 62, 63, 140}}},
|
||||
{Country: "Swaziland", Region: "", City: "Manzini", Hostname: "sz.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 220}, {5, 62, 58, 200}}},
|
||||
{Country: "Sweden", Region: "Stockholm", City: "Nacka", Hostname: "se.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{31, 3, 152, 98}, {31, 3, 152, 106}, {31, 3, 152, 118}, {31, 3, 152, 138}, {31, 3, 152, 170}, {31, 3, 152, 192}, {31, 3, 153, 140}, {128, 127, 105, 164}, {128, 127, 105, 192}}},
|
||||
{Country: "Switzerland", Region: "", City: "Zurich", Hostname: "ch.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{84, 17, 52, 141}, {84, 17, 52, 154}, {84, 17, 52, 180}, {84, 17, 52, 240}, {89, 187, 165, 179}}},
|
||||
{Country: "Syria", Region: "", City: "Ad Darah", Hostname: "sy.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 164}, {5, 62, 63, 144}}},
|
||||
{Country: "Taiwan", Region: "", City: "Taipei", Hostname: "tw.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{172, 107, 246, 62}, {172, 107, 246, 126}, {172, 107, 246, 206}, {172, 107, 246, 222}}},
|
||||
{Country: "Tajikistan", Region: "", City: "Dushanbe", Hostname: "tj.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 168}, {5, 62, 63, 148}}},
|
||||
{Country: "Tanzania", Region: "", City: "Arusha", Hostname: "tz.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 172}, {5, 62, 63, 152}}},
|
||||
{Country: "Thailand", Region: "", City: "Bangkok", Hostname: "th.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 176}, {5, 62, 63, 156}}},
|
||||
{Country: "Togo", Region: "", City: "Lome", Hostname: "tg.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 180}, {5, 62, 63, 160}}},
|
||||
{Country: "Tokelau", Region: "", City: "Atafu", Hostname: "tk.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 224}, {5, 62, 58, 204}}},
|
||||
{Country: "Tonga", Region: "", City: "Nukualofa", Hostname: "to.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 228}, {5, 62, 58, 208}}},
|
||||
{Country: "Trinidadand Tobago", Region: "", City: "San Fernando", Hostname: "tt.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 232}, {5, 62, 58, 212}}},
|
||||
{Country: "Tunisia", Region: "", City: "Mahdia", Hostname: "tn.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 184}, {5, 62, 63, 164}}},
|
||||
{Country: "Turkey", Region: "", City: "Istanbul", Hostname: "tr.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{92, 38, 180, 63}, {92, 38, 180, 76}, {92, 38, 180, 86}}},
|
||||
{Country: "Turkmenistan", Region: "", City: "Ashgabat", Hostname: "tm.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 188}, {5, 62, 63, 168}}},
|
||||
{Country: "Turksand Caicos Islands", Region: "", City: "Balfour Town", Hostname: "tc.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 236}, {5, 62, 58, 216}}},
|
||||
{Country: "Tuvalu", Region: "", City: "Vaitupu", Hostname: "tv.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 240}, {5, 62, 58, 220}}},
|
||||
{Country: "UK", Region: "", City: "", Hostname: "gb.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{62, 128, 207, 110}, {62, 128, 217, 69}, {62, 128, 217, 85}, {62, 128, 217, 112}, {80, 75, 64, 66}, {109, 169, 34, 23}, {109, 169, 34, 42}, {109, 169, 34, 62}}},
|
||||
{Country: "UK", Region: "", City: "London", Hostname: "london.gb.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 43, 218}, {77, 234, 43, 130}, {77, 234, 43, 166}, {77, 234, 43, 175}, {77, 234, 43, 185}}},
|
||||
{Country: "UK", Region: "Scotland", City: "Glasgow", Hostname: "scotland.gb.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{62, 128, 217, 85}, {80, 75, 64, 66}, {109, 169, 34, 23}, {109, 169, 34, 42}, {109, 169, 34, 62}}},
|
||||
{Country: "USA", Region: "", City: "", Hostname: "us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 84}, {5, 62, 59, 64}}},
|
||||
{Country: "USA", Region: "Alabama", City: "Montgomery", Hostname: "al.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{95, 142, 127, 16}, {95, 142, 127, 25}}},
|
||||
{Country: "USA", Region: "Alaska", City: "Anchorage", Hostname: "ak.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 252}, {5, 62, 58, 232}}},
|
||||
{Country: "USA", Region: "Arizona", City: "Phoenix", Hostname: "az.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{23, 83, 130, 34}, {23, 83, 130, 143}, {23, 83, 131, 98}, {23, 83, 131, 113}, {23, 83, 131, 211}, {23, 83, 132, 155}, {23, 83, 132, 176}, {23, 83, 132, 186}, {23, 83, 185, 20}, {23, 83, 185, 35}, {23, 83, 185, 50}}},
|
||||
{Country: "USA", Region: "Arkansas", City: "Magnolia", Hostname: "ar.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 0}, {5, 62, 58, 236}}},
|
||||
{Country: "USA", Region: "California", City: "Los Angeles", Hostname: "ca.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{67, 201, 33, 54}, {107, 181, 178, 97}, {162, 253, 68, 145}, {162, 253, 68, 177}, {162, 253, 68, 193}, {162, 253, 68, 225}, {162, 253, 68, 241}, {192, 252, 220, 17}, {192, 252, 220, 49}, {192, 252, 220, 60}}},
|
||||
{Country: "USA", Region: "Connecticut", City: "Trumbull", Hostname: "ct.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 16, 16}, {5, 62, 16, 25}}},
|
||||
{Country: "USA", Region: "Delaware", City: "Wilmington", Hostname: "de.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 4}, {5, 62, 58, 240}}},
|
||||
{Country: "USA", Region: "Florida", City: "Miami", Hostname: "fl.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{171, 22, 76, 15}, {171, 22, 76, 31}, {171, 22, 76, 47}, {171, 22, 76, 63}, {171, 22, 76, 79}, {171, 22, 76, 95}}},
|
||||
{Country: "USA", Region: "Georgia", City: "Atlanta", Hostname: "ga.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 24, 15}, {5, 62, 24, 31}, {5, 62, 24, 46}, {5, 62, 24, 61}, {66, 115, 181, 97}, {66, 115, 181, 113}, {66, 115, 181, 177}}},
|
||||
{Country: "USA", Region: "Hawaii", City: "Honolulu", Hostname: "hi.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{131, 100, 2, 51}, {131, 100, 2, 99}, {131, 100, 2, 121}, {131, 100, 2, 222}}},
|
||||
{Country: "USA", Region: "Idaho", City: "Idaho Falls", Hostname: "id.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 12}, {5, 62, 58, 248}}},
|
||||
{Country: "USA", Region: "Illinois", City: "Chicago", Hostname: "il.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{154, 16, 241, 255}, {181, 214, 54, 79}, {181, 214, 58, 176}, {181, 214, 61, 48}, {181, 214, 61, 64}, {181, 214, 99, 159}, {181, 214, 102, 159}, {181, 214, 107, 47}, {181, 215, 127, 240}}},
|
||||
{Country: "USA", Region: "Indiana", City: "South Bend", Hostname: "in.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{198, 134, 108, 67}, {198, 134, 109, 131}}},
|
||||
{Country: "USA", Region: "Iowa", City: "Des Moines", Hostname: "ia.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 104}, {5, 62, 59, 84}}},
|
||||
{Country: "USA", Region: "Kansas", City: "Wichita", Hostname: "ks.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 16}, {5, 62, 58, 252}}},
|
||||
{Country: "USA", Region: "Kentucky", City: "Louisville", Hostname: "ky.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 20}, {5, 62, 59, 0}}},
|
||||
{Country: "USA", Region: "Louisiana", City: "New Orleans", Hostname: "la.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 24}, {5, 62, 59, 4}}},
|
||||
{Country: "USA", Region: "Maine", City: "Bath", Hostname: "me.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 28}, {5, 62, 59, 8}}},
|
||||
{Country: "USA", Region: "Maryland", City: "Baltimore", Hostname: "md.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 32}, {5, 62, 59, 12}}},
|
||||
{Country: "USA", Region: "Massachusetts", City: "Boston", Hostname: "ma.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{38, 146, 55, 115}, {38, 146, 57, 205}, {38, 146, 57, 253}, {38, 242, 7, 243}, {154, 3, 129, 77}, {154, 3, 129, 93}, {154, 3, 222, 163}}},
|
||||
{Country: "USA", Region: "Michigan", City: "Lansing", Hostname: "mi.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 36}, {5, 62, 59, 16}}},
|
||||
{Country: "USA", Region: "Minnesota", City: "Saint Paul", Hostname: "mn.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 108}, {5, 62, 59, 88}}},
|
||||
{Country: "USA", Region: "Mississippi", City: "Louisville", Hostname: "ms.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 40}, {5, 62, 59, 20}}},
|
||||
{Country: "USA", Region: "Missouri", City: "Kansas City", Hostname: "mo.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{209, 239, 115, 164}, {209, 239, 115, 186}}},
|
||||
{Country: "USA", Region: "Montana", City: "Billings", Hostname: "mt.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 116}, {5, 62, 59, 92}}},
|
||||
{Country: "USA", Region: "Nebraska", City: "Omaha", Hostname: "ne.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 44}, {5, 62, 59, 24}}},
|
||||
{Country: "USA", Region: "Nevada", City: "Las Vegas", Hostname: "nv.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{76, 164, 192, 254}, {76, 164, 193, 82}, {76, 164, 202, 190}, {76, 164, 205, 194}, {76, 164, 225, 75}}},
|
||||
{Country: "USA", Region: "New Hampshire", City: "Bedford", Hostname: "nh.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 48}, {5, 62, 59, 28}}},
|
||||
{Country: "USA", Region: "New York", City: "Manhattan", Hostname: "ny.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{156, 146, 36, 90}, {195, 181, 168, 173}, {195, 181, 168, 187}, {212, 102, 33, 50}, {212, 102, 33, 77}, {212, 102, 33, 90}, {212, 102, 33, 144}, {212, 102, 33, 160}, {212, 102, 33, 176}, {212, 102, 33, 192}, {212, 102, 33, 208}, {212, 102, 33, 240}, {212, 102, 33, 251}}},
|
||||
{Country: "USA", Region: "North Carolina", City: "Asheville", Hostname: "nc.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{104, 247, 208, 78}, {104, 247, 208, 94}, {104, 247, 208, 110}, {104, 247, 208, 142}, {104, 247, 208, 158}, {104, 247, 208, 174}}},
|
||||
{Country: "USA", Region: "North Dakota", City: "Grand Forks", Hostname: "nd.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 60}, {5, 62, 59, 40}}},
|
||||
{Country: "USA", Region: "Ohio", City: "Columbus", Hostname: "oh.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{199, 114, 218, 99}, {199, 114, 218, 115}}},
|
||||
{Country: "USA", Region: "Oklahoma", City: "Oklahoma City", Hostname: "ok.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{216, 107, 129, 115}, {216, 107, 129, 131}}},
|
||||
{Country: "USA", Region: "Pennsylvania", City: "Wilkes-Barre", Hostname: "pa.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 64}, {5, 62, 59, 44}}},
|
||||
{Country: "USA", Region: "Rhode Island", City: "Providence", Hostname: "ri.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 68}, {5, 62, 59, 48}}},
|
||||
{Country: "USA", Region: "South Carolina", City: "Columbia", Hostname: "sc.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 72}, {5, 62, 59, 52}}},
|
||||
{Country: "USA", Region: "South Dakota", City: "Sioux Falls", Hostname: "sd.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 76}, {5, 62, 59, 56}}},
|
||||
{Country: "USA", Region: "Tennessee", City: "Nashville", Hostname: "tn.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 80}, {5, 62, 59, 60}}},
|
||||
{Country: "USA", Region: "Texas", City: "Dallas", Hostname: "tx.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{89, 187, 164, 86}, {89, 187, 164, 144}, {89, 187, 164, 160}, {156, 146, 38, 141}, {156, 146, 38, 154}, {212, 102, 40, 26}, {212, 102, 40, 141}}},
|
||||
{Country: "USA", Region: "Utah", City: "Salt Lake City", Hostname: "ut.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{69, 36, 169, 129}, {199, 189, 106, 239}, {199, 189, 106, 251}}},
|
||||
{Country: "USA", Region: "Vermont", City: "Rutland", Hostname: "vt.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 84}, {5, 62, 59, 64}}},
|
||||
{Country: "USA", Region: "Virginia", City: "Ashburn", Hostname: "va.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{198, 98, 183, 37}, {198, 98, 183, 133}, {198, 98, 183, 152}}},
|
||||
{Country: "USA", Region: "Washington", City: "Seattle", Hostname: "wa.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{66, 115, 149, 65}, {66, 115, 149, 81}, {172, 98, 86, 166}, {172, 98, 86, 188}, {199, 187, 211, 92}, {199, 187, 211, 142}, {199, 187, 211, 157}, {199, 187, 211, 172}, {199, 187, 211, 232}, {199, 187, 211, 247}, {199, 229, 250, 241}}},
|
||||
{Country: "USA", Region: "West Virginia", City: "Philippi", Hostname: "wv.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 88}, {5, 62, 59, 68}}},
|
||||
{Country: "USA", Region: "Wisconsin", City: "Madison", Hostname: "wi.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{204, 15, 110, 131}, {204, 15, 110, 163}}},
|
||||
{Country: "USA", Region: "Wyoming", City: "Cheyenne", Hostname: "wy.us.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 92}, {5, 62, 59, 72}}},
|
||||
{Country: "Uganda", Region: "", City: "Kampala", Hostname: "ug.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 192}, {5, 62, 63, 172}}},
|
||||
{Country: "Ukraine", Region: "", City: "Odessa", Hostname: "ua.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{31, 28, 162, 3}, {31, 28, 162, 35}, {62, 149, 29, 158}}},
|
||||
{Country: "United Arab Emirates", Region: "", City: "Dubai", Hostname: "ae.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 200}, {5, 62, 63, 188}}},
|
||||
{Country: "Uruguay", Region: "", City: "Montevideo", Hostname: "uy.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 56, 244}, {5, 62, 58, 224}}},
|
||||
{Country: "Uzbekistan", Region: "", City: "Samarkand", Hostname: "uz.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 204}, {5, 62, 63, 192}}},
|
||||
{Country: "Vanuatu", Region: "", City: "Loltong", Hostname: "vu.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 96}, {5, 62, 59, 76}}},
|
||||
{Country: "Vatican", Region: "", City: "Vatican City", Hostname: "va.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 208}, {5, 62, 63, 196}}},
|
||||
{Country: "Venezuela", Region: "", City: "Caracas", Hostname: "ve.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 57, 100}, {5, 62, 59, 80}}},
|
||||
{Country: "Vietnam", Region: "", City: "Ho Chi Minh City", Hostname: "vn.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 212}, {5, 62, 63, 200}}},
|
||||
{Country: "Yemen", Region: "", City: "Sanaa", Hostname: "ye.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 216}, {5, 62, 63, 204}}},
|
||||
{Country: "Zambia", Region: "", City: "Lusaka", Hostname: "zm.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 220}, {5, 62, 63, 208}}},
|
||||
{Country: "Zimbabwe", Region: "", City: "Harare", Hostname: "zw.hma.rocks", TCP: true, UDP: true, IPs: []net.IP{{5, 62, 61, 224}, {5, 62, 63, 212}}},
|
||||
}
|
||||
func HideMyAssServers() (servers []models.HideMyAssServer) {
|
||||
servers = make([]models.HideMyAssServer, len(allServers.HideMyAss.Servers))
|
||||
copy(servers, allServers.HideMyAss.Servers)
|
||||
return servers
|
||||
}
|
||||
|
||||
+4
-1881
File diff suppressed because it is too large
Load Diff
@@ -1,8 +1,6 @@
|
||||
package constants
|
||||
|
||||
import (
|
||||
"net"
|
||||
|
||||
"github.com/qdm12/gluetun/internal/models"
|
||||
)
|
||||
|
||||
@@ -39,54 +37,9 @@ func IvpnHostnameChoices() (choices []string) {
|
||||
return makeUnique(choices)
|
||||
}
|
||||
|
||||
//nolint:lll
|
||||
// IvpnServers returns a slice of all the server information for Ivpn.
|
||||
func IvpnServers() []models.IvpnServer {
|
||||
return []models.IvpnServer{
|
||||
{Country: "Australia", City: "", Hostname: "au-nsw.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{46, 102, 153, 242}}},
|
||||
{Country: "Austria", City: "", Hostname: "at.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{185, 244, 212, 66}}},
|
||||
{Country: "Belgium", City: "", Hostname: "be.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{194, 187, 251, 10}}},
|
||||
{Country: "Brazil", City: "", Hostname: "br.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{45, 162, 229, 130}}},
|
||||
{Country: "Bulgaria", City: "", Hostname: "bg.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{82, 102, 23, 18}}},
|
||||
{Country: "Canada", City: "Montreal", Hostname: "ca-qc.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{87, 101, 92, 26}}},
|
||||
{Country: "Canada", City: "Toronto", Hostname: "ca.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{104, 254, 90, 178}}},
|
||||
{Country: "Czech Republic", City: "", Hostname: "cz.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{195, 181, 160, 167}}},
|
||||
{Country: "Denmark", City: "", Hostname: "dk.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{185, 245, 84, 226}}},
|
||||
{Country: "Finland", City: "", Hostname: "fi.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{185, 112, 82, 12}}},
|
||||
{Country: "France", City: "", Hostname: "fr.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{185, 246, 211, 179}}},
|
||||
{Country: "Germany", City: "", Hostname: "de.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{178, 162, 211, 114}}},
|
||||
{Country: "Hong Kong", City: "", Hostname: "hk.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{209, 58, 188, 13}}},
|
||||
{Country: "Hungary", City: "", Hostname: "hu.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{185, 189, 114, 186}}},
|
||||
{Country: "Iceland", City: "", Hostname: "is.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{82, 221, 107, 178}}},
|
||||
{Country: "Israel", City: "", Hostname: "il.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{185, 191, 207, 194}}},
|
||||
{Country: "Italy", City: "", Hostname: "it.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{158, 58, 172, 73}}},
|
||||
{Country: "Japan", City: "", Hostname: "jp.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{91, 207, 174, 234}}},
|
||||
{Country: "Luxembourg", City: "", Hostname: "lu.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{92, 223, 89, 53}}},
|
||||
{Country: "Netherlands", City: "", Hostname: "nl.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{95, 211, 172, 95}}},
|
||||
{Country: "Norway", City: "", Hostname: "no.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{194, 242, 10, 150}}},
|
||||
{Country: "Poland", City: "", Hostname: "pl.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{185, 246, 208, 86}}},
|
||||
{Country: "Portugal", City: "", Hostname: "pt.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{94, 46, 175, 112}}},
|
||||
{Country: "Romania", City: "", Hostname: "ro.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{37, 120, 206, 50}}},
|
||||
{Country: "Serbia", City: "", Hostname: "rs.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{141, 98, 103, 250}}},
|
||||
{Country: "Singapore", City: "", Hostname: "sg.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{185, 128, 24, 186}}},
|
||||
{Country: "Slovakia", City: "", Hostname: "sk.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{185, 245, 85, 250}}},
|
||||
{Country: "Spain", City: "", Hostname: "es.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{185, 93, 3, 193}}},
|
||||
{Country: "Sweden", City: "", Hostname: "se.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{80, 67, 10, 138}}},
|
||||
{Country: "Switzerland", City: "", Hostname: "ch.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{185, 212, 170, 138}}},
|
||||
{Country: "USA", City: "Atlanta", Hostname: "us-ga.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{104, 129, 24, 146}}},
|
||||
{Country: "USA", City: "Chicago", Hostname: "us-il.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{72, 11, 137, 146}}},
|
||||
{Country: "USA", City: "Dallas", Hostname: "us-tx.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{96, 44, 189, 194}}},
|
||||
{Country: "USA", City: "Las Vegas", Hostname: "us-nv.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{185, 242, 5, 34}}},
|
||||
{Country: "USA", City: "Los Angeles", Hostname: "us-ca.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{69, 12, 80, 146}}},
|
||||
{Country: "USA", City: "Miami", Hostname: "us-fl.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{173, 44, 49, 90}}},
|
||||
{Country: "USA", City: "New Jersey", Hostname: "us-nj.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{23, 226, 128, 18}}},
|
||||
{Country: "USA", City: "New York", Hostname: "us-ny.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{64, 120, 44, 114}}},
|
||||
{Country: "USA", City: "Phoenix", Hostname: "us-az.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{193, 37, 254, 130}}},
|
||||
{Country: "USA", City: "Salt Lake City", Hostname: "us-ut.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{198, 105, 216, 28}}},
|
||||
{Country: "USA", City: "Seattle", Hostname: "us-wa.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{23, 19, 87, 209}}},
|
||||
{Country: "USA", City: "Washington", Hostname: "us-dc.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{207, 244, 108, 207}}},
|
||||
{Country: "Ukraine", City: "", Hostname: "ua.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{193, 203, 48, 54}}},
|
||||
{Country: "United Kingdom", City: "London", Hostname: "gb.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{185, 59, 221, 133}, {185, 59, 221, 88}}},
|
||||
{Country: "United Kingdom", City: "Manchester", Hostname: "gb-man.gw.ivpn.net", TCP: false, UDP: true, IPs: []net.IP{{89, 238, 141, 228}}},
|
||||
}
|
||||
func IvpnServers() (servers []models.IvpnServer) {
|
||||
servers = make([]models.IvpnServer, len(allServers.Ivpn.Servers))
|
||||
copy(servers, allServers.Ivpn.Servers)
|
||||
return servers
|
||||
}
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
package constants
|
||||
|
||||
import (
|
||||
"net"
|
||||
|
||||
"github.com/qdm12/gluetun/internal/models"
|
||||
)
|
||||
|
||||
@@ -47,325 +45,9 @@ func MullvadISPChoices() (choices []string) {
|
||||
return makeUnique(choices)
|
||||
}
|
||||
|
||||
//nolint:lll
|
||||
// MullvadServers returns a slice of all the server information for Mullvad.
|
||||
func MullvadServers() []models.MullvadServer {
|
||||
return []models.MullvadServer{
|
||||
{Country: "Albania", City: "Tirana", Hostname: "al-tia-001", ISP: "iRegister", Owned: false, IPs: []net.IP{{31, 171, 154, 210}}, IPsV6: []net.IP{{0x2a, 0x4, 0x27, 0xc0, 0xff, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Australia", City: "Adelaide", Hostname: "au-adl-001", ISP: "Intergrid", Owned: false, IPs: []net.IP{{116, 206, 231, 58}}, IPsV6: []net.IP{{0x24, 0x7, 0xa0, 0x80, 0x50, 0x0, 0x0, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Australia", City: "Brisbane", Hostname: "au-bne-001", ISP: "Intergrid", Owned: false, IPs: []net.IP{{43, 245, 160, 162}}, IPsV6: []net.IP{{0x24, 0x7, 0xa0, 0x80, 0x20, 0x0, 0x0, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Australia", City: "Canberra", Hostname: "au-cbr-001", ISP: "Intergrid", Owned: false, IPs: []net.IP{{116, 206, 229, 98}}, IPsV6: []net.IP{{0x24, 0x7, 0xa0, 0x80, 0x40, 0x0, 0x0, 0x5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Australia", City: "Melbourne", Hostname: "au-mel-002", ISP: "Intergrid", Owned: false, IPs: []net.IP{{116, 206, 228, 202}}, IPsV6: []net.IP{{0x24, 0x7, 0xa0, 0x80, 0x30, 0x0, 0x0, 0x5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "Australia", City: "Melbourne", Hostname: "au-mel-003", ISP: "Intergrid", Owned: false, IPs: []net.IP{{116, 206, 228, 242}}, IPsV6: []net.IP{{0x24, 0x7, 0xa0, 0x80, 0x30, 0x0, 0x0, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "Australia", City: "Melbourne", Hostname: "au-mel-004", ISP: "Intergrid", Owned: false, IPs: []net.IP{{116, 206, 230, 98}}, IPsV6: []net.IP{{0x24, 0x7, 0xa0, 0x80, 0x30, 0x0, 0x0, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "Australia", City: "Perth", Hostname: "au-per-001", ISP: "Intergrid", Owned: false, IPs: []net.IP{{103, 77, 235, 66}}, IPsV6: []net.IP{{0x24, 0x0, 0xfa, 0x80, 0x0, 0x5, 0x0, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Australia", City: "Sydney", Hostname: "au-syd-001", ISP: "Intergrid", Owned: false, IPs: []net.IP{{43, 245, 162, 130}}, IPsV6: []net.IP{{0x24, 0x0, 0xfa, 0x80, 0x0, 0x1, 0x0, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Australia", City: "Sydney", Hostname: "au-syd-002", ISP: "Intergrid", Owned: false, IPs: []net.IP{{103, 77, 232, 130}}, IPsV6: []net.IP{{0x24, 0x0, 0xfa, 0x80, 0x0, 0x1, 0x0, 0x15, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "Australia", City: "Sydney", Hostname: "au-syd-003", ISP: "Intergrid", Owned: false, IPs: []net.IP{{103, 77, 232, 146}}, IPsV6: []net.IP{{0x24, 0x0, 0xfa, 0x80, 0x0, 0x1, 0x0, 0x12, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "Australia", City: "Sydney", Hostname: "au-syd-203", ISP: "M247", Owned: false, IPs: []net.IP{{89, 44, 10, 50}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x84, 0x0, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "Australia", City: "Sydney", Hostname: "au-syd-204", ISP: "M247", Owned: false, IPs: []net.IP{{89, 44, 10, 194}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x84, 0x0, 0x38, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "Austria", City: "Vienna", Hostname: "at-vie-101", ISP: "M247", Owned: false, IPs: []net.IP{{86, 107, 21, 210}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x29, 0x0, 0x5a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x1f}}},
|
||||
{Country: "Austria", City: "Vienna", Hostname: "at-vie-102", ISP: "M247", Owned: false, IPs: []net.IP{{5, 253, 207, 34}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x29, 0x0, 0x39, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x2f}}},
|
||||
{Country: "Austria", City: "Vienna", Hostname: "at-vie-103", ISP: "M247", Owned: false, IPs: []net.IP{{86, 107, 21, 226}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x29, 0x0, 0x5b, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x3f}}},
|
||||
{Country: "Austria", City: "Vienna", Hostname: "at-vie-104", ISP: "M247", Owned: false, IPs: []net.IP{{86, 107, 21, 242}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x29, 0x0, 0x5c, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x4f}}},
|
||||
{Country: "Belgium", City: "Brussels", Hostname: "be-bru-001", ISP: "M247", Owned: false, IPs: []net.IP{{185, 104, 186, 202}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x27, 0x0, 0x5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Belgium", City: "Brussels", Hostname: "be-bru-002", ISP: "M247", Owned: false, IPs: []net.IP{{91, 207, 57, 50}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x27, 0x0, 0xd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "Belgium", City: "Brussels", Hostname: "be-bru-003", ISP: "M247", Owned: false, IPs: []net.IP{{37, 120, 143, 138}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x27, 0x0, 0x32, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "Belgium", City: "Brussels", Hostname: "be-bru-004", ISP: "M247", Owned: false, IPs: []net.IP{{37, 120, 218, 138}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x27, 0x0, 0x54, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "Belgium", City: "Brussels", Hostname: "be-bru-005", ISP: "M247", Owned: false, IPs: []net.IP{{37, 120, 218, 146}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x27, 0x0, 0x55, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f}}},
|
||||
{Country: "Brazil", City: "Sao Paulo", Hostname: "br-sao-001", ISP: "Qnax", Owned: false, IPs: []net.IP{{177, 67, 80, 186}}, IPsV6: []net.IP{{0x28, 0x4, 0x53, 0x64, 0x21, 0x0, 0x0, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Brazil", City: "Sao Paulo", Hostname: "br-sao-002", ISP: "Heficed", Owned: false, IPs: []net.IP{{191, 101, 62, 178}}, IPsV6: []net.IP{{0x28, 0x3, 0x0, 0x80, 0x80, 0x3, 0x80, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "Bulgaria", City: "Sofia", Hostname: "bg-sof-101", ISP: "M247", Owned: false, IPs: []net.IP{{37, 120, 152, 114}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x30, 0x0, 0x19, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Bulgaria", City: "Sofia", Hostname: "bg-sof-102", ISP: "M247", Owned: false, IPs: []net.IP{{37, 120, 152, 146}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x30, 0x0, 0x1a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Canada", City: "Montreal", Hostname: "ca-mtr-101", ISP: "M247", Owned: false, IPs: []net.IP{{89, 36, 78, 18}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x9, 0x0, 0xc8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Canada", City: "Montreal", Hostname: "ca-mtr-102", ISP: "M247", Owned: false, IPs: []net.IP{{89, 36, 78, 34}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x9, 0x0, 0xc9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "Canada", City: "Montreal", Hostname: "ca-mtr-103", ISP: "M247", Owned: false, IPs: []net.IP{{89, 36, 78, 50}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x9, 0x1, 0x61, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "Canada", City: "Montreal", Hostname: "ca-mtr-104", ISP: "M247", Owned: false, IPs: []net.IP{{89, 36, 78, 66}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x9, 0x0, 0xb6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "Canada", City: "Montreal", Hostname: "ca-mtr-105", ISP: "M247", Owned: false, IPs: []net.IP{{89, 36, 78, 82}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x9, 0x0, 0xb7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f}}},
|
||||
{Country: "Canada", City: "Montreal", Hostname: "ca-mtr-106", ISP: "M247", Owned: false, IPs: []net.IP{{89, 36, 78, 98}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x9, 0x0, 0xb8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f}}},
|
||||
{Country: "Canada", City: "Montreal", Hostname: "ca-mtr-107", ISP: "M247", Owned: false, IPs: []net.IP{{89, 36, 78, 114}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x9, 0x0, 0xb9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f}}},
|
||||
{Country: "Canada", City: "Montreal", Hostname: "ca-mtr-108", ISP: "M247", Owned: false, IPs: []net.IP{{89, 36, 78, 130}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x9, 0x0, 0xba, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f}}},
|
||||
{Country: "Canada", City: "Toronto", Hostname: "ca-tor-101", ISP: "Tzulo", Owned: false, IPs: []net.IP{{198, 54, 132, 34}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x60, 0x0, 0x0, 0x12, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Canada", City: "Toronto", Hostname: "ca-tor-102", ISP: "Tzulo", Owned: false, IPs: []net.IP{{198, 54, 132, 50}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x60, 0x0, 0x0, 0x13, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "Canada", City: "Toronto", Hostname: "ca-tor-103", ISP: "Tzulo", Owned: false, IPs: []net.IP{{198, 54, 132, 66}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x60, 0x0, 0x0, 0x14, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "Canada", City: "Vancouver", Hostname: "ca-van-002", ISP: "100TB", Owned: false, IPs: []net.IP{{172, 83, 40, 38}}, IPsV6: []net.IP{{0x26, 0x7, 0xf7, 0xa0, 0x0, 0xd, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "Canada", City: "Vancouver", Hostname: "ca-van-003", ISP: "Esecuredata", Owned: false, IPs: []net.IP{{71, 19, 248, 240}}, IPsV6: []net.IP{{0x26, 0x5, 0x0, 0x80, 0x0, 0x18, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4}}},
|
||||
{Country: "Canada", City: "Vancouver", Hostname: "ca-van-004", ISP: "Esecuredata", Owned: false, IPs: []net.IP{{71, 19, 249, 81}}, IPsV6: []net.IP{{0x26, 0x5, 0x0, 0x80, 0x0, 0x19, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5}}},
|
||||
{Country: "Czech Republic", City: "Prague", Hostname: "cz-prg-001", ISP: "M247", Owned: false, IPs: []net.IP{{185, 156, 174, 146}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x33, 0x0, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Czech Republic", City: "Prague", Hostname: "cz-prg-002", ISP: "M247", Owned: false, IPs: []net.IP{{185, 156, 174, 170}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x33, 0x0, 0x14, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2}}},
|
||||
{Country: "Czech Republic", City: "Prague", Hostname: "cz-prg-003", ISP: "M247", Owned: false, IPs: []net.IP{{185, 216, 35, 242}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x33, 0x0, 0xb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "Czech Republic", City: "Prague", Hostname: "cz-prg-004", ISP: "M247", Owned: false, IPs: []net.IP{{217, 138, 199, 74}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x33, 0x0, 0x3f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "Czech Republic", City: "Prague", Hostname: "cz-prg-005", ISP: "M247", Owned: false, IPs: []net.IP{{217, 138, 199, 82}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x33, 0x0, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f}}},
|
||||
{Country: "Denmark", City: "Copenhagen", Hostname: "dk-cph-001", ISP: "31173", Owned: true, IPs: []net.IP{{141, 98, 254, 71}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x8, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Denmark", City: "Copenhagen", Hostname: "dk-cph-002", ISP: "31173", Owned: true, IPs: []net.IP{{45, 129, 56, 81}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x8, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "Denmark", City: "Copenhagen", Hostname: "dk-cph-103", ISP: "M247", Owned: false, IPs: []net.IP{{89, 45, 7, 130}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x37, 0x0, 0x5b, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x3f}}},
|
||||
{Country: "Denmark", City: "Copenhagen", Hostname: "dk-cph-104", ISP: "M247", Owned: false, IPs: []net.IP{{89, 45, 7, 146}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x37, 0x0, 0x5c, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x4f}}},
|
||||
{Country: "Denmark", City: "Copenhagen", Hostname: "dk-cph-201", ISP: "Blix", Owned: false, IPs: []net.IP{{134, 90, 149, 138}}, IPsV6: []net.IP{{0x2a, 0x2, 0xed, 0x1, 0x41, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Finland", City: "Helsinki", Hostname: "fi-hel-001", ISP: "Creanova", Owned: true, IPs: []net.IP{{185, 204, 1, 171}}, IPsV6: []net.IP{{0x2a, 0xc, 0xf0, 0x40, 0x0, 0x0, 0x27, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Finland", City: "Helsinki", Hostname: "fi-hel-002", ISP: "Creanova", Owned: true, IPs: []net.IP{{185, 204, 1, 172}}, IPsV6: []net.IP{{0x2a, 0xc, 0xf0, 0x40, 0x0, 0x0, 0x27, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "Finland", City: "Helsinki", Hostname: "fi-hel-003", ISP: "Creanova", Owned: true, IPs: []net.IP{{185, 204, 1, 173}}, IPsV6: []net.IP{{0x2a, 0xc, 0xf0, 0x40, 0x0, 0x0, 0x27, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "Finland", City: "Helsinki", Hostname: "fi-hel-004", ISP: "Creanova", Owned: true, IPs: []net.IP{{185, 204, 1, 174}}, IPsV6: []net.IP{{0x2a, 0xc, 0xf0, 0x40, 0x0, 0x0, 0x27, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "Finland", City: "Helsinki", Hostname: "fi-hel-005", ISP: "Creanova", Owned: true, IPs: []net.IP{{185, 204, 1, 175}}, IPsV6: []net.IP{{0x2a, 0xc, 0xf0, 0x40, 0x0, 0x0, 0x27, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f}}},
|
||||
{Country: "Finland", City: "Helsinki", Hostname: "fi-hel-006", ISP: "Creanova", Owned: true, IPs: []net.IP{{185, 204, 1, 176}}, IPsV6: []net.IP{{0x2a, 0xc, 0xf0, 0x40, 0x0, 0x0, 0x27, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f}}},
|
||||
{Country: "Finland", City: "Helsinki", Hostname: "fi-hel-007", ISP: "Creanova", Owned: true, IPs: []net.IP{{185, 212, 149, 201}}, IPsV6: []net.IP{{0x2a, 0xc, 0xf0, 0x40, 0x0, 0x0, 0x27, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f}}},
|
||||
{Country: "France", City: "Paris", Hostname: "fr-par-001", ISP: "31173", Owned: true, IPs: []net.IP{{193, 32, 126, 81}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x9, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "France", City: "Paris", Hostname: "fr-par-002", ISP: "31173", Owned: true, IPs: []net.IP{{193, 32, 126, 82}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x9, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "France", City: "Paris", Hostname: "fr-par-003", ISP: "31173", Owned: true, IPs: []net.IP{{193, 32, 126, 83}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x9, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "France", City: "Paris", Hostname: "fr-par-004", ISP: "31173", Owned: true, IPs: []net.IP{{193, 32, 126, 84}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x9, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "France", City: "Paris", Hostname: "fr-par-201", ISP: "M247", Owned: false, IPs: []net.IP{{89, 44, 9, 19}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x25, 0x0, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "France", City: "Paris", Hostname: "fr-par-202", ISP: "M247", Owned: false, IPs: []net.IP{{89, 44, 9, 35}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x25, 0x0, 0xd1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "France", City: "Paris", Hostname: "fr-par-203", ISP: "M247", Owned: false, IPs: []net.IP{{194, 110, 113, 3}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x25, 0x0, 0xd2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "Germany", City: "Frankfurt", Hostname: "de-fra-001", ISP: "31173", Owned: true, IPs: []net.IP{{185, 213, 155, 131}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x6, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Germany", City: "Frankfurt", Hostname: "de-fra-002", ISP: "31173", Owned: true, IPs: []net.IP{{185, 213, 155, 132}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x6, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "Germany", City: "Frankfurt", Hostname: "de-fra-003", ISP: "31173", Owned: true, IPs: []net.IP{{185, 213, 155, 133}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x6, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "Germany", City: "Frankfurt", Hostname: "de-fra-004", ISP: "31173", Owned: true, IPs: []net.IP{{185, 213, 155, 134}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x6, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "Germany", City: "Frankfurt", Hostname: "de-fra-005", ISP: "31173", Owned: true, IPs: []net.IP{{185, 213, 155, 135}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x6, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f}}},
|
||||
{Country: "Germany", City: "Frankfurt", Hostname: "de-fra-006", ISP: "31173", Owned: true, IPs: []net.IP{{185, 213, 155, 136}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x6, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f}}},
|
||||
{Country: "Germany", City: "Frankfurt", Hostname: "de-fra-007", ISP: "31173", Owned: true, IPs: []net.IP{{185, 213, 155, 137}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x6, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f}}},
|
||||
{Country: "Germany", City: "Frankfurt", Hostname: "de-fra-008", ISP: "31173", Owned: true, IPs: []net.IP{{185, 213, 155, 138}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x6, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f}}},
|
||||
{Country: "Germany", City: "Frankfurt", Hostname: "de-fra-009", ISP: "31173", Owned: true, IPs: []net.IP{{185, 213, 155, 139}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x6, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f}}},
|
||||
{Country: "Germany", City: "Frankfurt", Hostname: "de-fra-201", ISP: "M247", Owned: false, IPs: []net.IP{{193, 27, 14, 2}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x20, 0x3, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x20, 0x1f}}},
|
||||
{Country: "Germany", City: "Frankfurt", Hostname: "de-fra-202", ISP: "M247", Owned: false, IPs: []net.IP{{193, 27, 14, 18}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x20, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x20, 0x2f}}},
|
||||
{Country: "Germany", City: "Frankfurt", Hostname: "de-fra-203", ISP: "M247", Owned: false, IPs: []net.IP{{193, 27, 14, 34}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x20, 0x3, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x20, 0x3f}}},
|
||||
{Country: "Hong Kong", City: "Hong Kong", Hostname: "hk-hkg-001", ISP: "Leaseweb", Owned: false, IPs: []net.IP{{209, 58, 184, 146}}, IPsV6: []net.IP{{0x20, 0x1, 0xd, 0xf1, 0x8, 0x1, 0xa0, 0x5, 0x5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Hong Kong", City: "Hong Kong", Hostname: "hk-hkg-002", ISP: "Leaseweb", Owned: false, IPs: []net.IP{{209, 58, 185, 53}}, IPsV6: []net.IP{{0x20, 0x1, 0xd, 0xf1, 0x8, 0x1, 0xa0, 0x3, 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "Hong Kong", City: "Hong Kong", Hostname: "hk-hkg-003", ISP: "Leaseweb", Owned: false, IPs: []net.IP{{209, 58, 185, 186}}, IPsV6: []net.IP{{0x20, 0x1, 0xd, 0xf1, 0x8, 0x1, 0xa0, 0x3, 0x0, 0x5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "Hong Kong", City: "Hong Kong", Hostname: "hk-hkg-101", ISP: "M247", Owned: false, IPs: []net.IP{{89, 45, 6, 50}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x92, 0x0, 0x9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Hong Kong", City: "Hong Kong", Hostname: "hk-hkg-102", ISP: "M247", Owned: false, IPs: []net.IP{{89, 45, 6, 66}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x92, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "Hungary", City: "Budapest", Hostname: "hu-bud-003", ISP: "M247", Owned: false, IPs: []net.IP{{86, 106, 74, 34}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x26, 0x0, 0xab, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "Hungary", City: "Budapest", Hostname: "hu-bud-004", ISP: "M247", Owned: false, IPs: []net.IP{{86, 106, 74, 50}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x26, 0x0, 0xac, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "Ireland", City: "Dublin", Hostname: "ie-dub-001", ISP: "M247", Owned: false, IPs: []net.IP{{217, 138, 222, 82}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x88, 0x0, 0x5a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Ireland", City: "Dublin", Hostname: "ie-dub-002", ISP: "M247", Owned: false, IPs: []net.IP{{217, 138, 222, 90}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x88, 0x0, 0x5b, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "Israel", City: "Tel Aviv", Hostname: "il-tlv-001", ISP: "HQServ", Owned: false, IPs: []net.IP{{185, 191, 207, 210}}, IPsV6: []net.IP{{0x2a, 0xa, 0x1d, 0xc4, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Italy", City: "Milan", Hostname: "it-mil-101", ISP: "M247", Owned: false, IPs: []net.IP{{89, 40, 182, 146}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x24, 0x0, 0x76, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Italy", City: "Milan", Hostname: "it-mil-102", ISP: "M247", Owned: false, IPs: []net.IP{{192, 145, 127, 98}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x24, 0x0, 0x77, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "Italy", City: "Milan", Hostname: "it-mil-103", ISP: "M247", Owned: false, IPs: []net.IP{{192, 145, 127, 114}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x24, 0x0, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "Japan", City: "Tokyo", Hostname: "jp-tyo-101", ISP: "M247", Owned: false, IPs: []net.IP{{217, 138, 252, 50}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x40, 0x0, 0xb1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Japan", City: "Tokyo", Hostname: "jp-tyo-102", ISP: "M247", Owned: false, IPs: []net.IP{{217, 138, 252, 162}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x40, 0x0, 0xb2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "Japan", City: "Tokyo", Hostname: "jp-tyo-103", ISP: "M247", Owned: false, IPs: []net.IP{{217, 138, 252, 178}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x40, 0x0, 0xb3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "Japan", City: "Tokyo", Hostname: "jp-tyo-104", ISP: "M247", Owned: false, IPs: []net.IP{{217, 138, 252, 194}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x40, 0x0, 0xb4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "Japan", City: "Tokyo", Hostname: "jp-tyo-105", ISP: "M247", Owned: false, IPs: []net.IP{{217, 138, 252, 210}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x40, 0x0, 0xb5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f}}},
|
||||
{Country: "Latvia", City: "Riga", Hostname: "lv-rix-001", ISP: "Makonix", Owned: false, IPs: []net.IP{{31, 170, 22, 2}}, IPsV6: []net.IP{{0x2a, 0x0, 0xc, 0x68, 0x0, 0x0, 0xcb, 0xcf, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Luxembourg", City: "Luxembourg", Hostname: "lu-lux-001", ISP: "Evoluso", Owned: false, IPs: []net.IP{{92, 223, 89, 160}}, IPsV6: []net.IP{{0x2a, 0x3, 0x90, 0xc0, 0x0, 0x83, 0x29, 0x53, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Luxembourg", City: "Luxembourg", Hostname: "lu-lux-002", ISP: "Evoluso", Owned: false, IPs: []net.IP{{92, 223, 89, 182}}, IPsV6: []net.IP{{0x2a, 0x3, 0x90, 0xc0, 0x0, 0x83, 0x29, 0x53, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "Moldova", City: "Chisinau", Hostname: "md-kiv-001", ISP: "Trabia", Owned: false, IPs: []net.IP{{178, 175, 142, 194}}, IPsV6: []net.IP{{0x2a, 0x0, 0x1d, 0xc0, 0x29, 0x25, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Netherlands", City: "Amsterdam", Hostname: "nl-ams-001", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 134, 131}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x3, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Netherlands", City: "Amsterdam", Hostname: "nl-ams-002", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 134, 132}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x3, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "Netherlands", City: "Amsterdam", Hostname: "nl-ams-003", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 134, 133}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x3, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "Netherlands", City: "Amsterdam", Hostname: "nl-ams-004", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 134, 134}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x3, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "Netherlands", City: "Amsterdam", Hostname: "nl-ams-005", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 134, 135}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x3, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f}}},
|
||||
{Country: "Netherlands", City: "Amsterdam", Hostname: "nl-ams-006", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 134, 136}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x3, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f}}},
|
||||
{Country: "Netherlands", City: "Amsterdam", Hostname: "nl-ams-009", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 134, 139}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x3, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f}}},
|
||||
{Country: "Netherlands", City: "Amsterdam", Hostname: "nl-ams-010", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 134, 140}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x3, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xf}}},
|
||||
{Country: "Netherlands", City: "Amsterdam", Hostname: "nl-ams-011", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 134, 141}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x3, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x1f}}},
|
||||
{Country: "Netherlands", City: "Amsterdam", Hostname: "nl-ams-012", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 134, 142}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x3, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x2f}}},
|
||||
{Country: "Netherlands", City: "Amsterdam", Hostname: "nl-ams-013", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 134, 143}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x3, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x3f}}},
|
||||
{Country: "Netherlands", City: "Amsterdam", Hostname: "nl-ams-014", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 134, 144}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x3, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x4f}}},
|
||||
{Country: "Netherlands", City: "Amsterdam", Hostname: "nl-ams-015", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 134, 145}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x3, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x5f}}},
|
||||
{Country: "Netherlands", City: "Amsterdam", Hostname: "nl-ams-016", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 134, 146}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x3, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x6f}}},
|
||||
{Country: "Netherlands", City: "Amsterdam", Hostname: "nl-ams-017", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 134, 147}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x3, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x7f}}},
|
||||
{Country: "Netherlands", City: "Amsterdam", Hostname: "nl-ams-018", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 134, 148}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x3, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x8f}}},
|
||||
{Country: "New Zealand", City: "Auckland", Hostname: "nz-akl-001", ISP: "Intergrid", Owned: false, IPs: []net.IP{{103, 231, 91, 114}}, IPsV6: []net.IP{{0x24, 0x0, 0xfa, 0x80, 0x0, 0x4, 0x0, 0x9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Norway", City: "Oslo", Hostname: "no-osl-001", ISP: "Blix", Owned: true, IPs: []net.IP{{91, 90, 44, 11}}, IPsV6: []net.IP{{0x2a, 0x2, 0x20, 0xc8, 0x41, 0x24, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Norway", City: "Oslo", Hostname: "no-osl-002", ISP: "Blix", Owned: true, IPs: []net.IP{{91, 90, 44, 12}}, IPsV6: []net.IP{{0x2a, 0x2, 0x20, 0xc8, 0x41, 0x24, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "Norway", City: "Oslo", Hostname: "no-osl-003", ISP: "Blix", Owned: true, IPs: []net.IP{{91, 90, 44, 13}}, IPsV6: []net.IP{{0x2a, 0x2, 0x20, 0xc8, 0x41, 0x24, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "Norway", City: "Oslo", Hostname: "no-osl-004", ISP: "Blix", Owned: true, IPs: []net.IP{{91, 90, 44, 14}}, IPsV6: []net.IP{{0x2a, 0x2, 0x20, 0xc8, 0x41, 0x24, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "Poland", City: "Warsaw", Hostname: "pl-waw-001", ISP: "M247", Owned: false, IPs: []net.IP{{37, 120, 156, 162}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x13, 0xb, 0xb1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Poland", City: "Warsaw", Hostname: "pl-waw-002", ISP: "M247", Owned: false, IPs: []net.IP{{185, 244, 214, 210}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x13, 0x0, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "Poland", City: "Warsaw", Hostname: "pl-waw-003", ISP: "M247", Owned: false, IPs: []net.IP{{185, 244, 214, 215}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x13, 0x0, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "Poland", City: "Warsaw", Hostname: "pl-waw-004", ISP: "M247", Owned: false, IPs: []net.IP{{37, 120, 211, 186}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x13, 0x0, 0x39, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "Poland", City: "Warsaw", Hostname: "pl-waw-005", ISP: "M247", Owned: false, IPs: []net.IP{{37, 120, 211, 194}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x13, 0x0, 0x3a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f}}},
|
||||
{Country: "Poland", City: "Warsaw", Hostname: "pl-waw-006", ISP: "M247", Owned: false, IPs: []net.IP{{37, 120, 211, 202}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x13, 0x0, 0x3b, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f}}},
|
||||
{Country: "Romania", City: "Bucharest", Hostname: "ro-buh-101", ISP: "M247", Owned: false, IPs: []net.IP{{185, 163, 110, 66}}, IPsV6: []net.IP{{0x2a, 0x4, 0x9d, 0xc0, 0x0, 0x0, 0x0, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x1f}}},
|
||||
{Country: "Romania", City: "Bucharest", Hostname: "ro-buh-102", ISP: "M247", Owned: false, IPs: []net.IP{{185, 163, 110, 82}}, IPsV6: []net.IP{{0x2a, 0x4, 0x9d, 0xc0, 0x0, 0x0, 0x0, 0x91, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x2f}}},
|
||||
{Country: "Romania", City: "Bucharest", Hostname: "ro-buh-103", ISP: "M247", Owned: false, IPs: []net.IP{{185, 163, 110, 98}}, IPsV6: []net.IP{{0x2a, 0x4, 0x9d, 0xc0, 0x0, 0x0, 0x0, 0x92, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x3f}}},
|
||||
{Country: "Romania", City: "Bucharest", Hostname: "ro-buh-104", ISP: "M247", Owned: false, IPs: []net.IP{{185, 163, 110, 114}}, IPsV6: []net.IP{{0x2a, 0x4, 0x9d, 0xc0, 0x0, 0x0, 0x0, 0x93, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x4f}}},
|
||||
{Country: "Serbia", City: "Belgrade", Hostname: "rs-beg-002", ISP: "M247", Owned: false, IPs: []net.IP{{89, 38, 224, 98}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x7d, 0x0, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "Serbia", City: "Belgrade", Hostname: "rs-beg-003", ISP: "M247", Owned: false, IPs: []net.IP{{89, 38, 224, 114}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x7d, 0x0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "Serbia", City: "Nis", Hostname: "rs-ini-001", ISP: "ninet", Owned: false, IPs: []net.IP{{176, 104, 107, 118}}, IPsV6: []net.IP{{0x2a, 0x6, 0x1, 0x85, 0x0, 0x1, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Singapore", City: "Singapore", Hostname: "sg-sin-201", ISP: "M247", Owned: false, IPs: []net.IP{{89, 38, 225, 34}}, IPsV6: []net.IP{{0x2a, 0xa, 0xb6, 0x40, 0x0, 0x1, 0x0, 0x54, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Singapore", City: "Singapore", Hostname: "sg-sin-202", ISP: "M247", Owned: false, IPs: []net.IP{{94, 198, 43, 2}}, IPsV6: []net.IP{{0x2a, 0xa, 0xb6, 0x40, 0x0, 0x1, 0x0, 0x55, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "Spain", City: "Madrid", Hostname: "es-mad-001", ISP: "M247", Owned: false, IPs: []net.IP{{89, 238, 178, 34}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x23, 0x0, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Spain", City: "Madrid", Hostname: "es-mad-002", ISP: "M247", Owned: false, IPs: []net.IP{{89, 238, 178, 74}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x23, 0x0, 0x12, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf2}}},
|
||||
{Country: "Spain", City: "Madrid", Hostname: "es-mad-003", ISP: "M247", Owned: false, IPs: []net.IP{{195, 206, 107, 146}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x23, 0x0, 0x2a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "Spain", City: "Madrid", Hostname: "es-mad-004", ISP: "M247", Owned: false, IPs: []net.IP{{45, 152, 183, 26}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x23, 0x0, 0x58, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "Spain", City: "Madrid", Hostname: "es-mad-005", ISP: "M247", Owned: false, IPs: []net.IP{{45, 152, 183, 42}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x23, 0x0, 0x59, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f}}},
|
||||
{Country: "Sweden", City: "Gothenburg", Hostname: "se-got-005", ISP: "31173", Owned: true, IPs: []net.IP{{185, 213, 154, 135}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x5, 0xf0, 0x11, 0x0, 0x31, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f}}},
|
||||
{Country: "Sweden", City: "Gothenburg", Hostname: "se-got-006", ISP: "31173", Owned: true, IPs: []net.IP{{185, 213, 154, 136}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x5, 0xf0, 0x11, 0x0, 0x31, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f}}},
|
||||
{Country: "Sweden", City: "Gothenburg", Hostname: "se-got-007", ISP: "31173", Owned: true, IPs: []net.IP{{185, 213, 154, 137}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x5, 0xf0, 0x11, 0x0, 0x31, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f}}},
|
||||
{Country: "Sweden", City: "Gothenburg", Hostname: "se-got-008", ISP: "31173", Owned: true, IPs: []net.IP{{185, 213, 154, 138}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x5, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f}}},
|
||||
{Country: "Sweden", City: "Gothenburg", Hostname: "se-got-009", ISP: "31173", Owned: true, IPs: []net.IP{{185, 213, 154, 139}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x5, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f}}},
|
||||
{Country: "Sweden", City: "Gothenburg", Hostname: "se-got-010", ISP: "31173", Owned: true, IPs: []net.IP{{185, 213, 154, 140}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x5, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xf}}},
|
||||
{Country: "Sweden", City: "Gothenburg", Hostname: "se-got-011", ISP: "31173", Owned: true, IPs: []net.IP{{185, 213, 154, 141}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x5, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x1f}}},
|
||||
{Country: "Sweden", City: "Gothenburg", Hostname: "se-got-012", ISP: "31173", Owned: true, IPs: []net.IP{{185, 213, 154, 142}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x5, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x2f}}},
|
||||
{Country: "Sweden", City: "Helsingborg", Hostname: "se-hel-001", ISP: "31173", Owned: true, IPs: []net.IP{{185, 213, 152, 131}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x2, 0xf7, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Sweden", City: "Helsingborg", Hostname: "se-hel-002", ISP: "31173", Owned: true, IPs: []net.IP{{185, 213, 152, 132}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x2, 0xf7, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "Sweden", City: "Malmö", Hostname: "se-mma-001", ISP: "31173", Owned: true, IPs: []net.IP{{193, 138, 218, 131}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x1, 0xf4, 0x10, 0x0, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Sweden", City: "Malmö", Hostname: "se-mma-002", ISP: "31173", Owned: true, IPs: []net.IP{{193, 138, 218, 132}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x1, 0xf4, 0x10, 0x0, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "Sweden", City: "Malmö", Hostname: "se-mma-003", ISP: "31173", Owned: true, IPs: []net.IP{{193, 138, 218, 133}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x1, 0xf4, 0x10, 0x0, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "Sweden", City: "Malmö", Hostname: "se-mma-004", ISP: "31173", Owned: true, IPs: []net.IP{{193, 138, 218, 134}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x1, 0xf4, 0x10, 0x0, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "Sweden", City: "Malmö", Hostname: "se-mma-005", ISP: "31173", Owned: true, IPs: []net.IP{{193, 138, 218, 135}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x1, 0xf4, 0x10, 0x0, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f}}},
|
||||
{Country: "Sweden", City: "Malmö", Hostname: "se-mma-006", ISP: "31173", Owned: true, IPs: []net.IP{{193, 138, 218, 136}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x1, 0xf4, 0x10, 0x0, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f}}},
|
||||
{Country: "Sweden", City: "Malmö", Hostname: "se-mma-007", ISP: "31173", Owned: true, IPs: []net.IP{{193, 138, 218, 137}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x1, 0xf4, 0x10, 0x0, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f}}},
|
||||
{Country: "Sweden", City: "Malmö", Hostname: "se-mma-013", ISP: "31173", Owned: true, IPs: []net.IP{{141, 98, 255, 83}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x1, 0xf4, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x3f}}},
|
||||
{Country: "Sweden", City: "Malmö", Hostname: "se-mma-014", ISP: "31173", Owned: true, IPs: []net.IP{{141, 98, 255, 84}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x1, 0xf4, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x4f}}},
|
||||
{Country: "Sweden", City: "Malmö", Hostname: "se-mma-015", ISP: "31173", Owned: true, IPs: []net.IP{{141, 98, 255, 85}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x1, 0xf4, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x5f}}},
|
||||
{Country: "Sweden", City: "Malmö", Hostname: "se-mma-016", ISP: "31173", Owned: true, IPs: []net.IP{{141, 98, 255, 86}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x1, 0xf4, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x6f}}},
|
||||
{Country: "Sweden", City: "Malmö", Hostname: "se-mma-017", ISP: "31173", Owned: true, IPs: []net.IP{{141, 98, 255, 87}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x1, 0xf4, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x7f}}},
|
||||
{Country: "Sweden", City: "Malmö", Hostname: "se-mma-018", ISP: "31173", Owned: true, IPs: []net.IP{{141, 98, 255, 88}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x1, 0xf4, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x8f}}},
|
||||
{Country: "Sweden", City: "Malmö", Hostname: "se-mma-019", ISP: "31173", Owned: true, IPs: []net.IP{{141, 98, 255, 89}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x1, 0xf4, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x9f}}},
|
||||
{Country: "Sweden", City: "Malmö", Hostname: "se-mma-020", ISP: "31173", Owned: true, IPs: []net.IP{{141, 98, 255, 90}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x1, 0xf4, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xf}}},
|
||||
{Country: "Sweden", City: "Malmö", Hostname: "se-mma-021", ISP: "31173", Owned: true, IPs: []net.IP{{141, 98, 255, 91}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x1, 0xf4, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x1f}}},
|
||||
{Country: "Sweden", City: "Malmö", Hostname: "se-mma-022", ISP: "31173", Owned: true, IPs: []net.IP{{141, 98, 255, 92}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x1, 0xf4, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x2f}}},
|
||||
{Country: "Sweden", City: "Malmö", Hostname: "se-mma-023", ISP: "31173", Owned: true, IPs: []net.IP{{141, 98, 255, 93}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x1, 0xf4, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x3f}}},
|
||||
{Country: "Sweden", City: "Malmö", Hostname: "se-mma-107", ISP: "31173", Owned: true, IPs: []net.IP{{45, 83, 220, 87}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x1, 0xe0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f}}},
|
||||
{Country: "Sweden", City: "Malmö", Hostname: "se-mma-108", ISP: "31173", Owned: true, IPs: []net.IP{{45, 83, 220, 88}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x1, 0xe0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f}}},
|
||||
{Country: "Sweden", City: "Malmö", Hostname: "se-mma-109", ISP: "31173", Owned: true, IPs: []net.IP{{45, 83, 220, 89}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x1, 0xe0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f}}},
|
||||
{Country: "Sweden", City: "Malmö", Hostname: "se-mma-110", ISP: "31173", Owned: true, IPs: []net.IP{{45, 83, 220, 90}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x1, 0xe0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xf}}},
|
||||
{Country: "Sweden", City: "Malmö", Hostname: "se-mma-111", ISP: "31173", Owned: true, IPs: []net.IP{{45, 83, 220, 91}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x1, 0xe0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x1f}}},
|
||||
{Country: "Sweden", City: "Malmö", Hostname: "se-mma-112", ISP: "31173", Owned: true, IPs: []net.IP{{45, 83, 220, 92}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x1, 0xe0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x2f}}},
|
||||
{Country: "Sweden", City: "Stockholm", Hostname: "se-sto-006", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 135, 136}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x4, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f}}},
|
||||
{Country: "Sweden", City: "Stockholm", Hostname: "se-sto-007", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 135, 137}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x4, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f}}},
|
||||
{Country: "Sweden", City: "Stockholm", Hostname: "se-sto-008", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 135, 138}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x4, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f}}},
|
||||
{Country: "Sweden", City: "Stockholm", Hostname: "se-sto-009", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 135, 139}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x4, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f}}},
|
||||
{Country: "Sweden", City: "Stockholm", Hostname: "se-sto-010", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 135, 140}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x4, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xf}}},
|
||||
{Country: "Sweden", City: "Stockholm", Hostname: "se-sto-011", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 135, 141}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x4, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x1f}}},
|
||||
{Country: "Sweden", City: "Stockholm", Hostname: "se-sto-012", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 135, 142}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x4, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x2f}}},
|
||||
{Country: "Sweden", City: "Stockholm", Hostname: "se-sto-013", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 135, 143}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x4, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x3f}}},
|
||||
{Country: "Sweden", City: "Stockholm", Hostname: "se-sto-014", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 135, 144}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x4, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x4e}}},
|
||||
{Country: "Sweden", City: "Stockholm", Hostname: "se-sto-015", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 135, 145}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x4, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x5f}}},
|
||||
{Country: "Sweden", City: "Stockholm", Hostname: "se-sto-016", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 135, 146}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x4, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x6f}}},
|
||||
{Country: "Sweden", City: "Stockholm", Hostname: "se-sto-017", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 135, 147}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x4, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x7f}}},
|
||||
{Country: "Sweden", City: "Stockholm", Hostname: "se-sto-018", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 135, 148}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x4, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x8f}}},
|
||||
{Country: "Sweden", City: "Stockholm", Hostname: "se-sto-019", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 135, 149}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x4, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x9f}}},
|
||||
{Country: "Sweden", City: "Stockholm", Hostname: "se-sto-020", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 135, 150}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x4, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xf}}},
|
||||
{Country: "Sweden", City: "Stockholm", Hostname: "se-sto-021", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 135, 151}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x4, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x1f}}},
|
||||
{Country: "Sweden", City: "Stockholm", Hostname: "se-sto-022", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 135, 152}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x4, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x2f}}},
|
||||
{Country: "Sweden", City: "Stockholm", Hostname: "se-sto-023", ISP: "31173", Owned: true, IPs: []net.IP{{185, 65, 135, 153}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x4, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x3f}}},
|
||||
{Country: "Switzerland", City: "Zurich", Hostname: "ch-zrh-001", ISP: "31173", Owned: true, IPs: []net.IP{{193, 32, 127, 81}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0xa, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Switzerland", City: "Zurich", Hostname: "ch-zrh-002", ISP: "31173", Owned: true, IPs: []net.IP{{193, 32, 127, 82}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0xa, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "Switzerland", City: "Zurich", Hostname: "ch-zrh-003", ISP: "31173", Owned: true, IPs: []net.IP{{193, 32, 127, 83}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0xa, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "Switzerland", City: "Zurich", Hostname: "ch-zrh-004", ISP: "31173", Owned: true, IPs: []net.IP{{193, 32, 127, 84}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0xa, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "Switzerland", City: "Zurich", Hostname: "ch-zrh-201", ISP: "PrivateLayer", Owned: false, IPs: []net.IP{{179, 43, 128, 170}}, IPsV6: []net.IP{{0x2a, 0x2, 0x29, 0xb8, 0xdc, 0x1, 0x5, 0x97, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Switzerland", City: "Zurich", Hostname: "ch-zrh-202", ISP: "PrivateLayer", Owned: false, IPs: []net.IP{{81, 17, 20, 34}}, IPsV6: []net.IP{{0x2a, 0x2, 0x29, 0xb8, 0xdc, 0x1, 0x18, 0x81, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "Switzerland", City: "Zurich", Hostname: "ch-zrh-301", ISP: "M247", Owned: false, IPs: []net.IP{{91, 193, 4, 2}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x28, 0x0, 0x97, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "Switzerland", City: "Zurich", Hostname: "ch-zrh-302", ISP: "M247", Owned: false, IPs: []net.IP{{91, 193, 4, 18}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x28, 0x0, 0x84, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "Switzerland", City: "Zurich", Hostname: "ch-zrh-303", ISP: "M247", Owned: false, IPs: []net.IP{{91, 193, 4, 34}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x28, 0x0, 0x85, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "Switzerland", City: "Zurich", Hostname: "ch-zrh-304", ISP: "M247", Owned: false, IPs: []net.IP{{91, 193, 4, 50}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x28, 0x0, 0x86, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "UK", City: "London", Hostname: "gb-lon-001", ISP: "31173", Owned: true, IPs: []net.IP{{141, 98, 252, 131}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x7, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "UK", City: "London", Hostname: "gb-lon-002", ISP: "31173", Owned: true, IPs: []net.IP{{141, 98, 252, 132}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x7, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "UK", City: "London", Hostname: "gb-lon-003", ISP: "31173", Owned: true, IPs: []net.IP{{141, 98, 252, 133}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x7, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "UK", City: "London", Hostname: "gb-lon-004", ISP: "31173", Owned: true, IPs: []net.IP{{185, 195, 232, 84}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x7, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "UK", City: "London", Hostname: "gb-lon-005", ISP: "31173", Owned: true, IPs: []net.IP{{185, 195, 232, 85}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x7, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f}}},
|
||||
{Country: "UK", City: "London", Hostname: "gb-lon-006", ISP: "31173", Owned: true, IPs: []net.IP{{185, 195, 232, 86}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x7, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f}}},
|
||||
{Country: "UK", City: "London", Hostname: "gb-lon-008", ISP: "31173", Owned: true, IPs: []net.IP{{141, 98, 252, 138}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x7, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f}}},
|
||||
{Country: "UK", City: "London", Hostname: "gb-lon-009", ISP: "31173", Owned: true, IPs: []net.IP{{141, 98, 252, 139}}, IPsV6: []net.IP{{0x2a, 0x3, 0x1b, 0x20, 0x0, 0x7, 0xf0, 0x11, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f}}},
|
||||
{Country: "UK", City: "London", Hostname: "gb-lon-101", ISP: "M247", Owned: false, IPs: []net.IP{{185, 200, 118, 178}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x31, 0x2, 0x35, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "UK", City: "London", Hostname: "gb-lon-102", ISP: "M247", Owned: false, IPs: []net.IP{{45, 87, 215, 50}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x31, 0x2, 0x36, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "UK", City: "Manchester", Hostname: "gb-mnc-101", ISP: "M247", Owned: false, IPs: []net.IP{{217, 151, 98, 68}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x21, 0x0, 0x45, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "UK", City: "Manchester", Hostname: "gb-mnc-102", ISP: "M247", Owned: false, IPs: []net.IP{{37, 120, 159, 164}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x21, 0x0, 0x1b, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "UK", City: "Manchester", Hostname: "gb-mnc-103", ISP: "M247", Owned: false, IPs: []net.IP{{194, 37, 96, 180}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x21, 0x0, 0x34, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "UK", City: "Manchester", Hostname: "gb-mnc-106", ISP: "M247", Owned: false, IPs: []net.IP{{89, 238, 132, 36}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x21, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f}}},
|
||||
{Country: "USA", City: "Atlanta GA", Hostname: "us-atl-002", ISP: "Quadranet", Owned: false, IPs: []net.IP{{104, 129, 24, 242}}, IPsV6: []net.IP{{0x26, 0x7, 0xfc, 0xd0, 0xaa, 0x80, 0x13, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "USA", City: "Atlanta GA", Hostname: "us-atl-003", ISP: "100TB", Owned: false, IPs: []net.IP{{107, 152, 108, 62}}, IPsV6: []net.IP{{0x26, 0x7, 0xf7, 0xa0, 0x0, 0x6, 0x0, 0x5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xf}}},
|
||||
{Country: "USA", City: "Atlanta GA", Hostname: "us-atl-101", ISP: "100TB", Owned: false, IPs: []net.IP{{66, 115, 180, 226}}, IPsV6: []net.IP{{0x26, 0x7, 0xf7, 0xa0, 0x0, 0x1, 0x0, 0xd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "USA", City: "Atlanta GA", Hostname: "us-atl-102", ISP: "100TB", Owned: false, IPs: []net.IP{{66, 115, 180, 227}}, IPsV6: []net.IP{{0x26, 0x7, 0xf7, 0xa0, 0x0, 0x1, 0x0, 0xd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "USA", City: "Atlanta GA", Hostname: "us-atl-103", ISP: "100TB", Owned: false, IPs: []net.IP{{66, 115, 180, 228}}, IPsV6: []net.IP{{0x26, 0x7, 0xf7, 0xa0, 0x0, 0x1, 0x0, 0xd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "USA", City: "Atlanta GA", Hostname: "us-atl-104", ISP: "100TB", Owned: false, IPs: []net.IP{{66, 115, 180, 229}}, IPsV6: []net.IP{{0x26, 0x7, 0xf7, 0xa0, 0x0, 0x1, 0x0, 0xd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "USA", City: "Atlanta GA", Hostname: "us-atl-105", ISP: "100TB", Owned: false, IPs: []net.IP{{66, 115, 180, 230}}, IPsV6: []net.IP{{0x26, 0x7, 0xf7, 0xa0, 0x0, 0x1, 0x0, 0xd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f}}},
|
||||
{Country: "USA", City: "Chicago IL", Hostname: "us-chi-001", ISP: "Tzulo", Owned: false, IPs: []net.IP{{68, 235, 43, 122}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x0, 0x0, 0x0, 0x65, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "USA", City: "Chicago IL", Hostname: "us-chi-002", ISP: "Tzulo", Owned: false, IPs: []net.IP{{68, 235, 43, 10}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x0, 0x0, 0x0, 0x51, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "USA", City: "Chicago IL", Hostname: "us-chi-003", ISP: "Tzulo", Owned: false, IPs: []net.IP{{68, 235, 43, 18}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x0, 0x0, 0x0, 0x52, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "USA", City: "Chicago IL", Hostname: "us-chi-004", ISP: "Tzulo", Owned: false, IPs: []net.IP{{68, 235, 43, 26}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x0, 0x0, 0x0, 0x53, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "USA", City: "Chicago IL", Hostname: "us-chi-005", ISP: "Tzulo", Owned: false, IPs: []net.IP{{68, 235, 43, 34}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x0, 0x0, 0x0, 0x54, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f}}},
|
||||
{Country: "USA", City: "Chicago IL", Hostname: "us-chi-006", ISP: "Tzulo", Owned: false, IPs: []net.IP{{68, 235, 43, 42}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x0, 0x0, 0x0, 0x55, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f}}},
|
||||
{Country: "USA", City: "Chicago IL", Hostname: "us-chi-007", ISP: "Tzulo", Owned: false, IPs: []net.IP{{68, 235, 43, 50}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x0, 0x0, 0x0, 0x56, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f}}},
|
||||
{Country: "USA", City: "Chicago IL", Hostname: "us-chi-008", ISP: "Tzulo", Owned: false, IPs: []net.IP{{68, 235, 43, 58}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x0, 0x0, 0x0, 0x57, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f}}},
|
||||
{Country: "USA", City: "Chicago IL", Hostname: "us-chi-009", ISP: "Tzulo", Owned: false, IPs: []net.IP{{68, 235, 43, 66}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x0, 0x0, 0x0, 0x58, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f}}},
|
||||
{Country: "USA", City: "Chicago IL", Hostname: "us-chi-010", ISP: "Tzulo", Owned: false, IPs: []net.IP{{68, 235, 43, 74}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x0, 0x0, 0x0, 0x59, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xf}}},
|
||||
{Country: "USA", City: "Chicago IL", Hostname: "us-chi-101", ISP: "Quadranet", Owned: false, IPs: []net.IP{{104, 129, 31, 26}}, IPsV6: []net.IP{{0x26, 0x7, 0xfc, 0xd0, 0xbb, 0x80, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "USA", City: "Dallas TX", Hostname: "us-dal-001", ISP: "Quadranet", Owned: false, IPs: []net.IP{{96, 44, 145, 18}}, IPsV6: []net.IP{{0x26, 0x7, 0xfc, 0xd0, 0xda, 0x80, 0x18, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8}}},
|
||||
{Country: "USA", City: "Dallas TX", Hostname: "us-dal-002", ISP: "Quadranet", Owned: false, IPs: []net.IP{{96, 44, 147, 130}}, IPsV6: []net.IP{{0x26, 0x7, 0xfc, 0xd0, 0xda, 0x80, 0x18, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9}}},
|
||||
{Country: "USA", City: "Dallas TX", Hostname: "us-dal-101", ISP: "100TB", Owned: false, IPs: []net.IP{{174, 127, 113, 3}}, IPsV6: []net.IP{{0x26, 0x6, 0x2e, 0x0, 0x80, 0x7, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "USA", City: "Dallas TX", Hostname: "us-dal-102", ISP: "100TB", Owned: false, IPs: []net.IP{{174, 127, 113, 4}}, IPsV6: []net.IP{{0x26, 0x6, 0x2e, 0x0, 0x80, 0x7, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "USA", City: "Dallas TX", Hostname: "us-dal-103", ISP: "100TB", Owned: false, IPs: []net.IP{{174, 127, 113, 5}}, IPsV6: []net.IP{{0x26, 0x6, 0x2e, 0x0, 0x80, 0x7, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "USA", City: "Dallas TX", Hostname: "us-dal-104", ISP: "100TB", Owned: false, IPs: []net.IP{{174, 127, 113, 6}}, IPsV6: []net.IP{{0x26, 0x6, 0x2e, 0x0, 0x80, 0x7, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "USA", City: "Dallas TX", Hostname: "us-dal-105", ISP: "100TB", Owned: false, IPs: []net.IP{{174, 127, 113, 7}}, IPsV6: []net.IP{{0x26, 0x6, 0x2e, 0x0, 0x80, 0x7, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f}}},
|
||||
{Country: "USA", City: "Dallas TX", Hostname: "us-dal-201", ISP: "M247", Owned: false, IPs: []net.IP{{193, 27, 13, 178}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x9a, 0x0, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "USA", City: "Dallas TX", Hostname: "us-dal-202", ISP: "M247", Owned: false, IPs: []net.IP{{193, 27, 13, 34}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x9a, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "USA", City: "Dallas TX", Hostname: "us-dal-203", ISP: "M247", Owned: false, IPs: []net.IP{{193, 27, 13, 50}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x9a, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "USA", City: "Dallas TX", Hostname: "us-dal-204", ISP: "M247", Owned: false, IPs: []net.IP{{193, 27, 13, 66}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x9a, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "USA", City: "Denver CO", Hostname: "us-den-001", ISP: "Tzulo", Owned: false, IPs: []net.IP{{198, 54, 128, 74}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x20, 0x0, 0x0, 0x18, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "USA", City: "Denver CO", Hostname: "us-den-002", ISP: "Tzulo", Owned: false, IPs: []net.IP{{198, 54, 128, 66}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x20, 0x0, 0x0, 0x17, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "USA", City: "Denver CO", Hostname: "us-den-003", ISP: "Tzulo", Owned: false, IPs: []net.IP{{198, 54, 128, 106}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x20, 0x0, 0x0, 0x22, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "USA", City: "Los Angeles CA", Hostname: "us-lax-001", ISP: "M247", Owned: false, IPs: []net.IP{{89, 46, 114, 15}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x8, 0x0, 0xe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "USA", City: "Los Angeles CA", Hostname: "us-lax-002", ISP: "M247", Owned: false, IPs: []net.IP{{89, 46, 114, 28}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x8, 0x0, 0xe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "USA", City: "Los Angeles CA", Hostname: "us-lax-003", ISP: "M247", Owned: false, IPs: []net.IP{{89, 46, 114, 41}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x8, 0x0, 0xe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "USA", City: "Los Angeles CA", Hostname: "us-lax-004", ISP: "M247", Owned: false, IPs: []net.IP{{89, 46, 114, 54}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x8, 0x0, 0xe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "USA", City: "Los Angeles CA", Hostname: "us-lax-005", ISP: "M247", Owned: false, IPs: []net.IP{{89, 46, 114, 67}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x8, 0x0, 0xe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f}}},
|
||||
{Country: "USA", City: "Los Angeles CA", Hostname: "us-lax-006", ISP: "M247", Owned: false, IPs: []net.IP{{89, 46, 114, 80}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x8, 0x0, 0xe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f}}},
|
||||
{Country: "USA", City: "Los Angeles CA", Hostname: "us-lax-007", ISP: "M247", Owned: false, IPs: []net.IP{{89, 46, 114, 93}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x8, 0x0, 0xe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f}}},
|
||||
{Country: "USA", City: "Los Angeles CA", Hostname: "us-lax-008", ISP: "M247", Owned: false, IPs: []net.IP{{89, 46, 114, 106}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x8, 0x0, 0xe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f}}},
|
||||
{Country: "USA", City: "Los Angeles CA", Hostname: "us-lax-009", ISP: "M247", Owned: false, IPs: []net.IP{{89, 46, 114, 119}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x8, 0x0, 0xe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f}}},
|
||||
{Country: "USA", City: "Los Angeles CA", Hostname: "us-lax-010", ISP: "M247", Owned: false, IPs: []net.IP{{89, 46, 114, 132}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x8, 0x0, 0xe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xf}}},
|
||||
{Country: "USA", City: "Los Angeles CA", Hostname: "us-lax-011", ISP: "M247", Owned: false, IPs: []net.IP{{89, 46, 114, 145}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x8, 0x0, 0xe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x1f}}},
|
||||
{Country: "USA", City: "Los Angeles CA", Hostname: "us-lax-012", ISP: "M247", Owned: false, IPs: []net.IP{{89, 46, 114, 158}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x8, 0x0, 0xe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x2f}}},
|
||||
{Country: "USA", City: "Los Angeles CA", Hostname: "us-lax-013", ISP: "M247", Owned: false, IPs: []net.IP{{89, 46, 114, 171}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x8, 0x0, 0xe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x3f}}},
|
||||
{Country: "USA", City: "Los Angeles CA", Hostname: "us-lax-014", ISP: "M247", Owned: false, IPs: []net.IP{{89, 46, 114, 184}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x8, 0x0, 0xe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x4f}}},
|
||||
{Country: "USA", City: "Los Angeles CA", Hostname: "us-lax-015", ISP: "M247", Owned: false, IPs: []net.IP{{89, 46, 114, 197}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x8, 0x0, 0xe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x5f}}},
|
||||
{Country: "USA", City: "Los Angeles CA", Hostname: "us-lax-101", ISP: "Tzulo", Owned: false, IPs: []net.IP{{198, 54, 129, 82}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x30, 0x0, 0x0, 0x18, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "USA", City: "Los Angeles CA", Hostname: "us-lax-102", ISP: "Tzulo", Owned: false, IPs: []net.IP{{198, 54, 129, 74}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x30, 0x0, 0x0, 0x17, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "USA", City: "Los Angeles CA", Hostname: "us-lax-201", ISP: "100TB", Owned: false, IPs: []net.IP{{104, 200, 152, 66}}, IPsV6: []net.IP{{0x26, 0x7, 0xf7, 0xa0, 0x0, 0x3, 0x0, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f}}},
|
||||
{Country: "USA", City: "Los Angeles CA", Hostname: "us-lax-202", ISP: "100TB", Owned: false, IPs: []net.IP{{107, 181, 168, 130}}, IPsV6: []net.IP{{0x26, 0x7, 0xf7, 0xa0, 0x0, 0x3, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f}}},
|
||||
{Country: "USA", City: "Miami FL", Hostname: "us-mia-201", ISP: "M247", Owned: false, IPs: []net.IP{{193, 27, 12, 18}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x6, 0xa, 0xd7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "USA", City: "Miami FL", Hostname: "us-mia-202", ISP: "M247", Owned: false, IPs: []net.IP{{193, 27, 12, 2}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x6, 0xa, 0xd6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "USA", City: "Miami FL", Hostname: "us-mia-203", ISP: "M247", Owned: false, IPs: []net.IP{{94, 198, 42, 50}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x6, 0x0, 0x33, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "USA", City: "Miami FL", Hostname: "us-mia-204", ISP: "M247", Owned: false, IPs: []net.IP{{94, 198, 42, 66}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x6, 0x0, 0x34, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "USA", City: "Miami FL", Hostname: "us-mia-205", ISP: "M247", Owned: false, IPs: []net.IP{{94, 198, 42, 82}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x6, 0x0, 0x35, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f}}},
|
||||
{Country: "USA", City: "Miami FL", Hostname: "us-mia-206", ISP: "M247", Owned: false, IPs: []net.IP{{94, 198, 42, 98}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x6, 0x0, 0x36, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f}}},
|
||||
{Country: "USA", City: "New York NY", Hostname: "us-nyc-101", ISP: "100TB", Owned: false, IPs: []net.IP{{107, 182, 226, 206}}, IPsV6: []net.IP{{0x26, 0x6, 0x2e, 0x0, 0x80, 0x3, 0x0, 0x13, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f}}},
|
||||
{Country: "USA", City: "New York NY", Hostname: "us-nyc-102", ISP: "100TB", Owned: false, IPs: []net.IP{{107, 182, 226, 218}}, IPsV6: []net.IP{{0x26, 0x6, 0x2e, 0x0, 0x80, 0x3, 0x0, 0x13, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f}}},
|
||||
{Country: "USA", City: "New York NY", Hostname: "us-nyc-201", ISP: "M247", Owned: false, IPs: []net.IP{{89, 46, 62, 15}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x24, 0xa, 0x71, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "USA", City: "New York NY", Hostname: "us-nyc-202", ISP: "M247", Owned: false, IPs: []net.IP{{89, 46, 62, 28}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x24, 0xa, 0x72, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "USA", City: "New York NY", Hostname: "us-nyc-203", ISP: "M247", Owned: false, IPs: []net.IP{{89, 46, 62, 41}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x24, 0xa, 0x73, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "USA", City: "New York NY", Hostname: "us-nyc-204", ISP: "M247", Owned: false, IPs: []net.IP{{89, 46, 62, 54}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x24, 0xa, 0x74, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "USA", City: "New York NY", Hostname: "us-nyc-205", ISP: "M247", Owned: false, IPs: []net.IP{{89, 46, 62, 67}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x24, 0xa, 0x75, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f}}},
|
||||
{Country: "USA", City: "New York NY", Hostname: "us-nyc-206", ISP: "M247", Owned: false, IPs: []net.IP{{89, 46, 62, 80}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x24, 0xa, 0x76, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f}}},
|
||||
{Country: "USA", City: "New York NY", Hostname: "us-nyc-207", ISP: "M247", Owned: false, IPs: []net.IP{{89, 46, 62, 93}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x24, 0xa, 0x77, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f}}},
|
||||
{Country: "USA", City: "New York NY", Hostname: "us-nyc-208", ISP: "M247", Owned: false, IPs: []net.IP{{89, 46, 62, 106}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x24, 0xa, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8f}}},
|
||||
{Country: "USA", City: "New York NY", Hostname: "us-nyc-209", ISP: "M247", Owned: false, IPs: []net.IP{{89, 46, 62, 119}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x24, 0xa, 0x79, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9f}}},
|
||||
{Country: "USA", City: "New York NY", Hostname: "us-nyc-211", ISP: "M247", Owned: false, IPs: []net.IP{{86, 106, 121, 15}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x24, 0xa, 0x99, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x1f}}},
|
||||
{Country: "USA", City: "New York NY", Hostname: "us-nyc-212", ISP: "M247", Owned: false, IPs: []net.IP{{86, 106, 121, 28}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x24, 0xa, 0x9a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x2f}}},
|
||||
{Country: "USA", City: "New York NY", Hostname: "us-nyc-213", ISP: "M247", Owned: false, IPs: []net.IP{{86, 106, 121, 41}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x24, 0xa, 0x9b, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x3f}}},
|
||||
{Country: "USA", City: "New York NY", Hostname: "us-nyc-214", ISP: "M247", Owned: false, IPs: []net.IP{{86, 106, 121, 54}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x24, 0xa, 0x9c, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x4f}}},
|
||||
{Country: "USA", City: "New York NY", Hostname: "us-nyc-215", ISP: "M247", Owned: false, IPs: []net.IP{{86, 106, 121, 67}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x24, 0xa, 0x9d, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x5f}}},
|
||||
{Country: "USA", City: "New York NY", Hostname: "us-nyc-216", ISP: "M247", Owned: false, IPs: []net.IP{{86, 106, 121, 80}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x24, 0xa, 0x9e, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x6f}}},
|
||||
{Country: "USA", City: "New York NY", Hostname: "us-nyc-217", ISP: "M247", Owned: false, IPs: []net.IP{{86, 106, 121, 93}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x24, 0xa, 0x9f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x7f}}},
|
||||
{Country: "USA", City: "New York NY", Hostname: "us-nyc-218", ISP: "M247", Owned: false, IPs: []net.IP{{86, 106, 121, 106}}, IPsV6: []net.IP{{0x2a, 0xd, 0x56, 0x0, 0x0, 0x24, 0xa, 0xa1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x8f}}},
|
||||
{Country: "USA", City: "Phoenix AZ", Hostname: "us-phx-004", ISP: "100TB", Owned: false, IPs: []net.IP{{107, 152, 99, 86}}, IPsV6: []net.IP{{0x26, 0x7, 0xf7, 0xa0, 0x0, 0x5, 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "USA", City: "Phoenix AZ", Hostname: "us-phx-101", ISP: "Tzulo", Owned: false, IPs: []net.IP{{198, 54, 133, 34}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x70, 0x0, 0x0, 0x12, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x1f}}},
|
||||
{Country: "USA", City: "Phoenix AZ", Hostname: "us-phx-102", ISP: "Tzulo", Owned: false, IPs: []net.IP{{198, 54, 133, 50}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x70, 0x0, 0x0, 0x13, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x2f}}},
|
||||
{Country: "USA", City: "Phoenix AZ", Hostname: "us-phx-103", ISP: "Tzulo", Owned: false, IPs: []net.IP{{198, 54, 133, 66}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x70, 0x0, 0x0, 0x14, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x3f}}},
|
||||
{Country: "USA", City: "Raleigh NC", Hostname: "us-rag-101", ISP: "Tzulo", Owned: false, IPs: []net.IP{{198, 54, 130, 34}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x40, 0x0, 0x0, 0x12, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x1f}}},
|
||||
{Country: "USA", City: "Raleigh NC", Hostname: "us-rag-102", ISP: "Tzulo", Owned: false, IPs: []net.IP{{198, 54, 130, 50}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x40, 0x0, 0x0, 0x13, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x2f}}},
|
||||
{Country: "USA", City: "Raleigh NC", Hostname: "us-rag-103", ISP: "Tzulo", Owned: false, IPs: []net.IP{{198, 54, 130, 66}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x40, 0x0, 0x0, 0x14, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x3f}}},
|
||||
{Country: "USA", City: "Salt Lake City UT", Hostname: "us-slc-101", ISP: "100TB", Owned: false, IPs: []net.IP{{69, 4, 234, 132}}, IPsV6: []net.IP{{0x26, 0x6, 0x2e, 0x0, 0x0, 0x0, 0x0, 0xb9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "USA", City: "Salt Lake City UT", Hostname: "us-slc-102", ISP: "100TB", Owned: false, IPs: []net.IP{{69, 4, 234, 133}}, IPsV6: []net.IP{{0x26, 0x6, 0x2e, 0x0, 0x0, 0x0, 0x0, 0xb9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "USA", City: "Salt Lake City UT", Hostname: "us-slc-103", ISP: "100TB", Owned: false, IPs: []net.IP{{69, 4, 234, 134}}, IPsV6: []net.IP{{0x26, 0x6, 0x2e, 0x0, 0x0, 0x0, 0x0, 0xb9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "USA", City: "Salt Lake City UT", Hostname: "us-slc-104", ISP: "100TB", Owned: false, IPs: []net.IP{{69, 4, 234, 135}}, IPsV6: []net.IP{{0x26, 0x6, 0x2e, 0x0, 0x0, 0x0, 0x0, 0xb9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f}}},
|
||||
{Country: "USA", City: "Salt Lake City UT", Hostname: "us-slc-105", ISP: "100TB", Owned: false, IPs: []net.IP{{69, 4, 234, 136}}, IPsV6: []net.IP{{0x26, 0x6, 0x2e, 0x0, 0x0, 0x0, 0x0, 0xb9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f}}},
|
||||
{Country: "USA", City: "Salt Lake City UT", Hostname: "us-slc-106", ISP: "100TB", Owned: false, IPs: []net.IP{{69, 4, 234, 137}}, IPsV6: []net.IP{{0x26, 0x6, 0x2e, 0x0, 0x0, 0x0, 0x0, 0xb9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f}}},
|
||||
{Country: "USA", City: "San Jose CA", Hostname: "us-sjc-001", ISP: "Tzulo", Owned: false, IPs: []net.IP{{198, 54, 134, 34}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x80, 0x0, 0x0, 0x12, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "USA", City: "San Jose CA", Hostname: "us-sjc-002", ISP: "Tzulo", Owned: false, IPs: []net.IP{{198, 54, 134, 50}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x80, 0x0, 0x0, 0x13, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "USA", City: "San Jose CA", Hostname: "us-sjc-003", ISP: "Tzulo", Owned: false, IPs: []net.IP{{198, 54, 134, 66}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x80, 0x0, 0x0, 0x14, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "USA", City: "Seattle WA", Hostname: "us-sea-002", ISP: "100TB", Owned: false, IPs: []net.IP{{104, 200, 129, 150}}, IPsV6: []net.IP{{0x26, 0x7, 0xf7, 0xa0, 0x0, 0xc, 0x0, 0x5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "USA", City: "Seattle WA", Hostname: "us-sea-003", ISP: "100TB", Owned: false, IPs: []net.IP{{104, 200, 129, 110}}, IPsV6: []net.IP{{0x26, 0x7, 0xf7, 0xa0, 0x0, 0xc, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f}}},
|
||||
{Country: "USA", City: "Seattle WA", Hostname: "us-sea-004", ISP: "100TB", Owned: false, IPs: []net.IP{{104, 200, 129, 42}}, IPsV6: []net.IP{{0x26, 0x7, 0xf7, 0xa0, 0x0, 0xc, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5}}},
|
||||
{Country: "USA", City: "Seattle WA", Hostname: "us-sea-101", ISP: "Tzulo", Owned: false, IPs: []net.IP{{198, 54, 131, 34}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x50, 0x0, 0x0, 0x12, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x1f}}},
|
||||
{Country: "USA", City: "Seattle WA", Hostname: "us-sea-102", ISP: "Tzulo", Owned: false, IPs: []net.IP{{198, 54, 131, 50}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x50, 0x0, 0x0, 0x13, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x2f}}},
|
||||
{Country: "USA", City: "Seattle WA", Hostname: "us-sea-103", ISP: "Tzulo", Owned: false, IPs: []net.IP{{198, 54, 131, 66}}, IPsV6: []net.IP{{0x26, 0x7, 0x90, 0x0, 0x50, 0x0, 0x0, 0x14, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x3f}}},
|
||||
{Country: "USA", City: "Secaucus NJ", Hostname: "us-uyk-001", ISP: "Quadranet", Owned: false, IPs: []net.IP{{23, 226, 131, 130}}, IPsV6: []net.IP{{0x26, 0x7, 0xfc, 0xd0, 0xcc, 0xc0, 0x1d, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
{Country: "USA", City: "Secaucus NJ", Hostname: "us-uyk-002", ISP: "Quadranet", Owned: false, IPs: []net.IP{{23, 226, 131, 154}}, IPsV6: []net.IP{{0x26, 0x7, 0xfc, 0xd0, 0xcc, 0xc0, 0x1d, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f}}},
|
||||
{Country: "United Arab Emirates", City: "Dubai", Hostname: "ae-dxb-001", ISP: "M247", Owned: false, IPs: []net.IP{{45, 9, 249, 34}}, IPsV6: []net.IP{{0x20, 0x1, 0xa, 0xc8, 0x0, 0x81, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f}}},
|
||||
}
|
||||
func MullvadServers() (servers []models.MullvadServer) {
|
||||
servers = make([]models.MullvadServer, len(allServers.Mullvad.Servers))
|
||||
copy(servers, allServers.Mullvad.Servers)
|
||||
return servers
|
||||
}
|
||||
|
||||
+4
-5307
File diff suppressed because it is too large
Load Diff
+4
-356
@@ -1,8 +1,6 @@
|
||||
package constants
|
||||
|
||||
import (
|
||||
"net"
|
||||
|
||||
"github.com/qdm12/gluetun/internal/models"
|
||||
)
|
||||
|
||||
@@ -44,359 +42,9 @@ func PIANameChoices() (choices []string) {
|
||||
return makeUnique(choices)
|
||||
}
|
||||
|
||||
//nolint:lll
|
||||
// PIAServers returns a slice of all the server information for PIA.
|
||||
func PIAServers() []models.PIAServer {
|
||||
return []models.PIAServer{
|
||||
{Region: "AU Melbourne", Hostname: "aus-melbourne.privacy.network", ServerName: "melbourne402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{27, 50, 74, 234}, {27, 50, 74, 249}, {27, 50, 74, 245}, {27, 50, 74, 203}, {27, 50, 74, 215}}},
|
||||
{Region: "AU Melbourne", Hostname: "aus-melbourne.privacy.network", ServerName: "melbourne406", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{27, 50, 74, 154}, {27, 50, 74, 157}, {27, 50, 74, 155}}},
|
||||
{Region: "AU Melbourne", Hostname: "aus-melbourne.privacy.network", ServerName: "melbourne407", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{27, 50, 74, 164}, {27, 50, 74, 168}, {27, 50, 74, 167}, {27, 50, 74, 170}, {27, 50, 74, 166}}},
|
||||
{Region: "AU Melbourne", Hostname: "aus-melbourne.privacy.network", ServerName: "melbourne411", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{43, 242, 68, 245}, {43, 242, 68, 217}, {43, 242, 68, 195}, {43, 242, 68, 206}, {43, 242, 68, 223}, {43, 242, 68, 229}, {43, 242, 68, 197}}},
|
||||
{Region: "AU Melbourne", Hostname: "aus-melbourne.privacy.network", ServerName: "melbourne413", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{27, 50, 74, 124}, {27, 50, 74, 120}, {27, 50, 74, 119}, {27, 50, 74, 125}}},
|
||||
{Region: "AU Melbourne", Hostname: "aus-melbourne.privacy.network", ServerName: "melbourne414", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{27, 50, 74, 103}, {27, 50, 74, 109}, {27, 50, 74, 106}, {27, 50, 74, 108}, {27, 50, 74, 110}, {27, 50, 74, 104}}},
|
||||
{Region: "AU Perth", Hostname: "aus-perth.privacy.network", ServerName: "perth403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{179, 61, 228, 43}, {179, 61, 228, 15}, {179, 61, 228, 17}, {179, 61, 228, 13}}},
|
||||
{Region: "AU Perth", Hostname: "aus-perth.privacy.network", ServerName: "perth404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{179, 61, 228, 104}, {179, 61, 228, 114}, {179, 61, 228, 115}, {179, 61, 228, 103}, {179, 61, 228, 80}}},
|
||||
{Region: "AU Perth", Hostname: "aus-perth.privacy.network", ServerName: "perth405", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{179, 61, 228, 150}, {179, 61, 228, 134}, {179, 61, 228, 164}, {179, 61, 228, 160}, {179, 61, 228, 186}, {179, 61, 228, 185}, {179, 61, 228, 187}}},
|
||||
{Region: "AU Sydney", Hostname: "au-sydney.privacy.network", ServerName: "sydney402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{27, 50, 76, 150}, {27, 50, 76, 155}, {27, 50, 76, 146}, {27, 50, 76, 154}, {27, 50, 76, 158}}},
|
||||
{Region: "AU Sydney", Hostname: "au-sydney.privacy.network", ServerName: "sydney407", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{117, 120, 10, 19}, {117, 120, 10, 15}, {117, 120, 10, 14}, {117, 120, 10, 24}, {117, 120, 10, 4}, {117, 120, 10, 8}}},
|
||||
{Region: "AU Sydney", Hostname: "au-sydney.privacy.network", ServerName: "sydney408", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{117, 120, 10, 58}, {117, 120, 10, 44}, {117, 120, 10, 55}, {117, 120, 10, 40}, {117, 120, 10, 39}, {117, 120, 10, 50}}},
|
||||
{Region: "AU Sydney", Hostname: "au-sydney.privacy.network", ServerName: "sydney409", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{117, 120, 10, 183}, {117, 120, 10, 138}, {117, 120, 10, 170}, {117, 120, 10, 158}, {117, 120, 10, 157}, {117, 120, 10, 133}}},
|
||||
{Region: "AU Sydney", Hostname: "au-sydney.privacy.network", ServerName: "sydney414", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{27, 50, 76, 107}, {27, 50, 76, 103}, {27, 50, 76, 98}, {27, 50, 76, 110}, {27, 50, 76, 104}, {27, 50, 76, 100}}},
|
||||
{Region: "Albania", Hostname: "al.privacy.network", ServerName: "tirana401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{31, 171, 154, 139}, {31, 171, 154, 138}, {31, 171, 154, 131}, {31, 171, 154, 137}, {31, 171, 154, 136}}},
|
||||
{Region: "Albania", Hostname: "al.privacy.network", ServerName: "tirana402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{31, 171, 154, 120}, {31, 171, 154, 117}, {31, 171, 154, 123}, {31, 171, 154, 115}, {31, 171, 154, 126}}},
|
||||
{Region: "Albania", Hostname: "al.privacy.network", ServerName: "tirana403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{31, 171, 154, 70}, {31, 171, 154, 74}, {31, 171, 154, 67}, {31, 171, 154, 77}, {31, 171, 154, 73}}},
|
||||
{Region: "Albania", Hostname: "al.privacy.network", ServerName: "tirana404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{31, 171, 154, 54}, {31, 171, 154, 61}, {31, 171, 154, 53}, {31, 171, 154, 59}, {31, 171, 154, 58}}},
|
||||
{Region: "Algeria", Hostname: "dz.privacy.network", ServerName: "algiers403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{176, 125, 228, 5}, {176, 125, 228, 4}, {176, 125, 228, 9}, {176, 125, 228, 3}, {176, 125, 228, 6}, {176, 125, 228, 8}}},
|
||||
{Region: "Algeria", Hostname: "dz.privacy.network", ServerName: "algiers404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{176, 125, 228, 20}, {176, 125, 228, 23}, {176, 125, 228, 19}, {176, 125, 228, 18}, {176, 125, 228, 24}}},
|
||||
{Region: "Andorra", Hostname: "ad.privacy.network", ServerName: "andorra403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 241, 82, 10}, {188, 241, 82, 14}, {188, 241, 82, 6}, {188, 241, 82, 5}, {188, 241, 82, 8}, {188, 241, 82, 13}}},
|
||||
{Region: "Andorra", Hostname: "ad.privacy.network", ServerName: "andorra404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 241, 82, 18}, {188, 241, 82, 26}, {188, 241, 82, 17}, {188, 241, 82, 23}, {188, 241, 82, 24}}},
|
||||
{Region: "Andorra", Hostname: "ad.privacy.network", ServerName: "andorra405", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 241, 82, 30}, {188, 241, 82, 37}, {188, 241, 82, 34}, {188, 241, 82, 40}, {188, 241, 82, 35}}},
|
||||
{Region: "Argentina", Hostname: "ar.privacy.network", ServerName: "buenosaires401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{190, 106, 134, 88}, {190, 106, 134, 93}, {190, 106, 134, 83}, {190, 106, 134, 94}, {190, 106, 134, 87}, {190, 106, 134, 89}}},
|
||||
{Region: "Argentina", Hostname: "ar.privacy.network", ServerName: "buenosaires402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{190, 106, 134, 108}, {190, 106, 134, 109}, {190, 106, 134, 114}, {190, 106, 134, 113}, {190, 106, 134, 106}}},
|
||||
{Region: "Armenia", Hostname: "yerevan.privacy.network", ServerName: "armenia403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{185, 253, 160, 7}, {185, 253, 160, 4}, {185, 253, 160, 3}, {185, 253, 160, 8}, {185, 253, 160, 5}, {185, 253, 160, 9}}},
|
||||
{Region: "Austria", Hostname: "austria.privacy.network", ServerName: "vienna402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{156, 146, 60, 27}, {156, 146, 60, 17}, {156, 146, 60, 15}, {156, 146, 60, 23}, {156, 146, 60, 24}, {156, 146, 60, 13}, {156, 146, 60, 30}}},
|
||||
{Region: "Austria", Hostname: "austria.privacy.network", ServerName: "vienna403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{156, 146, 60, 86}, {156, 146, 60, 69}, {156, 146, 60, 75}, {156, 146, 60, 89}, {156, 146, 60, 65}, {156, 146, 60, 77}}},
|
||||
{Region: "Bahamas", Hostname: "bahamas.privacy.network", ServerName: "bahamas403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{95, 181, 238, 15}, {95, 181, 238, 16}, {95, 181, 238, 19}, {95, 181, 238, 20}, {95, 181, 238, 24}, {95, 181, 238, 17}}},
|
||||
{Region: "Bahamas", Hostname: "bahamas.privacy.network", ServerName: "bahamas404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{95, 181, 238, 8}, {95, 181, 238, 7}, {95, 181, 238, 5}, {95, 181, 238, 3}, {95, 181, 238, 10}}},
|
||||
{Region: "Bahamas", Hostname: "bahamas.privacy.network", ServerName: "bahamas405", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{95, 181, 238, 28}, {95, 181, 238, 36}, {95, 181, 238, 34}, {95, 181, 238, 33}, {95, 181, 238, 35}}},
|
||||
{Region: "Bahamas", Hostname: "bahamas.privacy.network", ServerName: "bahamas406", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{95, 181, 238, 47}, {95, 181, 238, 40}, {95, 181, 238, 45}, {95, 181, 238, 48}, {95, 181, 238, 43}}},
|
||||
{Region: "Bangladesh", Hostname: "bangladesh.privacy.network", ServerName: "bangladesh403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{84, 252, 93, 5}, {84, 252, 93, 13}, {84, 252, 93, 6}, {84, 252, 93, 15}, {84, 252, 93, 4}}},
|
||||
{Region: "Belgium", Hostname: "brussels.privacy.network", ServerName: "brussels407", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{194, 110, 115, 56}, {194, 110, 115, 54}, {194, 110, 115, 50}, {194, 110, 115, 57}, {194, 110, 115, 59}}},
|
||||
{Region: "Belgium", Hostname: "brussels.privacy.network", ServerName: "brussels410", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{91, 90, 123, 24}, {91, 90, 123, 30}, {91, 90, 123, 26}, {91, 90, 123, 27}, {91, 90, 123, 29}, {91, 90, 123, 25}}},
|
||||
{Region: "Belgium", Hostname: "brussels.privacy.network", ServerName: "brussels411", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{91, 90, 123, 54}, {91, 90, 123, 56}, {91, 90, 123, 60}, {91, 90, 123, 58}, {91, 90, 123, 59}, {91, 90, 123, 55}}},
|
||||
{Region: "Belgium", Hostname: "brussels.privacy.network", ServerName: "brussels413", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{91, 90, 123, 90}, {91, 90, 123, 84}, {91, 90, 123, 83}, {91, 90, 123, 94}, {91, 90, 123, 86}}},
|
||||
{Region: "Belgium", Hostname: "brussels.privacy.network", ServerName: "brussels415", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{194, 110, 115, 36}, {194, 110, 115, 46}, {194, 110, 115, 38}, {194, 110, 115, 37}, {194, 110, 115, 40}}},
|
||||
{Region: "Bosnia and Herzegovina", Hostname: "ba.privacy.network", ServerName: "sarajevo402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{185, 212, 111, 68}, {185, 212, 111, 74}, {185, 212, 111, 63}, {185, 212, 111, 67}, {185, 212, 111, 65}, {185, 212, 111, 73}}},
|
||||
{Region: "Brazil", Hostname: "br.privacy.network", ServerName: "saopaolo401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{45, 133, 180, 233}, {45, 133, 180, 228}, {45, 133, 180, 237}, {45, 133, 180, 229}, {45, 133, 180, 230}, {45, 133, 180, 234}}},
|
||||
{Region: "Brazil", Hostname: "br.privacy.network", ServerName: "saopaolo402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 241, 177, 59}, {188, 241, 177, 60}, {188, 241, 177, 56}, {188, 241, 177, 54}, {188, 241, 177, 57}}},
|
||||
{Region: "Brazil", Hostname: "br.privacy.network", ServerName: "saopaolo403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 241, 177, 124}, {188, 241, 177, 117}, {188, 241, 177, 123}, {188, 241, 177, 118}}},
|
||||
{Region: "Brazil", Hostname: "br.privacy.network", ServerName: "saopaolo404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{45, 133, 180, 248}, {45, 133, 180, 247}, {45, 133, 180, 246}, {45, 133, 180, 244}, {45, 133, 180, 253}}},
|
||||
{Region: "Bulgaria", Hostname: "sofia.privacy.network", ServerName: "sofia402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{217, 138, 221, 94}, {217, 138, 221, 90}, {217, 138, 221, 89}, {217, 138, 221, 85}, {217, 138, 221, 87}}},
|
||||
{Region: "Bulgaria", Hostname: "sofia.privacy.network", ServerName: "sofia403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{217, 138, 221, 69}, {217, 138, 221, 67}, {217, 138, 221, 74}, {217, 138, 221, 73}, {217, 138, 221, 70}}},
|
||||
{Region: "CA Montreal", Hostname: "ca-montreal.privacy.network", ServerName: "montreal402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{172, 98, 71, 119}, {172, 98, 71, 93}, {172, 98, 71, 124}, {172, 98, 71, 103}, {172, 98, 71, 117}, {172, 98, 71, 96}}},
|
||||
{Region: "CA Montreal", Hostname: "ca-montreal.privacy.network", ServerName: "montreal404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{172, 98, 71, 133}, {172, 98, 71, 163}, {172, 98, 71, 184}, {172, 98, 71, 137}, {172, 98, 71, 157}, {172, 98, 71, 183}, {172, 98, 71, 190}}},
|
||||
{Region: "CA Montreal", Hostname: "ca-montreal.privacy.network", ServerName: "montreal406", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{199, 36, 223, 34}, {199, 36, 223, 49}, {199, 36, 223, 10}, {199, 36, 223, 55}, {199, 36, 223, 25}, {199, 36, 223, 9}}},
|
||||
{Region: "CA Montreal", Hostname: "ca-montreal.privacy.network", ServerName: "montreal409", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{172, 98, 68, 39}, {172, 98, 68, 24}}},
|
||||
{Region: "CA Montreal", Hostname: "ca-montreal.privacy.network", ServerName: "montreal410", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{199, 36, 223, 246}, {199, 36, 223, 203}, {199, 36, 223, 248}, {199, 36, 223, 219}, {199, 36, 223, 243}}},
|
||||
{Region: "CA Montreal", Hostname: "ca-montreal.privacy.network", ServerName: "montreal411", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{199, 36, 223, 148}, {199, 36, 223, 189}, {199, 36, 223, 159}, {199, 36, 223, 154}, {199, 36, 223, 136}}},
|
||||
{Region: "CA Ontario", Hostname: "ca-ontario.privacy.network", ServerName: "ontario401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{172, 83, 47, 97}, {172, 83, 47, 84}, {172, 83, 47, 109}, {172, 83, 47, 105}, {172, 83, 47, 124}}},
|
||||
{Region: "CA Ontario", Hostname: "ca-ontario.privacy.network", ServerName: "ontario402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{172, 83, 47, 139}, {172, 83, 47, 173}, {172, 83, 47, 167}, {172, 83, 47, 174}, {172, 83, 47, 197}}},
|
||||
{Region: "CA Ontario", Hostname: "ca-ontario.privacy.network", ServerName: "ontario406", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{172, 98, 80, 178}, {172, 98, 80, 193}, {172, 98, 80, 184}, {172, 98, 80, 153}, {172, 98, 80, 183}}},
|
||||
{Region: "CA Ontario", Hostname: "ca-ontario.privacy.network", ServerName: "ontario407", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{172, 98, 80, 19}, {172, 98, 80, 61}, {172, 98, 80, 42}, {172, 98, 80, 26}, {172, 98, 80, 43}, {172, 98, 80, 49}, {172, 98, 80, 50}}},
|
||||
{Region: "CA Ontario", Hostname: "ca-ontario.privacy.network", ServerName: "ontario409", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{66, 115, 145, 247}, {66, 115, 145, 228}, {66, 115, 145, 249}, {66, 115, 145, 236}, {66, 115, 145, 226}}},
|
||||
{Region: "CA Toronto", Hostname: "ca-toronto.privacy.network", ServerName: "toronto403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{66, 115, 142, 76}, {66, 115, 142, 78}, {66, 115, 142, 127}, {66, 115, 142, 84}, {66, 115, 142, 104}, {66, 115, 142, 106}}},
|
||||
{Region: "CA Toronto", Hostname: "ca-toronto.privacy.network", ServerName: "toronto414", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{154, 3, 40, 14}}},
|
||||
{Region: "CA Toronto", Hostname: "ca-toronto.privacy.network", ServerName: "toronto417", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{154, 3, 40, 117}, {154, 3, 40, 104}, {154, 3, 40, 96}, {154, 3, 40, 103}, {154, 3, 40, 115}}},
|
||||
{Region: "CA Toronto", Hostname: "ca-toronto.privacy.network", ServerName: "toronto418", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{154, 3, 40, 130}, {154, 3, 40, 137}, {154, 3, 40, 145}, {154, 3, 40, 135}, {154, 3, 40, 150}}},
|
||||
{Region: "CA Toronto", Hostname: "ca-toronto.privacy.network", ServerName: "toronto420", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{154, 3, 40, 209}, {154, 3, 40, 194}, {154, 3, 40, 195}, {154, 3, 40, 190}, {154, 3, 40, 206}}},
|
||||
{Region: "CA Toronto", Hostname: "ca-toronto.privacy.network", ServerName: "toronto422", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{154, 3, 42, 7}, {154, 3, 42, 8}, {154, 3, 42, 25}, {154, 3, 42, 19}, {154, 3, 42, 20}}},
|
||||
{Region: "CA Vancouver", Hostname: "ca-vancouver.privacy.network", ServerName: "vancouver401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{162, 216, 47, 44}, {162, 216, 47, 7}, {162, 216, 47, 10}, {162, 216, 47, 57}, {162, 216, 47, 34}, {162, 216, 47, 65}}},
|
||||
{Region: "CA Vancouver", Hostname: "ca-vancouver.privacy.network", ServerName: "vancouver405", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{162, 216, 47, 135}, {162, 216, 47, 153}, {162, 216, 47, 166}, {162, 216, 47, 193}, {162, 216, 47, 149}, {162, 216, 47, 168}}},
|
||||
{Region: "CA Vancouver", Hostname: "ca-vancouver.privacy.network", ServerName: "vancouver406", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{162, 216, 47, 199}, {162, 216, 47, 230}, {162, 216, 47, 215}, {162, 216, 47, 239}, {162, 216, 47, 224}}},
|
||||
{Region: "CA Vancouver", Hostname: "ca-vancouver.privacy.network", ServerName: "vancouver408", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{208, 78, 42, 9}, {208, 78, 42, 54}, {208, 78, 42, 60}, {208, 78, 42, 3}, {208, 78, 42, 13}, {208, 78, 42, 58}, {208, 78, 42, 14}}},
|
||||
{Region: "CA Vancouver", Hostname: "ca-vancouver.privacy.network", ServerName: "vancouver409", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{172, 98, 89, 226}, {172, 98, 89, 235}, {172, 98, 89, 240}, {172, 98, 89, 247}, {172, 98, 89, 205}}},
|
||||
{Region: "Cambodia", Hostname: "cambodia.privacy.network", ServerName: "cambodia401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 215, 235, 109}, {188, 215, 235, 110}, {188, 215, 235, 107}, {188, 215, 235, 104}, {188, 215, 235, 100}}},
|
||||
{Region: "Cambodia", Hostname: "cambodia.privacy.network", ServerName: "cambodia402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 215, 235, 119}, {188, 215, 235, 123}, {188, 215, 235, 117}, {188, 215, 235, 116}, {188, 215, 235, 115}}},
|
||||
{Region: "China", Hostname: "china.privacy.network", ServerName: "china404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 241, 80, 4}, {188, 241, 80, 9}, {188, 241, 80, 14}, {188, 241, 80, 7}, {188, 241, 80, 6}}},
|
||||
{Region: "Croatia", Hostname: "zagreb.privacy.network", ServerName: "zagreb402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{146, 70, 8, 134}, {146, 70, 8, 145}, {146, 70, 8, 133}, {146, 70, 8, 139}, {146, 70, 8, 135}, {146, 70, 8, 137}}},
|
||||
{Region: "Cyprus", Hostname: "cyprus.privacy.network", ServerName: "cyprus403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{185, 253, 162, 13}, {185, 253, 162, 10}, {185, 253, 162, 5}, {185, 253, 162, 8}, {185, 253, 162, 6}, {185, 253, 162, 4}}},
|
||||
{Region: "Czech Republic", Hostname: "czech.privacy.network", ServerName: "prague401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{212, 102, 39, 93}, {212, 102, 39, 79}, {212, 102, 39, 80}, {212, 102, 39, 88}, {212, 102, 39, 85}, {212, 102, 39, 86}}},
|
||||
{Region: "Czech Republic", Hostname: "czech.privacy.network", ServerName: "prague402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{212, 102, 39, 148}, {212, 102, 39, 138}, {212, 102, 39, 136}, {212, 102, 39, 143}, {212, 102, 39, 149}, {212, 102, 39, 155}}},
|
||||
{Region: "Czech Republic", Hostname: "czech.privacy.network", ServerName: "prague403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{212, 102, 39, 204}, {212, 102, 39, 203}, {212, 102, 39, 219}, {212, 102, 39, 216}, {212, 102, 39, 68}}},
|
||||
{Region: "DE Berlin", Hostname: "de-berlin.privacy.network", ServerName: "berlin416", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{154, 13, 1, 15}, {154, 13, 1, 10}, {154, 13, 1, 8}, {154, 13, 1, 4}}},
|
||||
{Region: "DE Berlin", Hostname: "de-berlin.privacy.network", ServerName: "berlin417", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{154, 13, 1, 30}, {154, 13, 1, 24}, {154, 13, 1, 23}, {154, 13, 1, 19}, {154, 13, 1, 27}}},
|
||||
{Region: "DE Berlin", Hostname: "de-berlin.privacy.network", ServerName: "berlin418", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{154, 13, 1, 37}, {154, 13, 1, 46}, {154, 13, 1, 43}, {154, 13, 1, 47}, {154, 13, 1, 44}, {154, 13, 1, 45}}},
|
||||
{Region: "DE Berlin", Hostname: "de-berlin.privacy.network", ServerName: "berlin420", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{154, 13, 1, 67}, {154, 13, 1, 69}, {154, 13, 1, 73}, {154, 13, 1, 75}, {154, 13, 1, 68}, {154, 13, 1, 64}}},
|
||||
{Region: "DE Berlin", Hostname: "de-berlin.privacy.network", ServerName: "berlin421", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{154, 13, 1, 89}, {154, 13, 1, 86}, {154, 13, 1, 85}, {154, 13, 1, 88}, {154, 13, 1, 87}}},
|
||||
{Region: "DE Berlin", Hostname: "de-berlin.privacy.network", ServerName: "berlin422", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{154, 13, 1, 107}, {154, 13, 1, 97}, {154, 13, 1, 95}, {154, 13, 1, 98}, {154, 13, 1, 96}}},
|
||||
{Region: "DE Berlin", Hostname: "de-berlin.privacy.network", ServerName: "berlin424", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{154, 13, 1, 136}, {154, 13, 1, 137}, {154, 13, 1, 126}, {154, 13, 1, 133}}},
|
||||
{Region: "DE Frankfurt", Hostname: "de-frankfurt.privacy.network", ServerName: "frankfurt402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{195, 181, 170, 226}, {212, 102, 57, 217}, {195, 181, 170, 237}, {195, 181, 170, 227}, {212, 102, 57, 207}}},
|
||||
{Region: "DE Frankfurt", Hostname: "de-frankfurt.privacy.network", ServerName: "frankfurt405", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{212, 102, 57, 20}, {212, 102, 57, 25}, {212, 102, 57, 3}, {212, 102, 57, 23}, {212, 102, 57, 8}, {212, 102, 57, 4}}},
|
||||
{Region: "DE Frankfurt", Hostname: "de-frankfurt.privacy.network", ServerName: "frankfurt407", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{138, 199, 18, 130}, {138, 199, 18, 143}, {138, 199, 18, 133}, {138, 199, 18, 137}, {138, 199, 18, 139}, {138, 199, 18, 154}}},
|
||||
{Region: "DE Frankfurt", Hostname: "de-frankfurt.privacy.network", ServerName: "frankfurt408", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{138, 199, 18, 78}, {138, 199, 18, 83}, {138, 199, 18, 73}, {138, 199, 18, 65}, {138, 199, 18, 63}, {138, 199, 18, 79}}},
|
||||
{Region: "DE Frankfurt", Hostname: "de-frankfurt.privacy.network", ServerName: "frankfurt410", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{212, 102, 57, 146}, {212, 102, 57, 165}, {212, 102, 57, 139}, {212, 102, 57, 155}, {212, 102, 57, 140}}},
|
||||
{Region: "Denmark", Hostname: "denmark.privacy.network", ServerName: "copenhagen402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 126, 94, 86}, {188, 126, 94, 85}, {188, 126, 94, 88}, {188, 126, 94, 74}, {188, 126, 94, 84}, {188, 126, 94, 71}, {188, 126, 94, 78}}},
|
||||
{Region: "Denmark", Hostname: "denmark.privacy.network", ServerName: "copenhagen403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 126, 94, 124}, {188, 126, 94, 119}, {188, 126, 94, 118}, {188, 126, 94, 113}, {188, 126, 94, 104}}},
|
||||
{Region: "Denmark", Hostname: "denmark.privacy.network", ServerName: "copenhagen404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 126, 94, 166}, {188, 126, 94, 165}, {188, 126, 94, 163}, {188, 126, 94, 178}, {188, 126, 94, 185}, {188, 126, 94, 177}}},
|
||||
{Region: "Denmark", Hostname: "denmark.privacy.network", ServerName: "copenhagen405", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 126, 94, 36}, {188, 126, 94, 43}, {188, 126, 94, 47}, {188, 126, 94, 40}, {188, 126, 94, 59}, {188, 126, 94, 46}}},
|
||||
{Region: "Egypt", Hostname: "egypt.privacy.network", ServerName: "cairo401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 214, 122, 103}, {188, 214, 122, 100}, {188, 214, 122, 106}, {188, 214, 122, 99}, {188, 214, 122, 107}, {188, 214, 122, 110}}},
|
||||
{Region: "Egypt", Hostname: "egypt.privacy.network", ServerName: "cairo402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 214, 122, 116}, {188, 214, 122, 118}, {188, 214, 122, 117}, {188, 214, 122, 115}, {188, 214, 122, 123}}},
|
||||
{Region: "Estonia", Hostname: "ee.privacy.network", ServerName: "talinn401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{77, 247, 111, 138}, {77, 247, 111, 131}, {77, 247, 111, 140}, {77, 247, 111, 134}, {77, 247, 111, 141}}},
|
||||
{Region: "Estonia", Hostname: "ee.privacy.network", ServerName: "talinn402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{95, 153, 31, 67}, {95, 153, 31, 77}, {95, 153, 31, 69}, {95, 153, 31, 78}, {95, 153, 31, 68}}},
|
||||
{Region: "Finland", Hostname: "fi.privacy.network", ServerName: "helsinki401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 126, 89, 16}, {188, 126, 89, 6}, {188, 126, 89, 17}, {188, 126, 89, 26}, {188, 126, 89, 10}, {188, 126, 89, 18}}},
|
||||
{Region: "Finland", Hostname: "fi.privacy.network", ServerName: "helsinki402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 126, 89, 48}, {188, 126, 89, 45}, {188, 126, 89, 38}, {188, 126, 89, 59}, {188, 126, 89, 56}}},
|
||||
{Region: "Finland", Hostname: "fi.privacy.network", ServerName: "helsinki404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 126, 89, 70}, {188, 126, 89, 83}, {188, 126, 89, 73}, {188, 126, 89, 87}, {188, 126, 89, 77}}},
|
||||
{Region: "France", Hostname: "france.privacy.network", ServerName: "paris402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{156, 146, 63, 154}, {156, 146, 63, 136}, {156, 146, 63, 135}, {156, 146, 63, 148}, {156, 146, 63, 156}, {156, 146, 63, 160}, {156, 146, 63, 149}}},
|
||||
{Region: "France", Hostname: "france.privacy.network", ServerName: "paris404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{156, 146, 63, 9}, {156, 146, 63, 10}, {156, 146, 63, 25}, {156, 146, 63, 13}, {156, 146, 63, 27}, {156, 146, 63, 14}, {156, 146, 63, 15}}},
|
||||
{Region: "France", Hostname: "france.privacy.network", ServerName: "paris410", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{191, 101, 217, 23}, {191, 101, 217, 14}, {191, 101, 217, 16}, {191, 101, 217, 35}, {191, 101, 217, 20}, {191, 101, 217, 33}}},
|
||||
{Region: "France", Hostname: "france.privacy.network", ServerName: "paris411", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{191, 101, 31, 26}, {191, 101, 31, 20}, {191, 101, 31, 30}, {191, 101, 31, 15}, {191, 101, 31, 17}, {191, 101, 31, 25}, {191, 101, 31, 38}, {191, 101, 31, 14}, {191, 101, 31, 36}}},
|
||||
{Region: "France", Hostname: "france.privacy.network", ServerName: "paris412", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{191, 101, 31, 53}, {191, 101, 31, 58}, {191, 101, 31, 55}, {191, 101, 31, 56}, {191, 101, 31, 47}, {191, 101, 31, 59}}},
|
||||
{Region: "Georgia", Hostname: "georgia.privacy.network", ServerName: "georgia403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{95, 181, 236, 3}, {95, 181, 236, 7}, {95, 181, 236, 9}, {95, 181, 236, 8}, {95, 181, 236, 5}}},
|
||||
{Region: "Greece", Hostname: "gr.privacy.network", ServerName: "athens401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{154, 57, 3, 87}, {154, 57, 3, 90}, {154, 57, 3, 88}, {154, 57, 3, 78}, {154, 57, 3, 83}}},
|
||||
{Region: "Greece", Hostname: "gr.privacy.network", ServerName: "athens402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{154, 57, 3, 97}, {154, 57, 3, 100}, {154, 57, 3, 95}, {154, 57, 3, 94}, {154, 57, 3, 96}}},
|
||||
{Region: "Greenland", Hostname: "greenland.privacy.network", ServerName: "greenland403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{91, 90, 120, 141}, {91, 90, 120, 144}, {91, 90, 120, 134}, {91, 90, 120, 135}}},
|
||||
{Region: "Greenland", Hostname: "greenland.privacy.network", ServerName: "greenland404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{91, 90, 120, 155}, {91, 90, 120, 150}, {91, 90, 120, 158}, {91, 90, 120, 154}, {91, 90, 120, 149}}},
|
||||
{Region: "Greenland", Hostname: "greenland.privacy.network", ServerName: "greenland405", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{91, 90, 120, 165}, {91, 90, 120, 163}, {91, 90, 120, 166}, {91, 90, 120, 172}, {91, 90, 120, 174}}},
|
||||
{Region: "Greenland", Hostname: "greenland.privacy.network", ServerName: "greenland406", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{91, 90, 120, 183}, {91, 90, 120, 180}, {91, 90, 120, 179}, {91, 90, 120, 184}, {91, 90, 120, 176}}},
|
||||
{Region: "Hong Kong", Hostname: "hk.privacy.network", ServerName: "china403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{86, 107, 104, 219}, {86, 107, 104, 216}, {86, 107, 104, 215}, {86, 107, 104, 213}, {86, 107, 104, 214}, {86, 107, 104, 220}}},
|
||||
{Region: "Hong Kong", Hostname: "hk.privacy.network", ServerName: "hongkong402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{86, 107, 104, 253}, {86, 107, 104, 227}, {86, 107, 104, 246}, {86, 107, 104, 245}, {86, 107, 104, 240}, {86, 107, 104, 235}, {86, 107, 104, 229}}},
|
||||
{Region: "Hong Kong", Hostname: "hk.privacy.network", ServerName: "hongkong403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{91, 219, 213, 19}, {91, 219, 213, 23}, {91, 219, 213, 30}, {91, 219, 213, 9}, {91, 219, 213, 29}, {91, 219, 213, 26}, {91, 219, 213, 27}}},
|
||||
{Region: "Hungary", Hostname: "hungary.privacy.network", ServerName: "budapest401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{217, 138, 192, 218}, {217, 138, 192, 220}, {217, 138, 192, 221}, {217, 138, 192, 219}, {217, 138, 192, 222}}},
|
||||
{Region: "Hungary", Hostname: "hungary.privacy.network", ServerName: "budapest402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{86, 106, 74, 119}, {86, 106, 74, 116}, {86, 106, 74, 125}, {86, 106, 74, 117}}},
|
||||
{Region: "Iceland", Hostname: "is.privacy.network", ServerName: "reykjavik401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{45, 133, 193, 43}, {45, 133, 193, 38}, {45, 133, 193, 44}, {45, 133, 193, 45}, {45, 133, 193, 37}, {45, 133, 193, 36}}},
|
||||
{Region: "Iceland", Hostname: "is.privacy.network", ServerName: "reykjavik403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{45, 133, 193, 78}, {45, 133, 193, 73}, {45, 133, 193, 77}, {45, 133, 193, 76}, {45, 133, 193, 69}, {45, 133, 193, 75}, {45, 133, 193, 74}}},
|
||||
{Region: "Iceland", Hostname: "is.privacy.network", ServerName: "reykjavik404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{45, 133, 193, 53}, {45, 133, 193, 59}, {45, 133, 193, 58}, {45, 133, 193, 57}, {45, 133, 193, 60}}},
|
||||
{Region: "India", Hostname: "in.privacy.network", ServerName: "mumbai401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{45, 120, 139, 36}, {45, 120, 139, 104}, {45, 120, 139, 33}, {45, 120, 139, 105}, {45, 120, 139, 35}}},
|
||||
{Region: "India", Hostname: "in.privacy.network", ServerName: "mumbai402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{45, 120, 139, 130}, {45, 120, 139, 133}, {45, 120, 139, 134}, {45, 120, 139, 127}, {45, 120, 139, 136}}},
|
||||
{Region: "India", Hostname: "in.privacy.network", ServerName: "mumbai403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{103, 150, 187, 5}, {103, 150, 187, 9}, {103, 150, 187, 14}, {103, 150, 187, 3}, {103, 150, 187, 10}}},
|
||||
{Region: "India", Hostname: "in.privacy.network", ServerName: "mumbai407", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{103, 150, 187, 17}, {103, 150, 187, 20}, {103, 150, 187, 18}, {103, 150, 187, 25}, {103, 150, 187, 29}}},
|
||||
{Region: "Ireland", Hostname: "ireland.privacy.network", ServerName: "dublin403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{193, 56, 252, 39}, {193, 56, 252, 38}, {193, 56, 252, 44}, {193, 56, 252, 35}, {193, 56, 252, 43}}},
|
||||
{Region: "Ireland", Hostname: "ireland.privacy.network", ServerName: "dublin405", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{193, 56, 252, 14}, {193, 56, 252, 5}, {193, 56, 252, 6}, {193, 56, 252, 4}}},
|
||||
{Region: "Ireland", Hostname: "ireland.privacy.network", ServerName: "dublin407", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{193, 56, 252, 238}, {193, 56, 252, 229}, {193, 56, 252, 237}, {193, 56, 252, 230}, {193, 56, 252, 234}}},
|
||||
{Region: "Ireland", Hostname: "ireland.privacy.network", ServerName: "dublin409", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 241, 178, 38}, {188, 241, 178, 35}, {188, 241, 178, 37}, {188, 241, 178, 44}, {188, 241, 178, 40}}},
|
||||
{Region: "Ireland", Hostname: "ireland.privacy.network", ServerName: "dublin411", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 241, 178, 20}, {188, 241, 178, 29}, {188, 241, 178, 27}, {188, 241, 178, 26}, {188, 241, 178, 23}}},
|
||||
{Region: "Isle of Man", Hostname: "man.privacy.network", ServerName: "douglas403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{91, 90, 124, 4}, {91, 90, 124, 10}, {91, 90, 124, 5}, {91, 90, 124, 13}, {91, 90, 124, 19}, {91, 90, 124, 15}}},
|
||||
{Region: "Israel", Hostname: "israel.privacy.network", ServerName: "jerusalem401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{185, 77, 248, 10}, {185, 77, 248, 15}, {185, 77, 248, 13}, {185, 77, 248, 19}, {185, 77, 248, 16}, {185, 77, 248, 20}}},
|
||||
{Region: "Israel", Hostname: "israel.privacy.network", ServerName: "jerusalem402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{185, 77, 248, 30}, {185, 77, 248, 23}, {185, 77, 248, 34}, {185, 77, 248, 25}, {185, 77, 248, 24}, {185, 77, 248, 35}}},
|
||||
{Region: "Israel", Hostname: "israel.privacy.network", ServerName: "jerusalem404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{185, 77, 248, 58}, {185, 77, 248, 57}, {185, 77, 248, 60}, {185, 77, 248, 53}, {185, 77, 248, 56}, {185, 77, 248, 54}}},
|
||||
{Region: "Israel", Hostname: "israel.privacy.network", ServerName: "jerusalem405", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{185, 77, 248, 73}, {185, 77, 248, 66}, {185, 77, 248, 67}, {185, 77, 248, 77}}},
|
||||
{Region: "Israel", Hostname: "israel.privacy.network", ServerName: "jerusalem406", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{185, 77, 248, 80}, {185, 77, 248, 84}, {185, 77, 248, 85}, {185, 77, 248, 81}, {185, 77, 248, 87}, {185, 77, 248, 88}}},
|
||||
{Region: "Israel", Hostname: "israel.privacy.network", ServerName: "jerusalem407", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{185, 77, 248, 99}, {185, 77, 248, 90}, {185, 77, 248, 98}, {185, 77, 248, 100}}},
|
||||
{Region: "Italy", Hostname: "italy.privacy.network", ServerName: "milano402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{156, 146, 41, 26}, {156, 146, 41, 18}, {156, 146, 41, 17}, {156, 146, 41, 29}, {156, 146, 41, 20}, {156, 146, 41, 3}}},
|
||||
{Region: "Italy", Hostname: "italy.privacy.network", ServerName: "milano403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{156, 146, 41, 80}, {156, 146, 41, 94}, {156, 146, 41, 75}, {156, 146, 41, 83}, {156, 146, 41, 74}}},
|
||||
{Region: "Italy", Hostname: "italy.privacy.network", ServerName: "milano404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{156, 146, 41, 195}, {156, 146, 41, 199}, {156, 146, 41, 194}, {156, 146, 41, 198}, {156, 146, 41, 200}, {156, 146, 41, 214}}},
|
||||
{Region: "JP Streaming Optimized", Hostname: "japan-2.privacy.network", ServerName: "tokyo410", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{138, 199, 39, 2}, {138, 199, 39, 3}, {138, 199, 39, 5}, {138, 199, 39, 4}}},
|
||||
{Region: "JP Tokyo", Hostname: "japan.privacy.network", ServerName: "tokyo401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{156, 146, 34, 134}, {156, 146, 34, 139}, {156, 146, 34, 146}, {156, 146, 34, 148}, {156, 146, 34, 155}, {156, 146, 34, 144}, {156, 146, 34, 136}}},
|
||||
{Region: "JP Tokyo", Hostname: "japan.privacy.network", ServerName: "tokyo402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{156, 146, 34, 77}, {156, 146, 34, 93}, {156, 146, 34, 69}, {156, 146, 34, 86}, {156, 146, 34, 88}, {156, 146, 34, 76}}},
|
||||
{Region: "JP Tokyo", Hostname: "japan.privacy.network", ServerName: "tokyo403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{156, 146, 34, 6}, {156, 146, 34, 15}, {156, 146, 34, 25}, {156, 146, 34, 28}, {156, 146, 34, 30}, {156, 146, 34, 20}}},
|
||||
{Region: "Kazakhstan", Hostname: "kazakhstan.privacy.network", ServerName: "kazakhstan403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{62, 133, 47, 8}, {62, 133, 47, 13}, {62, 133, 47, 5}, {62, 133, 47, 6}, {62, 133, 47, 7}, {62, 133, 47, 3}}},
|
||||
{Region: "Latvia", Hostname: "lv.privacy.network", ServerName: "riga401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{109, 248, 149, 13}, {109, 248, 149, 8}, {109, 248, 149, 3}, {109, 248, 149, 6}, {109, 248, 149, 5}, {109, 248, 149, 14}}},
|
||||
{Region: "Latvia", Hostname: "lv.privacy.network", ServerName: "riga402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{46, 183, 218, 135}, {46, 183, 218, 137}, {46, 183, 218, 132}, {46, 183, 218, 133}, {46, 183, 218, 138}}},
|
||||
{Region: "Latvia", Hostname: "lv.privacy.network", ServerName: "riga403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{46, 183, 218, 158}, {46, 183, 218, 150}, {46, 183, 218, 147}, {46, 183, 218, 156}, {46, 183, 218, 157}}},
|
||||
{Region: "Liechtenstein", Hostname: "liechtenstein.privacy.network", ServerName: "liechtenstein403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{91, 90, 122, 15}, {91, 90, 122, 4}, {91, 90, 122, 19}, {91, 90, 122, 3}, {91, 90, 122, 17}}},
|
||||
{Region: "Lithuania", Hostname: "lt.privacy.network", ServerName: "vilnius401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{85, 206, 165, 163}, {85, 206, 165, 167}, {85, 206, 165, 162}, {85, 206, 165, 166}, {85, 206, 165, 171}, {85, 206, 165, 165}, {85, 206, 165, 173}}},
|
||||
{Region: "Lithuania", Hostname: "lt.privacy.network", ServerName: "vilnius402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{85, 206, 165, 103}, {85, 206, 165, 111}, {85, 206, 165, 104}, {85, 206, 165, 100}, {85, 206, 165, 98}}},
|
||||
{Region: "Lithuania", Hostname: "lt.privacy.network", ServerName: "vilnius403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{85, 206, 165, 115}, {85, 206, 165, 124}, {85, 206, 165, 113}, {85, 206, 165, 122}, {85, 206, 165, 117}, {85, 206, 165, 116}}},
|
||||
{Region: "Luxembourg", Hostname: "lu.privacy.network", ServerName: "luxembourg404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{5, 253, 204, 100}, {5, 253, 204, 104}, {5, 253, 204, 109}, {5, 253, 204, 107}, {5, 253, 204, 110}, {5, 253, 204, 99}}},
|
||||
{Region: "Luxembourg", Hostname: "lu.privacy.network", ServerName: "luxembourg405", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{5, 253, 204, 116}, {5, 253, 204, 120}, {5, 253, 204, 125}, {5, 253, 204, 126}, {5, 253, 204, 124}, {5, 253, 204, 117}}},
|
||||
{Region: "Luxembourg", Hostname: "lu.privacy.network", ServerName: "luxembourg406", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{5, 253, 204, 138}, {5, 253, 204, 133}, {5, 253, 204, 134}, {5, 253, 204, 137}, {5, 253, 204, 140}, {5, 253, 204, 139}}},
|
||||
{Region: "Luxembourg", Hostname: "lu.privacy.network", ServerName: "luxembourg407", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{5, 253, 204, 148}, {5, 253, 204, 155}, {5, 253, 204, 147}, {5, 253, 204, 149}, {5, 253, 204, 156}}},
|
||||
{Region: "Macao", Hostname: "macau.privacy.network", ServerName: "macau403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{84, 252, 92, 6}, {84, 252, 92, 15}, {84, 252, 92, 5}, {84, 252, 92, 10}, {84, 252, 92, 9}}},
|
||||
{Region: "Macedonia", Hostname: "mk.privacy.network", ServerName: "macedonia401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{185, 225, 28, 117}, {185, 225, 28, 120}, {185, 225, 28, 116}, {185, 225, 28, 119}, {185, 225, 28, 124}}},
|
||||
{Region: "Macedonia", Hostname: "mk.privacy.network", ServerName: "macedonia402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{185, 225, 28, 138}, {185, 225, 28, 133}, {185, 225, 28, 136}, {185, 225, 28, 137}, {185, 225, 28, 139}, {185, 225, 28, 140}}},
|
||||
{Region: "Malta", Hostname: "malta.privacy.network", ServerName: "malta403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{176, 125, 230, 7}, {176, 125, 230, 4}, {176, 125, 230, 3}, {176, 125, 230, 15}, {176, 125, 230, 13}}},
|
||||
{Region: "Mexico", Hostname: "mexico.privacy.network", ServerName: "mexico403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{77, 81, 142, 15}, {77, 81, 142, 6}, {77, 81, 142, 8}, {77, 81, 142, 5}}},
|
||||
{Region: "Mexico", Hostname: "mexico.privacy.network", ServerName: "mexico404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{77, 81, 142, 19}, {77, 81, 142, 18}, {77, 81, 142, 29}, {77, 81, 142, 28}, {77, 81, 142, 17}, {77, 81, 142, 27}}},
|
||||
{Region: "Mexico", Hostname: "mexico.privacy.network", ServerName: "mexico406", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{77, 81, 142, 50}, {77, 81, 142, 47}, {77, 81, 142, 59}, {77, 81, 142, 58}, {77, 81, 142, 46}, {77, 81, 142, 54}}},
|
||||
{Region: "Mexico", Hostname: "mexico.privacy.network", ServerName: "mexico407", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{77, 81, 142, 67}, {77, 81, 142, 65}, {77, 81, 142, 68}, {77, 81, 142, 66}}},
|
||||
{Region: "Mexico", Hostname: "mexico.privacy.network", ServerName: "mexico408", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{77, 81, 142, 83}, {77, 81, 142, 88}, {77, 81, 142, 89}, {77, 81, 142, 85}}},
|
||||
{Region: "Mexico", Hostname: "mexico.privacy.network", ServerName: "mexico409", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{77, 81, 142, 104}, {77, 81, 142, 97}, {77, 81, 142, 96}, {77, 81, 142, 93}, {77, 81, 142, 103}}},
|
||||
{Region: "Moldova", Hostname: "md.privacy.network", ServerName: "chisinau401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{178, 175, 129, 36}, {178, 175, 129, 37}, {178, 175, 129, 46}, {178, 175, 129, 45}, {178, 175, 129, 39}, {178, 175, 129, 40}}},
|
||||
{Region: "Moldova", Hostname: "md.privacy.network", ServerName: "chisinau402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{178, 175, 128, 39}, {178, 175, 128, 35}, {178, 175, 128, 44}, {178, 175, 128, 36}, {178, 175, 128, 45}}},
|
||||
{Region: "Monaco", Hostname: "monaco.privacy.network", ServerName: "monaco403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{95, 181, 233, 9}, {95, 181, 233, 4}, {95, 181, 233, 3}, {95, 181, 233, 10}, {95, 181, 233, 13}}},
|
||||
{Region: "Mongolia", Hostname: "mongolia.privacy.network", ServerName: "mongolia403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{185, 253, 163, 10}, {185, 253, 163, 15}, {185, 253, 163, 13}, {185, 253, 163, 6}, {185, 253, 163, 14}, {185, 253, 163, 3}}},
|
||||
{Region: "Mongolia", Hostname: "mongolia.privacy.network", ServerName: "mongolia404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{185, 253, 163, 28}, {185, 253, 163, 17}, {185, 253, 163, 29}, {185, 253, 163, 25}}},
|
||||
{Region: "Montenegro", Hostname: "montenegro.privacy.network", ServerName: "montenegro403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{176, 125, 229, 9}, {176, 125, 229, 6}, {176, 125, 229, 8}, {176, 125, 229, 7}, {176, 125, 229, 4}}},
|
||||
{Region: "Morocco", Hostname: "morocco.privacy.network", ServerName: "morocco403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{95, 181, 232, 10}, {95, 181, 232, 6}, {95, 181, 232, 8}, {95, 181, 232, 3}, {95, 181, 232, 9}, {95, 181, 232, 7}}},
|
||||
{Region: "Netherlands", Hostname: "nl-amsterdam.privacy.network", ServerName: "amsterdam424", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{212, 102, 34, 248}, {212, 102, 34, 250}, {212, 102, 34, 228}, {212, 102, 34, 227}, {212, 102, 34, 230}}},
|
||||
{Region: "Netherlands", Hostname: "nl-amsterdam.privacy.network", ServerName: "amsterdam426", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{191, 96, 168, 86}, {191, 96, 168, 75}, {191, 96, 168, 84}, {191, 96, 168, 87}, {191, 96, 168, 85}, {191, 96, 168, 94}, {191, 96, 168, 77}}},
|
||||
{Region: "Netherlands", Hostname: "nl-amsterdam.privacy.network", ServerName: "amsterdam427", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{181, 214, 206, 87}, {181, 214, 206, 69}, {181, 214, 206, 74}, {181, 214, 206, 83}, {181, 214, 206, 53}}},
|
||||
{Region: "Netherlands", Hostname: "nl-amsterdam.privacy.network", ServerName: "amsterdam431", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{181, 214, 206, 137}, {181, 214, 206, 163}, {181, 214, 206, 159}, {181, 214, 206, 134}, {181, 214, 206, 168}}},
|
||||
{Region: "Netherlands", Hostname: "nl-amsterdam.privacy.network", ServerName: "amsterdam433", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{191, 96, 168, 243}, {191, 96, 168, 239}, {191, 96, 168, 216}, {191, 96, 168, 218}, {191, 96, 168, 214}}},
|
||||
{Region: "New Zealand", Hostname: "nz.privacy.network", ServerName: "newzealand403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{179, 61, 240, 5}, {179, 61, 240, 26}, {179, 61, 240, 37}, {179, 61, 240, 54}, {179, 61, 240, 14}}},
|
||||
{Region: "New Zealand", Hostname: "nz.privacy.network", ServerName: "newzealand404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{179, 61, 240, 99}, {179, 61, 240, 100}, {179, 61, 240, 119}, {179, 61, 240, 117}, {179, 61, 240, 124}}},
|
||||
{Region: "New Zealand", Hostname: "nz.privacy.network", ServerName: "newzealand405", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{179, 61, 240, 143}, {179, 61, 240, 190}, {179, 61, 240, 147}, {179, 61, 240, 165}, {179, 61, 240, 136}, {179, 61, 240, 146}}},
|
||||
{Region: "Nigeria", Hostname: "nigeria.privacy.network", ServerName: "nigeria404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{102, 165, 25, 120}, {102, 165, 25, 123}, {102, 165, 25, 117}, {102, 165, 25, 118}, {102, 165, 25, 126}}},
|
||||
{Region: "Norway", Hostname: "no.privacy.network", ServerName: "oslo401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{46, 246, 122, 56}, {46, 246, 122, 35}, {46, 246, 122, 38}, {46, 246, 122, 55}, {46, 246, 122, 57}, {46, 246, 122, 54}}},
|
||||
{Region: "Norway", Hostname: "no.privacy.network", ServerName: "oslo402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{46, 246, 122, 74}, {46, 246, 122, 77}, {46, 246, 122, 67}, {46, 246, 122, 94}, {46, 246, 122, 69}, {46, 246, 122, 83}, {46, 246, 122, 87}}},
|
||||
{Region: "Norway", Hostname: "no.privacy.network", ServerName: "oslo403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{46, 246, 122, 103}, {46, 246, 122, 114}, {46, 246, 122, 99}, {46, 246, 122, 107}, {46, 246, 122, 118}}},
|
||||
{Region: "Norway", Hostname: "no.privacy.network", ServerName: "oslo404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{46, 246, 122, 167}, {46, 246, 122, 187}, {46, 246, 122, 163}, {46, 246, 122, 183}, {46, 246, 122, 174}, {46, 246, 122, 173}}},
|
||||
{Region: "Panama", Hostname: "panama.privacy.network", ServerName: "panama403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{91, 90, 126, 18}, {91, 90, 126, 19}, {91, 90, 126, 8}, {91, 90, 126, 5}, {91, 90, 126, 13}}},
|
||||
{Region: "Panama", Hostname: "panama.privacy.network", ServerName: "panama404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{91, 90, 126, 28}, {91, 90, 126, 24}, {91, 90, 126, 26}, {91, 90, 126, 33}, {91, 90, 126, 25}}},
|
||||
{Region: "Panama", Hostname: "panama.privacy.network", ServerName: "panama405", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{91, 90, 126, 43}, {91, 90, 126, 46}, {91, 90, 126, 47}, {91, 90, 126, 48}, {91, 90, 126, 40}, {91, 90, 126, 49}}},
|
||||
{Region: "Philippines", Hostname: "philippines.privacy.network", ServerName: "philippines401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 214, 125, 142}, {188, 214, 125, 138}, {188, 214, 125, 136}, {188, 214, 125, 137}, {188, 214, 125, 140}}},
|
||||
{Region: "Philippines", Hostname: "philippines.privacy.network", ServerName: "philippines402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 214, 125, 154}, {188, 214, 125, 148}, {188, 214, 125, 150}, {188, 214, 125, 158}, {188, 214, 125, 153}, {188, 214, 125, 156}}},
|
||||
{Region: "Poland", Hostname: "poland.privacy.network", ServerName: "warsaw401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{217, 138, 209, 244}, {217, 138, 209, 245}, {217, 138, 209, 243}, {217, 138, 209, 242}, {217, 138, 209, 246}}},
|
||||
{Region: "Poland", Hostname: "poland.privacy.network", ServerName: "warsaw402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{194, 110, 114, 9}, {194, 110, 114, 10}, {194, 110, 114, 6}, {194, 110, 114, 5}, {194, 110, 114, 3}, {194, 110, 114, 8}}},
|
||||
{Region: "Poland", Hostname: "poland.privacy.network", ServerName: "warsaw405", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{194, 110, 114, 53}, {194, 110, 114, 55}, {194, 110, 114, 58}, {194, 110, 114, 50}, {194, 110, 114, 60}}},
|
||||
{Region: "Poland", Hostname: "poland.privacy.network", ServerName: "warsaw406", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{194, 110, 114, 66}, {194, 110, 114, 74}, {194, 110, 114, 77}, {194, 110, 114, 69}, {194, 110, 114, 78}, {194, 110, 114, 68}}},
|
||||
{Region: "Poland", Hostname: "poland.privacy.network", ServerName: "warsaw408", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{194, 110, 114, 98}, {194, 110, 114, 106}, {194, 110, 114, 100}, {194, 110, 114, 105}, {194, 110, 114, 104}}},
|
||||
{Region: "Poland", Hostname: "poland.privacy.network", ServerName: "warsaw410", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{138, 199, 59, 44}, {138, 199, 59, 58}, {138, 199, 59, 43}, {138, 199, 59, 49}, {138, 199, 59, 40}}},
|
||||
{Region: "Portugal", Hostname: "pt.privacy.network", ServerName: "lisbon401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{89, 26, 241, 83}, {89, 26, 241, 75}, {89, 26, 241, 71}, {89, 26, 241, 73}, {89, 26, 241, 76}, {89, 26, 241, 84}}},
|
||||
{Region: "Portugal", Hostname: "pt.privacy.network", ServerName: "lisbon402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{89, 26, 241, 94}, {89, 26, 241, 90}, {89, 26, 241, 97}, {89, 26, 241, 98}, {89, 26, 241, 95}}},
|
||||
{Region: "Portugal", Hostname: "pt.privacy.network", ServerName: "lisbon404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{89, 26, 241, 103}, {89, 26, 241, 105}, {89, 26, 241, 114}, {89, 26, 241, 110}, {89, 26, 241, 107}, {89, 26, 241, 104}}},
|
||||
{Region: "Qatar", Hostname: "qatar.privacy.network", ServerName: "qatar403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{95, 181, 234, 7}, {95, 181, 234, 5}, {95, 181, 234, 9}, {95, 181, 234, 13}, {95, 181, 234, 10}}},
|
||||
{Region: "Romania", Hostname: "ro.privacy.network", ServerName: "romania406", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{143, 244, 52, 9}, {143, 244, 52, 13}, {143, 244, 52, 29}, {143, 244, 52, 27}, {143, 244, 52, 26}, {143, 244, 52, 28}}},
|
||||
{Region: "Romania", Hostname: "ro.privacy.network", ServerName: "romania407", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{143, 244, 54, 125}, {143, 244, 54, 136}, {143, 244, 54, 146}, {143, 244, 54, 143}, {143, 244, 54, 140}}},
|
||||
{Region: "Romania", Hostname: "ro.privacy.network", ServerName: "romania408", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{143, 244, 54, 63}, {143, 244, 54, 70}, {143, 244, 54, 68}, {143, 244, 54, 76}, {143, 244, 54, 65}, {143, 244, 54, 83}}},
|
||||
{Region: "Romania", Hostname: "ro.privacy.network", ServerName: "romania409", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{143, 244, 54, 27}, {143, 244, 54, 25}, {143, 244, 54, 13}, {143, 244, 54, 16}, {143, 244, 54, 30}, {143, 244, 54, 17}, {143, 244, 54, 18}}},
|
||||
{Region: "Saudi Arabia", Hostname: "saudiarabia.privacy.network", ServerName: "saudiarabia403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{95, 181, 235, 16}, {95, 181, 235, 3}, {95, 181, 235, 8}, {95, 181, 235, 6}, {95, 181, 235, 14}, {95, 181, 235, 4}}},
|
||||
{Region: "Serbia", Hostname: "rs.privacy.network", ServerName: "belgrade401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{37, 120, 193, 249}, {37, 120, 193, 244}, {37, 120, 193, 248}, {37, 120, 193, 247}, {37, 120, 193, 254}}},
|
||||
{Region: "Serbia", Hostname: "rs.privacy.network", ServerName: "belgrade402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{37, 120, 193, 230}, {37, 120, 193, 236}, {37, 120, 193, 238}, {37, 120, 193, 228}, {37, 120, 193, 235}}},
|
||||
{Region: "Singapore", Hostname: "sg.privacy.network", ServerName: "singapore401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{156, 146, 57, 186}, {156, 146, 57, 194}, {156, 146, 57, 198}, {156, 146, 57, 185}, {156, 146, 57, 187}, {156, 146, 57, 179}}},
|
||||
{Region: "Singapore", Hostname: "sg.privacy.network", ServerName: "singapore402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{156, 146, 57, 113}, {156, 146, 57, 109}, {156, 146, 57, 106}, {156, 146, 57, 134}, {156, 146, 57, 139}, {156, 146, 57, 138}}},
|
||||
{Region: "Singapore", Hostname: "sg.privacy.network", ServerName: "singapore403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{156, 146, 57, 49}, {156, 146, 57, 54}, {156, 146, 57, 53}, {156, 146, 57, 40}, {156, 146, 57, 66}}},
|
||||
{Region: "Singapore", Hostname: "sg.privacy.network", ServerName: "singapore404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{138, 199, 24, 19}, {138, 199, 24, 10}, {138, 199, 24, 23}, {138, 199, 24, 20}, {138, 199, 24, 29}, {138, 199, 24, 4}, {138, 199, 24, 15}}},
|
||||
{Region: "Slovakia", Hostname: "sk.privacy.network", ServerName: "bratislava401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{37, 120, 221, 83}, {37, 120, 221, 94}, {37, 120, 221, 87}, {37, 120, 221, 86}, {37, 120, 221, 90}, {37, 120, 221, 85}}},
|
||||
{Region: "Slovakia", Hostname: "sk.privacy.network", ServerName: "bratislava402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{37, 120, 221, 215}, {37, 120, 221, 213}, {37, 120, 221, 217}, {37, 120, 221, 219}, {37, 120, 221, 220}}},
|
||||
{Region: "South Africa", Hostname: "za.privacy.network", ServerName: "johannesburg401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{154, 16, 93, 44}, {154, 16, 93, 45}, {154, 16, 93, 39}, {154, 16, 93, 37}, {154, 16, 93, 46}}},
|
||||
{Region: "South Africa", Hostname: "za.privacy.network", ServerName: "johannesburg402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{154, 16, 93, 196}, {154, 16, 93, 198}, {154, 16, 93, 205}, {154, 16, 93, 204}, {154, 16, 93, 194}, {154, 16, 93, 197}}},
|
||||
{Region: "South Africa", Hostname: "za.privacy.network", ServerName: "johannesburg403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{154, 16, 93, 236}, {154, 16, 93, 235}, {154, 16, 93, 234}, {154, 16, 93, 229}, {154, 16, 93, 237}}},
|
||||
{Region: "Spain", Hostname: "spain.privacy.network", ServerName: "madrid401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{212, 102, 49, 70}, {212, 102, 49, 85}, {212, 102, 49, 88}, {212, 102, 49, 77}}},
|
||||
{Region: "Spain", Hostname: "spain.privacy.network", ServerName: "madrid402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{212, 102, 49, 24}, {212, 102, 49, 7}, {212, 102, 49, 4}, {212, 102, 49, 8}, {212, 102, 49, 5}, {212, 102, 49, 23}}},
|
||||
{Region: "Spain", Hostname: "spain.privacy.network", ServerName: "madrid403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{212, 102, 49, 189}, {212, 102, 49, 209}, {212, 102, 49, 198}, {212, 102, 49, 210}, {212, 102, 49, 206}, {212, 102, 49, 213}}},
|
||||
{Region: "Spain", Hostname: "spain.privacy.network", ServerName: "madrid404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{212, 102, 49, 150}, {212, 102, 49, 154}, {212, 102, 49, 118}, {212, 102, 49, 144}, {212, 102, 49, 149}, {212, 102, 49, 147}, {212, 102, 49, 119}}},
|
||||
{Region: "Sri Lanka", Hostname: "srilanka.privacy.network", ServerName: "srilanka403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{95, 181, 239, 5}, {95, 181, 239, 13}, {95, 181, 239, 8}, {95, 181, 239, 7}, {95, 181, 239, 6}, {95, 181, 239, 4}}},
|
||||
{Region: "Sweden", Hostname: "sweden.privacy.network", ServerName: "stockholm401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{195, 246, 120, 6}, {195, 246, 120, 10}, {195, 246, 120, 19}, {195, 246, 120, 34}, {195, 246, 120, 38}, {195, 246, 120, 5}}},
|
||||
{Region: "Sweden", Hostname: "sweden.privacy.network", ServerName: "stockholm402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{195, 246, 120, 56}, {195, 246, 120, 53}, {195, 246, 120, 40}, {195, 246, 120, 49}, {195, 246, 120, 50}}},
|
||||
{Region: "Sweden", Hostname: "sweden.privacy.network", ServerName: "stockholm403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{195, 246, 120, 90}, {195, 246, 120, 93}, {195, 246, 120, 107}, {195, 246, 120, 99}, {195, 246, 120, 97}, {195, 246, 120, 100}}},
|
||||
{Region: "Sweden", Hostname: "sweden.privacy.network", ServerName: "stockholm404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{195, 246, 120, 134}, {195, 246, 120, 140}, {195, 246, 120, 119}, {195, 246, 120, 113}, {195, 246, 120, 123}, {195, 246, 120, 114}}},
|
||||
{Region: "Sweden", Hostname: "sweden.privacy.network", ServerName: "stockholm405", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{46, 246, 3, 200}, {46, 246, 3, 184}, {46, 246, 3, 206}, {46, 246, 3, 214}, {46, 246, 3, 210}}},
|
||||
{Region: "Switzerland", Hostname: "swiss.privacy.network", ServerName: "zurich402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{212, 102, 37, 189}, {212, 102, 37, 193}, {212, 102, 37, 198}, {212, 102, 37, 186}, {212, 102, 37, 185}}},
|
||||
{Region: "Switzerland", Hostname: "swiss.privacy.network", ServerName: "zurich403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{212, 102, 37, 136}, {212, 102, 37, 115}, {212, 102, 37, 139}, {212, 102, 37, 129}, {212, 102, 37, 130}}},
|
||||
{Region: "Switzerland", Hostname: "swiss.privacy.network", ServerName: "zurich404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{212, 102, 37, 63}, {212, 102, 37, 56}, {212, 102, 37, 57}, {212, 102, 37, 60}, {212, 102, 37, 50}, {212, 102, 37, 58}}},
|
||||
{Region: "Switzerland", Hostname: "swiss.privacy.network", ServerName: "zurich405", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{212, 102, 36, 30}, {212, 102, 36, 8}, {212, 102, 36, 25}, {212, 102, 36, 29}}},
|
||||
{Region: "Switzerland", Hostname: "swiss.privacy.network", ServerName: "zurich407", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{156, 146, 62, 209}, {156, 146, 62, 198}, {156, 146, 62, 199}, {156, 146, 62, 196}, {156, 146, 62, 218}}},
|
||||
{Region: "Switzerland", Hostname: "swiss.privacy.network", ServerName: "zurich408", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{212, 102, 36, 170}, {212, 102, 36, 177}, {212, 102, 36, 168}, {212, 102, 37, 9}, {212, 102, 37, 5}}},
|
||||
{Region: "Taiwan", Hostname: "taiwan.privacy.network", ServerName: "taiwan401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 214, 106, 73}, {188, 214, 106, 76}, {188, 214, 106, 74}, {188, 214, 106, 69}, {188, 214, 106, 75}}},
|
||||
{Region: "Taiwan", Hostname: "taiwan.privacy.network", ServerName: "taiwan402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 214, 106, 93}, {188, 214, 106, 88}, {188, 214, 106, 94}, {188, 214, 106, 87}, {188, 214, 106, 89}, {188, 214, 106, 83}}},
|
||||
{Region: "Taiwan", Hostname: "taiwan.privacy.network", ServerName: "taiwan403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 214, 106, 138}, {188, 214, 106, 153}, {188, 214, 106, 155}, {188, 214, 106, 137}, {188, 214, 106, 154}, {188, 214, 106, 140}}},
|
||||
{Region: "Turkey", Hostname: "tr.privacy.network", ServerName: "istanbul401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 213, 34, 77}, {188, 213, 34, 70}, {188, 213, 34, 78}, {188, 213, 34, 75}, {188, 213, 34, 68}, {188, 213, 34, 73}}},
|
||||
{Region: "Turkey", Hostname: "tr.privacy.network", ServerName: "istanbul402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 213, 34, 89}, {188, 213, 34, 87}, {188, 213, 34, 93}, {188, 213, 34, 83}, {188, 213, 34, 84}, {188, 213, 34, 94}}},
|
||||
{Region: "UK London", Hostname: "uk-london.privacy.network", ServerName: "london403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{191, 101, 209, 43}, {191, 101, 209, 34}, {191, 101, 209, 58}, {191, 101, 209, 39}, {191, 101, 209, 63}}},
|
||||
{Region: "UK London", Hostname: "uk-london.privacy.network", ServerName: "london409", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{181, 215, 176, 40}, {181, 215, 176, 45}, {181, 215, 176, 48}, {181, 215, 176, 44}, {181, 215, 176, 64}}},
|
||||
{Region: "UK London", Hostname: "uk-london.privacy.network", ServerName: "london410", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{181, 215, 176, 70}, {181, 215, 176, 80}, {181, 215, 176, 75}, {181, 215, 176, 77}, {181, 215, 176, 86}}},
|
||||
{Region: "UK London", Hostname: "uk-london.privacy.network", ServerName: "london416", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{138, 199, 28, 59}, {138, 199, 28, 50}, {138, 199, 28, 54}, {138, 199, 28, 45}, {138, 199, 28, 39}}},
|
||||
{Region: "UK London", Hostname: "uk-london.privacy.network", ServerName: "london434", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{194, 110, 13, 76}, {194, 110, 13, 70}, {194, 110, 13, 77}, {194, 110, 13, 78}, {194, 110, 13, 83}}},
|
||||
{Region: "UK London", Hostname: "uk-london.privacy.network", ServerName: "london442", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{191, 101, 209, 3}, {191, 101, 209, 28}, {191, 101, 209, 13}}},
|
||||
{Region: "UK Manchester", Hostname: "uk-manchester.privacy.network", ServerName: "manchester419", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{45, 133, 172, 27}, {45, 133, 172, 7}, {45, 133, 172, 8}, {45, 133, 172, 4}, {45, 133, 172, 23}, {45, 133, 172, 30}}},
|
||||
{Region: "UK Manchester", Hostname: "uk-manchester.privacy.network", ServerName: "manchester420", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{45, 133, 172, 36}, {45, 133, 172, 56}, {45, 133, 172, 60}, {45, 133, 172, 62}, {45, 133, 172, 57}}},
|
||||
{Region: "UK Manchester", Hostname: "uk-manchester.privacy.network", ServerName: "manchester421", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{45, 133, 172, 76}, {45, 133, 172, 80}, {45, 133, 172, 89}, {45, 133, 172, 88}, {45, 133, 172, 69}, {45, 133, 172, 87}}},
|
||||
{Region: "UK Manchester", Hostname: "uk-manchester.privacy.network", ServerName: "manchester426", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{45, 133, 172, 238}, {45, 133, 172, 249}, {45, 133, 172, 245}, {45, 133, 172, 246}, {45, 133, 172, 234}, {45, 133, 172, 235}}},
|
||||
{Region: "UK Manchester", Hostname: "uk-manchester.privacy.network", ServerName: "manchester427", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{45, 133, 173, 15}, {45, 133, 173, 26}, {45, 133, 173, 6}, {45, 133, 173, 3}, {45, 133, 173, 8}, {45, 133, 173, 23}, {45, 133, 173, 13}}},
|
||||
{Region: "UK Southampton", Hostname: "uk-southampton.privacy.network", ServerName: "southampton401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{143, 244, 37, 202}, {143, 244, 37, 218}, {143, 244, 37, 211}, {143, 244, 37, 197}, {143, 244, 37, 209}, {143, 244, 37, 193}}},
|
||||
{Region: "UK Southampton", Hostname: "uk-southampton.privacy.network", ServerName: "southampton402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{143, 244, 37, 155}, {143, 244, 37, 130}, {143, 244, 37, 157}, {143, 244, 37, 140}, {143, 244, 37, 147}, {143, 244, 37, 148}}},
|
||||
{Region: "UK Southampton", Hostname: "uk-southampton.privacy.network", ServerName: "southampton403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{143, 244, 37, 83}, {143, 244, 37, 80}, {143, 244, 37, 63}, {143, 244, 37, 69}, {143, 244, 37, 87}, {143, 244, 37, 75}}},
|
||||
{Region: "UK Southampton", Hostname: "uk-southampton.privacy.network", ServerName: "southampton405", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{143, 244, 36, 66}, {143, 244, 36, 84}, {143, 244, 36, 64}, {143, 244, 36, 76}, {143, 244, 36, 65}}},
|
||||
{Region: "UK Southampton", Hostname: "uk-southampton.privacy.network", ServerName: "southampton407", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{143, 244, 38, 5}, {143, 244, 38, 13}, {143, 244, 38, 14}, {143, 244, 38, 22}, {143, 244, 38, 9}, {143, 244, 38, 29}, {143, 244, 38, 28}}},
|
||||
{Region: "UK Streaming Optimized", Hostname: "uk-2.privacy.network", ServerName: "london419", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{138, 199, 28, 7}, {138, 199, 28, 11}, {138, 199, 28, 3}, {138, 199, 28, 9}, {138, 199, 28, 5}, {138, 199, 28, 2}}},
|
||||
{Region: "UK Streaming Optimized", Hostname: "uk-2.privacy.network", ServerName: "london420", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{138, 199, 28, 65}, {138, 199, 28, 68}, {138, 199, 28, 66}}},
|
||||
{Region: "UK Streaming Optimized", Hostname: "uk-2.privacy.network", ServerName: "london425", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{138, 199, 30, 140}, {138, 199, 30, 141}, {138, 199, 30, 139}}},
|
||||
{Region: "UK Streaming Optimized", Hostname: "uk-2.privacy.network", ServerName: "london430", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{138, 199, 29, 142}, {138, 199, 29, 145}, {138, 199, 29, 144}, {138, 199, 29, 143}, {138, 199, 29, 146}}},
|
||||
{Region: "UK Streaming Optimized", Hostname: "uk-2.privacy.network", ServerName: "london431", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{138, 199, 29, 164}, {138, 199, 29, 157}, {138, 199, 29, 160}, {138, 199, 29, 154}}},
|
||||
{Region: "UK Streaming Optimized", Hostname: "uk-2.privacy.network", ServerName: "london435", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{138, 199, 30, 188}, {138, 199, 30, 191}, {138, 199, 30, 185}, {138, 199, 30, 180}, {138, 199, 30, 200}, {138, 199, 30, 195}}},
|
||||
{Region: "UK Streaming Optimized", Hostname: "uk-2.privacy.network", ServerName: "london441", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{138, 199, 30, 177}, {138, 199, 30, 156}, {138, 199, 30, 160}, {138, 199, 30, 158}, {138, 199, 30, 153}}},
|
||||
{Region: "US Atlanta", Hostname: "us-atlanta.privacy.network", ServerName: "atlanta412", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{154, 21, 22, 38}, {154, 21, 22, 49}, {154, 21, 22, 57}, {154, 21, 22, 64}, {154, 21, 22, 46}, {154, 21, 22, 63}, {154, 21, 22, 50}}},
|
||||
{Region: "US Atlanta", Hostname: "us-atlanta.privacy.network", ServerName: "atlanta415", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{154, 21, 22, 149}, {154, 21, 22, 145}, {154, 21, 22, 136}, {154, 21, 22, 156}, {154, 21, 22, 158}}},
|
||||
{Region: "US Atlanta", Hostname: "us-atlanta.privacy.network", ServerName: "atlanta416", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{154, 21, 22, 175}, {154, 21, 22, 188}, {154, 21, 22, 166}, {154, 21, 22, 173}, {154, 21, 22, 187}, {154, 21, 22, 170}}},
|
||||
{Region: "US Atlanta", Hostname: "us-atlanta.privacy.network", ServerName: "atlanta418", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{154, 21, 22, 249}, {154, 21, 22, 234}, {154, 21, 22, 235}, {154, 21, 22, 239}, {154, 21, 22, 229}}},
|
||||
{Region: "US Atlanta", Hostname: "us-atlanta.privacy.network", ServerName: "atlanta422", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{154, 21, 21, 115}, {154, 21, 21, 129}, {154, 21, 21, 108}, {154, 21, 21, 100}, {154, 21, 21, 127}}},
|
||||
{Region: "US California", Hostname: "us-california.privacy.network", ServerName: "losangeles404", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{84, 17, 45, 4}, {84, 17, 45, 37}, {84, 17, 45, 38}, {84, 17, 45, 9}, {84, 17, 45, 53}, {84, 17, 45, 16}}},
|
||||
{Region: "US California", Hostname: "us-california.privacy.network", ServerName: "losangeles416", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{138, 199, 8, 193}, {138, 199, 8, 203}, {138, 199, 8, 207}, {138, 199, 8, 197}, {138, 199, 8, 190}}},
|
||||
{Region: "US California", Hostname: "us-california.privacy.network", ServerName: "losangeles418", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{138, 199, 8, 90}, {138, 199, 8, 84}, {138, 199, 8, 98}, {138, 199, 8, 63}, {138, 199, 8, 89}}},
|
||||
{Region: "US California", Hostname: "us-california.privacy.network", ServerName: "losangeles419", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{138, 199, 8, 5}, {138, 199, 8, 18}, {138, 199, 8, 6}, {138, 199, 8, 54}, {138, 199, 8, 20}, {138, 199, 8, 4}}},
|
||||
{Region: "US California", Hostname: "us-california.privacy.network", ServerName: "losangeles421", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{143, 244, 50, 168}, {143, 244, 50, 140}, {143, 244, 50, 160}, {143, 244, 50, 169}, {143, 244, 50, 159}, {143, 244, 50, 176}}},
|
||||
{Region: "US Chicago", Hostname: "us-chicago.privacy.network", ServerName: "chicago401", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{212, 102, 59, 229}, {212, 102, 59, 220}, {212, 102, 59, 225}}},
|
||||
{Region: "US Chicago", Hostname: "us-chicago.privacy.network", ServerName: "chicago403", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{212, 102, 59, 154}, {212, 102, 59, 135}, {212, 102, 59, 158}, {212, 102, 59, 145}, {212, 102, 59, 153}}},
|
||||
{Region: "US Chicago", Hostname: "us-chicago.privacy.network", ServerName: "chicago407", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{154, 21, 28, 93}, {154, 21, 28, 75}, {154, 21, 28, 95}, {154, 21, 28, 80}}},
|
||||
{Region: "US Chicago", Hostname: "us-chicago.privacy.network", ServerName: "chicago409", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{154, 21, 28, 158}, {154, 21, 28, 174}, {154, 21, 28, 164}, {154, 21, 28, 157}, {154, 21, 28, 160}}},
|
||||
{Region: "US Chicago", Hostname: "us-chicago.privacy.network", ServerName: "chicago411", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{154, 21, 23, 40}, {154, 21, 23, 10}, {154, 21, 23, 7}, {154, 21, 23, 48}, {154, 21, 23, 37}, {154, 21, 23, 46}}},
|
||||
{Region: "US Chicago", Hostname: "us-chicago.privacy.network", ServerName: "chicago413", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{154, 21, 23, 128}, {154, 21, 23, 124}, {154, 21, 23, 135}, {154, 21, 23, 126}, {154, 21, 23, 109}}},
|
||||
{Region: "US Chicago", Hostname: "us-chicago.privacy.network", ServerName: "chicago414", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{154, 21, 23, 145}, {154, 21, 23, 184}}},
|
||||
{Region: "US Denver", Hostname: "us-denver.privacy.network", ServerName: "denver402", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{70, 39, 126, 164}, {70, 39, 126, 179}, {70, 39, 126, 166}, {70, 39, 126, 149}, {70, 39, 126, 138}, {70, 39, 126, 175}}},
|
||||
{Region: "US Denver", Hostname: "us-denver.privacy.network", ServerName: "denver405", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{70, 39, 110, 79}, {70, 39, 110, 95}, {70, 39, 110, 120}, {70, 39, 110, 125}, {70, 39, 110, 90}}},
|
||||
{Region: "US Denver", Hostname: "us-denver.privacy.network", ServerName: "denver407", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{70, 39, 108, 219}, {70, 39, 108, 209}, {70, 39, 108, 217}, {70, 39, 108, 240}, {70, 39, 108, 208}}},
|
||||
{Region: "US Denver", Hostname: "us-denver.privacy.network", ServerName: "denver408", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{70, 39, 92, 24}, {70, 39, 92, 5}, {70, 39, 92, 25}, {70, 39, 92, 17}, {70, 39, 92, 40}, {70, 39, 92, 23}}},
|
||||
{Region: "US Denver", Hostname: "us-denver.privacy.network", ServerName: "denver409", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{70, 39, 113, 216}, {70, 39, 113, 254}, {70, 39, 113, 234}, {70, 39, 113, 203}}},
|
||||
{Region: "US Denver", Hostname: "us-denver.privacy.network", ServerName: "denver411", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{37, 19, 210, 74}, {37, 19, 210, 68}, {37, 19, 210, 80}, {37, 19, 210, 86}, {37, 19, 210, 94}}},
|
||||
{Region: "US East", Hostname: "us-newjersey.privacy.network", ServerName: "newjersey408", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{143, 244, 44, 159}, {143, 244, 44, 146}, {143, 244, 44, 167}, {143, 244, 44, 155}, {143, 244, 44, 154}, {143, 244, 44, 185}}},
|
||||
{Region: "US East", Hostname: "us-newjersey.privacy.network", ServerName: "newjersey417", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{37, 19, 197, 237}, {37, 19, 197, 231}, {37, 19, 197, 230}, {37, 19, 197, 244}, {37, 19, 197, 238}, {37, 19, 197, 233}}},
|
||||
{Region: "US East", Hostname: "us-newjersey.privacy.network", ServerName: "newjersey418", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{37, 19, 197, 194}, {37, 19, 197, 218}, {37, 19, 197, 206}, {37, 19, 197, 198}, {37, 19, 197, 197}, {37, 19, 197, 207}}},
|
||||
{Region: "US East", Hostname: "us-newjersey.privacy.network", ServerName: "newjersey419", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{37, 19, 197, 157}, {37, 19, 197, 145}, {37, 19, 197, 137}, {37, 19, 197, 134}, {37, 19, 197, 146}}},
|
||||
{Region: "US East", Hostname: "us-newjersey.privacy.network", ServerName: "newjersey420", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{37, 19, 197, 168}, {37, 19, 197, 165}, {37, 19, 197, 187}, {37, 19, 197, 174}, {37, 19, 197, 186}}},
|
||||
{Region: "US East", Hostname: "us-newjersey.privacy.network", ServerName: "newyork412", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{156, 146, 55, 8}, {156, 146, 55, 35}, {156, 146, 55, 10}}},
|
||||
{Region: "US Florida", Hostname: "us-florida.privacy.network", ServerName: "miami403", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{143, 244, 34, 19}, {143, 244, 34, 26}, {143, 244, 34, 24}}},
|
||||
{Region: "US Florida", Hostname: "us-florida.privacy.network", ServerName: "miami404", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{143, 244, 34, 155}, {143, 244, 34, 143}, {143, 244, 34, 163}, {143, 244, 34, 164}, {143, 244, 34, 150}, {143, 244, 34, 158}, {143, 244, 34, 154}}},
|
||||
{Region: "US Florida", Hostname: "us-florida.privacy.network", ServerName: "miami407", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{156, 146, 42, 68}, {156, 146, 42, 129}, {156, 146, 42, 117}, {156, 146, 42, 96}, {156, 146, 42, 74}, {156, 146, 42, 104}, {156, 146, 42, 84}}},
|
||||
{Region: "US Florida", Hostname: "us-florida.privacy.network", ServerName: "miami409", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{156, 146, 42, 205}, {156, 146, 42, 217}}},
|
||||
{Region: "US Florida", Hostname: "us-florida.privacy.network", ServerName: "miami413", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{212, 102, 61, 40}, {212, 102, 61, 77}, {212, 102, 61, 64}, {212, 102, 61, 45}, {212, 102, 61, 70}, {212, 102, 61, 68}}},
|
||||
{Region: "US Florida", Hostname: "us-florida.privacy.network", ServerName: "miami415", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{143, 244, 35, 23}, {143, 244, 35, 8}, {143, 244, 35, 15}, {143, 244, 35, 6}, {143, 244, 35, 16}, {143, 244, 35, 47}}},
|
||||
{Region: "US Florida", Hostname: "us-florida.privacy.network", ServerName: "miami416", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{143, 244, 35, 98}, {143, 244, 35, 110}, {143, 244, 35, 64}, {143, 244, 35, 106}, {143, 244, 35, 108}, {143, 244, 35, 99}}},
|
||||
{Region: "US Houston", Hostname: "us-houston.privacy.network", ServerName: "houston422", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{191, 96, 67, 96}, {191, 96, 67, 98}, {191, 96, 67, 117}, {191, 96, 67, 93}, {191, 96, 67, 119}}},
|
||||
{Region: "US Houston", Hostname: "us-houston.privacy.network", ServerName: "houston424", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{191, 96, 67, 170}, {191, 96, 67, 184}, {191, 96, 67, 185}, {191, 96, 67, 188}, {191, 96, 67, 175}}},
|
||||
{Region: "US Houston", Hostname: "us-houston.privacy.network", ServerName: "houston426", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{191, 96, 67, 237}, {191, 96, 67, 247}, {191, 96, 67, 240}, {191, 96, 67, 225}, {191, 96, 67, 233}, {191, 96, 67, 243}}},
|
||||
{Region: "US Houston", Hostname: "us-houston.privacy.network", ServerName: "houston427", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{181, 214, 227, 5}, {181, 214, 227, 4}, {181, 214, 227, 25}, {181, 214, 227, 26}, {181, 214, 227, 10}, {181, 214, 227, 28}, {181, 214, 227, 6}}},
|
||||
{Region: "US Houston", Hostname: "us-houston.privacy.network", ServerName: "houston428", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{181, 214, 227, 55}, {181, 214, 227, 53}, {181, 214, 227, 45}}},
|
||||
{Region: "US Houston", Hostname: "us-houston.privacy.network", ServerName: "houston429", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{181, 214, 227, 78}, {181, 214, 227, 80}, {181, 214, 227, 65}, {181, 214, 227, 66}, {181, 214, 227, 69}, {181, 214, 227, 74}, {181, 214, 227, 76}}},
|
||||
{Region: "US Las Vegas", Hostname: "us-lasvegas.privacy.network", ServerName: "lasvegas403", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{82, 102, 31, 124}, {82, 102, 31, 119}, {82, 102, 31, 125}, {82, 102, 31, 116}, {82, 102, 31, 123}, {82, 102, 31, 117}}},
|
||||
{Region: "US Las Vegas", Hostname: "us-lasvegas.privacy.network", ServerName: "lasvegas426", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{173, 239, 226, 158}, {173, 239, 226, 180}, {173, 239, 226, 135}, {173, 239, 226, 165}, {173, 239, 226, 160}, {173, 239, 226, 189}}},
|
||||
{Region: "US Las Vegas", Hostname: "us-lasvegas.privacy.network", ServerName: "lasvegas427", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{173, 239, 226, 196}, {173, 239, 226, 238}, {173, 239, 226, 247}, {173, 239, 226, 203}, {173, 239, 226, 193}, {173, 239, 226, 215}, {173, 239, 226, 245}}},
|
||||
{Region: "US Las Vegas", Hostname: "us-lasvegas.privacy.network", ServerName: "losangeles407", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{143, 244, 48, 183}, {143, 244, 48, 143}, {143, 244, 48, 134}, {143, 244, 48, 140}, {143, 244, 48, 174}, {143, 244, 48, 166}}},
|
||||
{Region: "US Las Vegas", Hostname: "us-lasvegas.privacy.network", ServerName: "losangeles408", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{143, 244, 48, 210}, {143, 244, 48, 204}, {143, 244, 48, 198}, {143, 244, 48, 213}, {143, 244, 48, 195}, {143, 244, 48, 193}, {143, 244, 48, 235}}},
|
||||
{Region: "US New York", Hostname: "us-newyorkcity.privacy.network", ServerName: "newjersey414", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{138, 199, 10, 5}, {138, 199, 10, 59}}},
|
||||
{Region: "US New York", Hostname: "us-newyorkcity.privacy.network", ServerName: "newyork409", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{156, 146, 55, 200}, {156, 146, 55, 203}, {156, 146, 55, 205}, {156, 146, 55, 227}, {156, 146, 55, 244}}},
|
||||
{Region: "US New York", Hostname: "us-newyorkcity.privacy.network", ServerName: "newyork414", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{156, 146, 37, 207}, {156, 146, 37, 224}, {156, 146, 36, 235}}},
|
||||
{Region: "US New York", Hostname: "us-newyorkcity.privacy.network", ServerName: "newyork431", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{37, 19, 198, 48}, {37, 19, 198, 54}, {37, 19, 198, 45}, {37, 19, 198, 56}, {37, 19, 198, 39}}},
|
||||
{Region: "US New York", Hostname: "us-newyorkcity.privacy.network", ServerName: "newyork432", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{37, 19, 198, 149}, {37, 19, 198, 146}, {37, 19, 198, 136}, {37, 19, 198, 145}, {37, 19, 198, 156}, {37, 19, 198, 147}}},
|
||||
{Region: "US New York", Hostname: "us-newyorkcity.privacy.network", ServerName: "newyork433", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{37, 19, 198, 78}, {37, 19, 198, 85}, {37, 19, 198, 66}, {37, 19, 198, 86}, {37, 19, 198, 76}, {37, 19, 198, 79}, {37, 19, 198, 87}, {37, 19, 198, 74}}},
|
||||
{Region: "US New York", Hostname: "us-newyorkcity.privacy.network", ServerName: "newyork434", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{37, 19, 198, 103}, {37, 19, 198, 97}, {37, 19, 198, 95}, {37, 19, 198, 114}, {37, 19, 198, 104}}},
|
||||
{Region: "US Seattle", Hostname: "us-seattle.privacy.network", ServerName: "seattle408", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{154, 9, 128, 137}, {154, 9, 128, 146}, {154, 9, 128, 135}}},
|
||||
{Region: "US Seattle", Hostname: "us-seattle.privacy.network", ServerName: "seattle416", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{154, 21, 20, 150}, {154, 21, 20, 143}, {154, 21, 20, 146}, {154, 21, 20, 147}, {154, 21, 20, 145}, {154, 21, 20, 144}, {154, 21, 20, 148}}},
|
||||
{Region: "US Seattle", Hostname: "us-seattle.privacy.network", ServerName: "seattle417", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{154, 21, 20, 184}, {154, 21, 20, 165}, {154, 21, 20, 178}, {154, 21, 20, 160}, {154, 21, 20, 185}}},
|
||||
{Region: "US Seattle", Hostname: "us-seattle.privacy.network", ServerName: "seattle418", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{154, 21, 20, 199}, {154, 21, 20, 216}, {154, 21, 20, 194}, {154, 21, 20, 189}, {154, 21, 20, 209}, {154, 21, 20, 197}, {154, 21, 20, 210}, {154, 21, 20, 203}}},
|
||||
{Region: "US Seattle", Hostname: "us-seattle.privacy.network", ServerName: "seattle422", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{156, 146, 48, 207}, {156, 146, 48, 204}, {156, 146, 48, 217}}},
|
||||
{Region: "US Seattle", Hostname: "us-seattle.privacy.network", ServerName: "seattle423", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{156, 146, 48, 158}, {156, 146, 48, 136}, {156, 146, 48, 159}, {156, 146, 48, 148}}},
|
||||
{Region: "US Seattle", Hostname: "us-seattle.privacy.network", ServerName: "seattle424", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{212, 102, 47, 139}, {212, 102, 47, 166}, {212, 102, 47, 145}, {212, 102, 47, 163}, {212, 102, 47, 169}, {212, 102, 47, 148}, {212, 102, 47, 146}}},
|
||||
{Region: "US Silicon Valley", Hostname: "us-siliconvalley.privacy.network", ServerName: "siliconvalley406", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{154, 21, 212, 250}, {154, 21, 212, 248}, {154, 21, 212, 237}, {154, 21, 212, 246}, {154, 21, 212, 227}}},
|
||||
{Region: "US Silicon Valley", Hostname: "us-siliconvalley.privacy.network", ServerName: "siliconvalley415", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{154, 21, 216, 70}, {154, 21, 216, 75}, {154, 21, 216, 59}, {154, 21, 216, 69}, {154, 21, 216, 67}}},
|
||||
{Region: "US Silicon Valley", Hostname: "us-siliconvalley.privacy.network", ServerName: "siliconvalley417", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{154, 21, 216, 159}, {154, 21, 216, 147}, {154, 21, 216, 158}, {154, 21, 216, 157}, {154, 21, 216, 155}, {154, 21, 216, 163}}},
|
||||
{Region: "US Silicon Valley", Hostname: "us-siliconvalley.privacy.network", ServerName: "siliconvalley419", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{66, 115, 165, 40}, {66, 115, 165, 4}, {66, 115, 165, 19}, {66, 115, 165, 44}, {66, 115, 165, 37}}},
|
||||
{Region: "US Silicon Valley", Hostname: "us-siliconvalley.privacy.network", ServerName: "siliconvalley420", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{66, 115, 165, 97}, {66, 115, 165, 75}, {66, 115, 165, 73}, {66, 115, 165, 106}, {66, 115, 165, 84}}},
|
||||
{Region: "US Texas", Hostname: "us-texas.privacy.network", ServerName: "dallas405", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{154, 3, 251, 78}, {154, 3, 251, 77}, {154, 3, 251, 53}, {154, 3, 251, 74}, {154, 3, 251, 65}, {154, 3, 251, 58}, {154, 3, 251, 80}}},
|
||||
{Region: "US Texas", Hostname: "us-texas.privacy.network", ServerName: "dallas406", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{154, 3, 251, 107}, {154, 3, 251, 115}, {154, 3, 251, 120}, {154, 3, 251, 117}, {154, 3, 251, 129}}},
|
||||
{Region: "US Texas", Hostname: "us-texas.privacy.network", ServerName: "dallas407", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{154, 3, 251, 186}, {154, 3, 251, 184}, {154, 3, 251, 187}, {154, 3, 251, 180}, {154, 3, 251, 147}}},
|
||||
{Region: "US Texas", Hostname: "us-texas.privacy.network", ServerName: "dallas412", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{154, 29, 131, 106}, {154, 29, 131, 133}, {154, 29, 131, 99}, {154, 29, 131, 119}, {154, 29, 131, 116}}},
|
||||
{Region: "US Texas", Hostname: "us-texas.privacy.network", ServerName: "dallas419", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{154, 3, 250, 217}, {154, 3, 250, 220}, {154, 3, 250, 197}, {154, 3, 250, 223}, {154, 3, 250, 194}, {154, 3, 250, 207}}},
|
||||
{Region: "US Washington DC", Hostname: "us-washingtondc.privacy.network", ServerName: "washington432", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{154, 3, 44, 9}, {154, 3, 44, 23}, {154, 3, 44, 30}}},
|
||||
{Region: "US Washington DC", Hostname: "us-washingtondc.privacy.network", ServerName: "washington435", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{154, 3, 44, 125}, {154, 3, 44, 113}, {154, 3, 44, 116}, {154, 3, 44, 109}, {154, 3, 44, 119}, {154, 3, 44, 124}}},
|
||||
{Region: "US Washington DC", Hostname: "us-washingtondc.privacy.network", ServerName: "washington443", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{38, 70, 11, 123}, {38, 70, 11, 120}, {38, 70, 11, 127}, {38, 70, 11, 128}, {38, 70, 11, 118}, {38, 70, 11, 129}}},
|
||||
{Region: "US Washington DC", Hostname: "us-washingtondc.privacy.network", ServerName: "washington446", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{38, 70, 11, 197}, {38, 70, 11, 216}, {38, 70, 11, 214}, {38, 70, 11, 198}, {38, 70, 11, 219}, {38, 70, 11, 215}}},
|
||||
{Region: "US Washington DC", Hostname: "us-washingtondc.privacy.network", ServerName: "washington447", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{38, 70, 11, 238}, {38, 70, 11, 237}, {38, 70, 11, 235}, {38, 70, 11, 254}, {38, 70, 11, 225}}},
|
||||
{Region: "US Washington DC", Hostname: "us-washingtondc.privacy.network", ServerName: "washington450", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{91, 149, 244, 13}, {91, 149, 244, 20}, {91, 149, 244, 26}, {91, 149, 244, 23}, {91, 149, 244, 17}}},
|
||||
{Region: "US West", Hostname: "us3.privacy.network", ServerName: "phoenix409", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{172, 98, 87, 133}, {172, 98, 87, 186}, {172, 98, 87, 150}, {172, 98, 87, 153}, {172, 98, 87, 187}, {172, 98, 87, 158}, {172, 98, 87, 173}}},
|
||||
{Region: "US West", Hostname: "us3.privacy.network", ServerName: "phoenix410", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{184, 170, 252, 168}, {184, 170, 252, 164}, {184, 170, 252, 138}, {184, 170, 252, 160}, {184, 170, 252, 157}, {184, 170, 252, 146}}},
|
||||
{Region: "US West", Hostname: "us3.privacy.network", ServerName: "phoenix411", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{184, 170, 252, 205}, {184, 170, 252, 237}, {184, 170, 252, 198}, {184, 170, 252, 209}, {184, 170, 252, 244}, {184, 170, 252, 216}, {184, 170, 252, 248}, {184, 170, 252, 239}}},
|
||||
{Region: "US West", Hostname: "us3.privacy.network", ServerName: "phoenix413", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{184, 170, 241, 135}, {184, 170, 241, 145}, {184, 170, 241, 139}, {184, 170, 241, 148}, {184, 170, 241, 186}}},
|
||||
{Region: "US West", Hostname: "us3.privacy.network", ServerName: "phoenix414", TCP: true, UDP: true, PortForward: false, IPs: []net.IP{{184, 170, 242, 155}, {184, 170, 242, 159}, {184, 170, 242, 187}, {184, 170, 242, 143}, {184, 170, 242, 150}}},
|
||||
{Region: "Ukraine", Hostname: "ua.privacy.network", ServerName: "kiev401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{62, 149, 20, 53}, {62, 149, 20, 55}, {62, 149, 20, 58}, {62, 149, 20, 51}, {62, 149, 20, 56}}},
|
||||
{Region: "Ukraine", Hostname: "ua.privacy.network", ServerName: "kiev402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{62, 149, 20, 28}, {62, 149, 20, 26}, {62, 149, 20, 24}, {62, 149, 20, 30}, {62, 149, 20, 23}, {62, 149, 20, 27}}},
|
||||
{Region: "Ukraine", Hostname: "ua.privacy.network", ServerName: "kiev403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{62, 149, 20, 8}, {62, 149, 20, 3}, {62, 149, 20, 9}, {62, 149, 20, 13}, {62, 149, 20, 10}}},
|
||||
{Region: "Ukraine", Hostname: "ua.privacy.network", ServerName: "kiev404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{62, 149, 20, 45}, {62, 149, 20, 37}, {62, 149, 20, 39}, {62, 149, 20, 46}, {62, 149, 20, 44}, {62, 149, 20, 38}}},
|
||||
{Region: "United Arab Emirates", Hostname: "ae.privacy.network", ServerName: "dubai403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{217, 138, 193, 150}, {217, 138, 193, 155}, {217, 138, 193, 148}, {217, 138, 193, 153}, {217, 138, 193, 154}, {217, 138, 193, 149}}},
|
||||
{Region: "United Arab Emirates", Hostname: "ae.privacy.network", ServerName: "dubai404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{217, 138, 193, 167}, {217, 138, 193, 169}, {217, 138, 193, 166}, {217, 138, 193, 165}, {217, 138, 193, 164}}},
|
||||
{Region: "Venezuela", Hostname: "venezuela.privacy.network", ServerName: "venezuela403", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{95, 181, 237, 5}, {95, 181, 237, 4}, {95, 181, 237, 8}, {95, 181, 237, 7}, {95, 181, 237, 3}}},
|
||||
{Region: "Venezuela", Hostname: "venezuela.privacy.network", ServerName: "venezuela404", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{95, 181, 237, 16}, {95, 181, 237, 17}, {95, 181, 237, 19}, {95, 181, 237, 24}, {95, 181, 237, 15}}},
|
||||
{Region: "Vietnam", Hostname: "vietnam.privacy.network", ServerName: "vietnam401", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 214, 152, 67}, {188, 214, 152, 75}, {188, 214, 152, 76}, {188, 214, 152, 77}, {188, 214, 152, 73}}},
|
||||
{Region: "Vietnam", Hostname: "vietnam.privacy.network", ServerName: "vietnam402", TCP: true, UDP: true, PortForward: true, IPs: []net.IP{{188, 214, 152, 88}, {188, 214, 152, 89}, {188, 214, 152, 86}, {188, 214, 152, 85}, {188, 214, 152, 87}, {188, 214, 152, 90}}},
|
||||
}
|
||||
func PIAServers() (servers []models.PIAServer) {
|
||||
servers = make([]models.PIAServer, len(allServers.Pia.Servers))
|
||||
copy(servers, allServers.Pia.Servers)
|
||||
return servers
|
||||
}
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
package constants
|
||||
|
||||
import (
|
||||
"net"
|
||||
|
||||
"github.com/qdm12/gluetun/internal/models"
|
||||
)
|
||||
|
||||
@@ -47,356 +45,9 @@ func PrivadoHostnameChoices() (choices []string) {
|
||||
return makeUnique(choices)
|
||||
}
|
||||
|
||||
//nolint:lll
|
||||
// PrivadoServers returns a slice of all the Privado servers.
|
||||
func PrivadoServers() []models.PrivadoServer {
|
||||
return []models.PrivadoServer{
|
||||
{Country: "Argentina", Region: "Buenos Aires F.D.", City: "Buenos Aires", Hostname: "eze-001.vpn.privado.io", IP: net.IP{168, 205, 93, 211}},
|
||||
{Country: "Australia", Region: "New South Wales", City: "Sydney", Hostname: "syd-001.vpn.privado.io", IP: net.IP{93, 115, 35, 35}},
|
||||
{Country: "Australia", Region: "New South Wales", City: "Sydney", Hostname: "syd-002.vpn.privado.io", IP: net.IP{93, 115, 35, 42}},
|
||||
{Country: "Australia", Region: "New South Wales", City: "Sydney", Hostname: "syd-003.vpn.privado.io", IP: net.IP{93, 115, 35, 49}},
|
||||
{Country: "Australia", Region: "New South Wales", City: "Sydney", Hostname: "syd-004.vpn.privado.io", IP: net.IP{93, 115, 35, 56}},
|
||||
{Country: "Austria", Region: "Vienna", City: "Vienna", Hostname: "vie-001.vpn.privado.io", IP: net.IP{5, 253, 207, 227}},
|
||||
{Country: "Austria", Region: "Vienna", City: "Vienna", Hostname: "vie-002.vpn.privado.io", IP: net.IP{5, 253, 207, 234}},
|
||||
{Country: "Austria", Region: "Vienna", City: "Vienna", Hostname: "vie-003.vpn.privado.io", IP: net.IP{5, 253, 207, 241}},
|
||||
{Country: "Austria", Region: "Vienna", City: "Vienna", Hostname: "vie-004.vpn.privado.io", IP: net.IP{5, 253, 207, 248}},
|
||||
{Country: "Belgium", Region: "Flanders", City: "Zaventem", Hostname: "bru-001.vpn.privado.io", IP: net.IP{217, 138, 211, 163}},
|
||||
{Country: "Belgium", Region: "Flanders", City: "Zaventem", Hostname: "bru-002.vpn.privado.io", IP: net.IP{217, 138, 211, 170}},
|
||||
{Country: "Belgium", Region: "Flanders", City: "Zaventem", Hostname: "bru-003.vpn.privado.io", IP: net.IP{217, 138, 211, 177}},
|
||||
{Country: "Belgium", Region: "Flanders", City: "Zaventem", Hostname: "bru-004.vpn.privado.io", IP: net.IP{217, 138, 211, 184}},
|
||||
{Country: "Brazil", Region: "São Paulo", City: "São Paulo", Hostname: "gru-001.vpn.privado.io", IP: net.IP{177, 54, 145, 193}},
|
||||
{Country: "Brazil", Region: "São Paulo", City: "São Paulo", Hostname: "gru-002.vpn.privado.io", IP: net.IP{177, 54, 145, 197}},
|
||||
{Country: "Bulgaria", Region: "Sofia-Capital", City: "Sofia", Hostname: "sof-001.vpn.privado.io", IP: net.IP{217, 138, 221, 163}},
|
||||
{Country: "Bulgaria", Region: "Sofia-Capital", City: "Sofia", Hostname: "sof-002.vpn.privado.io", IP: net.IP{217, 138, 221, 169}},
|
||||
{Country: "Canada", Region: "British Columbia", City: "Vancouver", Hostname: "yvr-001.vpn.privado.io", IP: net.IP{71, 19, 248, 57}},
|
||||
{Country: "Canada", Region: "British Columbia", City: "Vancouver", Hostname: "yvr-002.vpn.privado.io", IP: net.IP{71, 19, 248, 113}},
|
||||
{Country: "Canada", Region: "Ontario", City: "Toronto", Hostname: "yyz-003.vpn.privado.io", IP: net.IP{199, 189, 27, 19}},
|
||||
{Country: "Canada", Region: "Quebec", City: "Montréal", Hostname: "yul-001.vpn.privado.io", IP: net.IP{217, 138, 213, 67}},
|
||||
{Country: "Canada", Region: "Quebec", City: "Montréal", Hostname: "yul-002.vpn.privado.io", IP: net.IP{217, 138, 213, 72}},
|
||||
{Country: "Canada", Region: "Quebec", City: "Montréal", Hostname: "yul-004.vpn.privado.io", IP: net.IP{217, 138, 213, 82}},
|
||||
{Country: "Czech Republic", Region: "Hlavní město Praha", City: "Prague", Hostname: "prg-002.vpn.privado.io", IP: net.IP{185, 216, 35, 105}},
|
||||
{Country: "Denmark", Region: "Capital Region", City: "Copenhagen", Hostname: "cph-001.vpn.privado.io", IP: net.IP{2, 58, 46, 35}},
|
||||
{Country: "Denmark", Region: "Capital Region", City: "Copenhagen", Hostname: "cph-002.vpn.privado.io", IP: net.IP{2, 58, 46, 42}},
|
||||
{Country: "Denmark", Region: "Capital Region", City: "Copenhagen", Hostname: "cph-003.vpn.privado.io", IP: net.IP{2, 58, 46, 49}},
|
||||
{Country: "Denmark", Region: "Capital Region", City: "Copenhagen", Hostname: "cph-004.vpn.privado.io", IP: net.IP{2, 58, 46, 56}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-005.vpn.privado.io", IP: net.IP{146, 59, 31, 2}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-006.vpn.privado.io", IP: net.IP{146, 59, 31, 4}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-007.vpn.privado.io", IP: net.IP{146, 59, 31, 6}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-008.vpn.privado.io", IP: net.IP{146, 59, 31, 8}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-009.vpn.privado.io", IP: net.IP{146, 59, 31, 10}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-010.vpn.privado.io", IP: net.IP{146, 59, 31, 12}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-013.vpn.privado.io", IP: net.IP{146, 59, 31, 18}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-015.vpn.privado.io", IP: net.IP{146, 59, 31, 22}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-016.vpn.privado.io", IP: net.IP{146, 59, 31, 24}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-017.vpn.privado.io", IP: net.IP{146, 59, 31, 26}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-018.vpn.privado.io", IP: net.IP{146, 59, 31, 28}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-020.vpn.privado.io", IP: net.IP{146, 59, 31, 32}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-023.vpn.privado.io", IP: net.IP{146, 59, 31, 38}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-025.vpn.privado.io", IP: net.IP{146, 59, 31, 42}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-026.vpn.privado.io", IP: net.IP{146, 59, 31, 44}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-027.vpn.privado.io", IP: net.IP{146, 59, 31, 46}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-028.vpn.privado.io", IP: net.IP{146, 59, 31, 48}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-029.vpn.privado.io", IP: net.IP{146, 59, 31, 50}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-030.vpn.privado.io", IP: net.IP{146, 59, 31, 52}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-031.vpn.privado.io", IP: net.IP{146, 59, 31, 54}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-032.vpn.privado.io", IP: net.IP{146, 59, 31, 56}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-033.vpn.privado.io", IP: net.IP{146, 59, 31, 58}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-034.vpn.privado.io", IP: net.IP{146, 59, 31, 60}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-035.vpn.privado.io", IP: net.IP{146, 59, 31, 62}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-037.vpn.privado.io", IP: net.IP{146, 59, 31, 66}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-039.vpn.privado.io", IP: net.IP{146, 59, 31, 70}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-041.vpn.privado.io", IP: net.IP{146, 59, 31, 74}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-042.vpn.privado.io", IP: net.IP{146, 59, 31, 76}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-043.vpn.privado.io", IP: net.IP{146, 59, 31, 78}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-044.vpn.privado.io", IP: net.IP{146, 59, 31, 80}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-046.vpn.privado.io", IP: net.IP{146, 59, 31, 84}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-047.vpn.privado.io", IP: net.IP{146, 59, 31, 86}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-048.vpn.privado.io", IP: net.IP{146, 59, 31, 88}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-049.vpn.privado.io", IP: net.IP{146, 59, 31, 90}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-051.vpn.privado.io", IP: net.IP{146, 59, 31, 94}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-053.vpn.privado.io", IP: net.IP{146, 59, 31, 98}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-054.vpn.privado.io", IP: net.IP{146, 59, 31, 100}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-056.vpn.privado.io", IP: net.IP{146, 59, 31, 104}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-057.vpn.privado.io", IP: net.IP{146, 59, 31, 106}},
|
||||
{Country: "France", Region: "Hauts-de-France", City: "Roubaix", Hostname: "waw-058.vpn.privado.io", IP: net.IP{146, 59, 31, 109}},
|
||||
{Country: "France", Region: "Île-de-France", City: "Paris", Hostname: "cdg-001.vpn.privado.io", IP: net.IP{89, 40, 183, 99}},
|
||||
{Country: "France", Region: "Île-de-France", City: "Paris", Hostname: "cdg-002.vpn.privado.io", IP: net.IP{89, 40, 183, 104}},
|
||||
{Country: "France", Region: "Île-de-France", City: "Paris", Hostname: "cdg-003.vpn.privado.io", IP: net.IP{89, 40, 183, 109}},
|
||||
{Country: "France", Region: "Île-de-France", City: "Paris", Hostname: "cdg-004.vpn.privado.io", IP: net.IP{89, 40, 183, 114}},
|
||||
{Country: "Germany", Region: "Hesse", City: "Frankfurt am Main", Hostname: "ber-001.vpn.privado.io", IP: net.IP{89, 36, 76, 35}},
|
||||
{Country: "Germany", Region: "Hesse", City: "Frankfurt am Main", Hostname: "fra-001.vpn.privado.io", IP: net.IP{91, 148, 232, 10}},
|
||||
{Country: "Germany", Region: "Hesse", City: "Frankfurt am Main", Hostname: "fra-002.vpn.privado.io", IP: net.IP{91, 148, 232, 20}},
|
||||
{Country: "Germany", Region: "Hesse", City: "Frankfurt am Main", Hostname: "fra-003.vpn.privado.io", IP: net.IP{91, 148, 232, 30}},
|
||||
{Country: "Germany", Region: "Hesse", City: "Frankfurt am Main", Hostname: "fra-004.vpn.privado.io", IP: net.IP{91, 148, 232, 40}},
|
||||
{Country: "Germany", Region: "Hesse", City: "Frankfurt am Main", Hostname: "fra-005.vpn.privado.io", IP: net.IP{91, 148, 233, 7}},
|
||||
{Country: "Germany", Region: "Hesse", City: "Frankfurt am Main", Hostname: "fra-006.vpn.privado.io", IP: net.IP{91, 148, 233, 8}},
|
||||
{Country: "Germany", Region: "Hesse", City: "Frankfurt am Main", Hostname: "fra-007.vpn.privado.io", IP: net.IP{91, 148, 233, 9}},
|
||||
{Country: "Germany", Region: "Hesse", City: "Frankfurt am Main", Hostname: "fra-008.vpn.privado.io", IP: net.IP{91, 148, 233, 10}},
|
||||
{Country: "Greece", Region: "Attica", City: "Athens", Hostname: "ath-001.vpn.privado.io", IP: net.IP{188, 123, 126, 61}},
|
||||
{Country: "Greece", Region: "Attica", City: "Athens", Hostname: "ath-002.vpn.privado.io", IP: net.IP{188, 123, 126, 64}},
|
||||
{Country: "Greece", Region: "Attica", City: "Athens", Hostname: "ath-003.vpn.privado.io", IP: net.IP{188, 123, 126, 68}},
|
||||
{Country: "Greece", Region: "Attica", City: "Athens", Hostname: "ath-004.vpn.privado.io", IP: net.IP{188, 123, 126, 72}},
|
||||
{Country: "Hong Kong", Region: "Central and Western", City: "Hong Kong", Hostname: "hkg-001.vpn.privado.io", IP: net.IP{209, 58, 185, 88}},
|
||||
{Country: "Hong Kong", Region: "Central and Western", City: "Hong Kong", Hostname: "hkg-003.vpn.privado.io", IP: net.IP{209, 58, 185, 108}},
|
||||
{Country: "Hong Kong", Region: "Central and Western", City: "Hong Kong", Hostname: "hkg-004.vpn.privado.io", IP: net.IP{209, 58, 185, 120}},
|
||||
{Country: "Hungary", Region: "Budapest", City: "Budapest", Hostname: "bud-001.vpn.privado.io", IP: net.IP{185, 128, 26, 194}},
|
||||
{Country: "Hungary", Region: "Budapest", City: "Budapest", Hostname: "bud-002.vpn.privado.io", IP: net.IP{185, 128, 26, 200}},
|
||||
{Country: "Iceland", Region: "Capital Region", City: "Reykjavík", Hostname: "rkv-001.vpn.privado.io", IP: net.IP{82, 221, 131, 78}},
|
||||
{Country: "Iceland", Region: "Capital Region", City: "Reykjavík", Hostname: "rkv-002.vpn.privado.io", IP: net.IP{82, 221, 131, 127}},
|
||||
{Country: "India", Region: "Maharashtra", City: "Mumbai", Hostname: "bom-001.vpn.privado.io", IP: net.IP{103, 26, 204, 61}},
|
||||
{Country: "India", Region: "Maharashtra", City: "Mumbai", Hostname: "bom-002.vpn.privado.io", IP: net.IP{103, 26, 204, 70}},
|
||||
{Country: "Ireland", Region: "Leinster", City: "Dublin", Hostname: "dub-001.vpn.privado.io", IP: net.IP{84, 247, 48, 227}},
|
||||
{Country: "Ireland", Region: "Leinster", City: "Dublin", Hostname: "dub-002.vpn.privado.io", IP: net.IP{84, 247, 48, 234}},
|
||||
{Country: "Ireland", Region: "Leinster", City: "Dublin", Hostname: "dub-003.vpn.privado.io", IP: net.IP{84, 247, 48, 241}},
|
||||
{Country: "Ireland", Region: "Leinster", City: "Dublin", Hostname: "dub-004.vpn.privado.io", IP: net.IP{84, 247, 48, 248}},
|
||||
{Country: "Israel", Region: "Tel Aviv", City: "Tel Aviv", Hostname: "jrs-001.vpn.privado.io", IP: net.IP{31, 168, 251, 131}},
|
||||
{Country: "Israel", Region: "Tel Aviv", City: "Tel Aviv", Hostname: "jrs-002.vpn.privado.io", IP: net.IP{31, 168, 251, 137}},
|
||||
{Country: "Italy", Region: "Lombardy", City: "Figino", Hostname: "mxp-001.vpn.privado.io", IP: net.IP{89, 40, 182, 195}},
|
||||
{Country: "Italy", Region: "Lombardy", City: "Figino", Hostname: "mxp-002.vpn.privado.io", IP: net.IP{89, 40, 182, 201}},
|
||||
{Country: "Japan", Region: "Tokyo", City: "Tokyo", Hostname: "nrt-001.vpn.privado.io", IP: net.IP{217, 138, 252, 3}},
|
||||
{Country: "Japan", Region: "Tokyo", City: "Tokyo", Hostname: "nrt-002.vpn.privado.io", IP: net.IP{217, 138, 252, 10}},
|
||||
{Country: "Japan", Region: "Tokyo", City: "Tokyo", Hostname: "nrt-003.vpn.privado.io", IP: net.IP{217, 138, 252, 17}},
|
||||
{Country: "Korea", Region: "Seoul", City: "Seoul", Hostname: "icn-001.vpn.privado.io", IP: net.IP{169, 56, 73, 146}},
|
||||
{Country: "Korea", Region: "Seoul", City: "Seoul", Hostname: "icn-002.vpn.privado.io", IP: net.IP{169, 56, 73, 153}},
|
||||
{Country: "Latvia", Region: "Riga", City: "Riga", Hostname: "rix-001.vpn.privado.io", IP: net.IP{109, 248, 149, 35}},
|
||||
{Country: "Latvia", Region: "Riga", City: "Riga", Hostname: "rix-002.vpn.privado.io", IP: net.IP{109, 248, 149, 40}},
|
||||
{Country: "Lithuania", Region: "Marijampolė County", City: "Marijampolė", Hostname: "vno-001.vpn.privado.io", IP: net.IP{185, 64, 104, 176}},
|
||||
{Country: "Lithuania", Region: "Vilnius", City: "Vilnius", Hostname: "vno-002.vpn.privado.io", IP: net.IP{185, 64, 104, 180}},
|
||||
{Country: "Netherlands", Region: "North Holland", City: "Amsterdam", Hostname: "ams-009.vpn.privado.io", IP: net.IP{91, 148, 228, 10}},
|
||||
{Country: "Netherlands", Region: "North Holland", City: "Amsterdam", Hostname: "ams-010.vpn.privado.io", IP: net.IP{91, 148, 228, 20}},
|
||||
{Country: "Netherlands", Region: "North Holland", City: "Amsterdam", Hostname: "ams-011.vpn.privado.io", IP: net.IP{91, 148, 228, 30}},
|
||||
{Country: "Netherlands", Region: "North Holland", City: "Amsterdam", Hostname: "ams-012.vpn.privado.io", IP: net.IP{91, 148, 228, 40}},
|
||||
{Country: "Netherlands", Region: "North Holland", City: "Amsterdam", Hostname: "ams-013.vpn.privado.io", IP: net.IP{91, 148, 228, 50}},
|
||||
{Country: "Netherlands", Region: "North Holland", City: "Amsterdam", Hostname: "ams-014.vpn.privado.io", IP: net.IP{91, 148, 228, 60}},
|
||||
{Country: "Netherlands", Region: "North Holland", City: "Amsterdam", Hostname: "ams-015.vpn.privado.io", IP: net.IP{91, 148, 228, 70}},
|
||||
{Country: "Netherlands", Region: "North Holland", City: "Amsterdam", Hostname: "ams-016.vpn.privado.io", IP: net.IP{91, 148, 228, 80}},
|
||||
{Country: "New Zealand", Region: "Auckland", City: "Auckland", Hostname: "akl-004.vpn.privado.io", IP: net.IP{103, 76, 164, 99}},
|
||||
{Country: "New Zealand", Region: "Auckland", City: "Auckland", Hostname: "akl-005.vpn.privado.io", IP: net.IP{103, 76, 164, 105}},
|
||||
{Country: "Norway", Region: "Oslo", City: "Oslo", Hostname: "osl-001.vpn.privado.io", IP: net.IP{84, 247, 50, 115}},
|
||||
{Country: "Norway", Region: "Oslo", City: "Oslo", Hostname: "osl-002.vpn.privado.io", IP: net.IP{84, 247, 50, 119}},
|
||||
{Country: "Poland", Region: "Mazovia", City: "Warsaw", Hostname: "waw-001.vpn.privado.io", IP: net.IP{217, 138, 209, 163}},
|
||||
{Country: "Poland", Region: "Mazovia", City: "Warsaw", Hostname: "waw-002.vpn.privado.io", IP: net.IP{217, 138, 209, 164}},
|
||||
{Country: "Poland", Region: "Mazovia", City: "Warsaw", Hostname: "waw-003.vpn.privado.io", IP: net.IP{217, 138, 209, 165}},
|
||||
{Country: "Poland", Region: "Mazovia", City: "Warsaw", Hostname: "waw-004.vpn.privado.io", IP: net.IP{217, 138, 209, 166}},
|
||||
{Country: "Portugal", Region: "Lisbon", City: "Lisbon", Hostname: "lis-001.vpn.privado.io", IP: net.IP{89, 26, 243, 153}},
|
||||
{Country: "Portugal", Region: "Lisbon", City: "Lisbon", Hostname: "lis-002.vpn.privado.io", IP: net.IP{89, 26, 243, 154}},
|
||||
{Country: "Romania", Region: "Bucureşti", City: "Bucharest", Hostname: "otp-001.vpn.privado.io", IP: net.IP{89, 46, 102, 179}},
|
||||
{Country: "Romania", Region: "Bucureşti", City: "Bucharest", Hostname: "otp-002.vpn.privado.io", IP: net.IP{89, 46, 102, 185}},
|
||||
{Country: "Serbia", Region: "Central Serbia", City: "Belgrade", Hostname: "beg-001.vpn.privado.io", IP: net.IP{89, 38, 224, 19}},
|
||||
{Country: "Serbia", Region: "Central Serbia", City: "Belgrade", Hostname: "beg-002.vpn.privado.io", IP: net.IP{89, 38, 224, 25}},
|
||||
{Country: "Singapore", Region: "Singapore", City: "Singapore", Hostname: "kul-002.vpn.privado.io", IP: net.IP{103, 246, 112, 231}},
|
||||
{Country: "Singapore", Region: "Singapore", City: "Singapore", Hostname: "kul-003.vpn.privado.io", IP: net.IP{103, 246, 112, 233}},
|
||||
{Country: "Singapore", Region: "Singapore", City: "Singapore", Hostname: "kul-004.vpn.privado.io", IP: net.IP{103, 246, 112, 235}},
|
||||
{Country: "Singapore", Region: "Singapore", City: "Singapore", Hostname: "kul-005.vpn.privado.io", IP: net.IP{103, 246, 112, 237}},
|
||||
{Country: "Singapore", Region: "Singapore", City: "Singapore", Hostname: "kul-006.vpn.privado.io", IP: net.IP{103, 246, 112, 239}},
|
||||
{Country: "Singapore", Region: "Singapore", City: "Singapore", Hostname: "kul-007.vpn.privado.io", IP: net.IP{103, 246, 112, 241}},
|
||||
{Country: "Singapore", Region: "Singapore", City: "Singapore", Hostname: "kul-009.vpn.privado.io", IP: net.IP{103, 246, 112, 245}},
|
||||
{Country: "Singapore", Region: "Singapore", City: "Singapore", Hostname: "kul-010.vpn.privado.io", IP: net.IP{103, 246, 112, 247}},
|
||||
{Country: "Singapore", Region: "Singapore", City: "Singapore", Hostname: "kul-012.vpn.privado.io", IP: net.IP{103, 246, 112, 251}},
|
||||
{Country: "Singapore", Region: "Singapore", City: "Singapore", Hostname: "kul-013.vpn.privado.io", IP: net.IP{103, 246, 112, 253}},
|
||||
{Country: "Singapore", Region: "Singapore", City: "Singapore", Hostname: "sin-001.vpn.privado.io", IP: net.IP{92, 119, 178, 131}},
|
||||
{Country: "Singapore", Region: "Singapore", City: "Singapore", Hostname: "sin-002.vpn.privado.io", IP: net.IP{92, 119, 178, 138}},
|
||||
{Country: "Singapore", Region: "Singapore", City: "Singapore", Hostname: "sin-003.vpn.privado.io", IP: net.IP{92, 119, 178, 145}},
|
||||
{Country: "Singapore", Region: "Singapore", City: "Singapore", Hostname: "sin-004.vpn.privado.io", IP: net.IP{92, 119, 178, 152}},
|
||||
{Country: "Slovakia", Region: "Bratislavský Kraj", City: "Bratislava", Hostname: "bts-001.vpn.privado.io", IP: net.IP{37, 120, 221, 227}},
|
||||
{Country: "South Africa", Region: "Gauteng", City: "Johannesburg", Hostname: "jnb-001.vpn.privado.io", IP: net.IP{172, 107, 93, 131}},
|
||||
{Country: "South Africa", Region: "Gauteng", City: "Johannesburg", Hostname: "jnb-002.vpn.privado.io", IP: net.IP{172, 107, 93, 137}},
|
||||
{Country: "Spain", Region: "Madrid", City: "Madrid", Hostname: "mad-001.vpn.privado.io", IP: net.IP{217, 138, 218, 131}},
|
||||
{Country: "Spain", Region: "Madrid", City: "Madrid", Hostname: "mad-002.vpn.privado.io", IP: net.IP{217, 138, 218, 138}},
|
||||
{Country: "Spain", Region: "Madrid", City: "Madrid", Hostname: "mad-003.vpn.privado.io", IP: net.IP{217, 138, 218, 145}},
|
||||
{Country: "Spain", Region: "Madrid", City: "Madrid", Hostname: "mad-004.vpn.privado.io", IP: net.IP{217, 138, 218, 152}},
|
||||
{Country: "Sweden", Region: "Stockholm", City: "Stockholm", Hostname: "arn-001.vpn.privado.io", IP: net.IP{86, 106, 103, 67}},
|
||||
{Country: "Sweden", Region: "Stockholm", City: "Stockholm", Hostname: "arn-002.vpn.privado.io", IP: net.IP{86, 106, 103, 74}},
|
||||
{Country: "Sweden", Region: "Stockholm", City: "Stockholm", Hostname: "arn-003.vpn.privado.io", IP: net.IP{86, 106, 103, 81}},
|
||||
{Country: "Sweden", Region: "Stockholm", City: "Stockholm", Hostname: "arn-004.vpn.privado.io", IP: net.IP{86, 106, 103, 88}},
|
||||
{Country: "Switzerland", Region: "Zurich", City: "Zürich", Hostname: "zrh-002.vpn.privado.io", IP: net.IP{185, 156, 175, 202}},
|
||||
{Country: "Switzerland", Region: "Zurich", City: "Zürich", Hostname: "zrh-003.vpn.privado.io", IP: net.IP{185, 156, 175, 209}},
|
||||
{Country: "Switzerland", Region: "Zurich", City: "Zürich", Hostname: "zrh-004.vpn.privado.io", IP: net.IP{185, 156, 175, 216}},
|
||||
{Country: "Thailand", Region: "Bangkok", City: "Bangkok", Hostname: "bkk-001.vpn.privado.io", IP: net.IP{119, 59, 111, 3}},
|
||||
{Country: "Thailand", Region: "Bangkok", City: "Bangkok", Hostname: "bkk-002.vpn.privado.io", IP: net.IP{119, 59, 111, 11}},
|
||||
{Country: "Turkey", Region: "Istanbul", City: "Istanbul", Hostname: "ist-001.vpn.privado.io", IP: net.IP{185, 84, 183, 3}},
|
||||
{Country: "Turkey", Region: "Istanbul", City: "Istanbul", Hostname: "ist-002.vpn.privado.io", IP: net.IP{185, 84, 183, 4}},
|
||||
{Country: "Ukraine", Region: "Kyiv City", City: "Kyiv", Hostname: "iev-001.vpn.privado.io", IP: net.IP{176, 103, 52, 40}},
|
||||
{Country: "Ukraine", Region: "Kyiv City", City: "Kyiv", Hostname: "iev-002.vpn.privado.io", IP: net.IP{176, 103, 53, 40}},
|
||||
{Country: "United Kingdom", Region: "England", City: "London", Hostname: "lhr-001.vpn.privado.io", IP: net.IP{217, 138, 195, 163}},
|
||||
{Country: "United Kingdom", Region: "England", City: "London", Hostname: "lhr-002.vpn.privado.io", IP: net.IP{217, 138, 195, 168}},
|
||||
{Country: "United Kingdom", Region: "England", City: "London", Hostname: "lhr-003.vpn.privado.io", IP: net.IP{217, 138, 195, 173}},
|
||||
{Country: "United Kingdom", Region: "England", City: "London", Hostname: "lhr-004.vpn.privado.io", IP: net.IP{217, 138, 195, 178}},
|
||||
{Country: "United Kingdom", Region: "England", City: "Manchester", Hostname: "man-001.vpn.privado.io", IP: net.IP{217, 138, 196, 131}},
|
||||
{Country: "United Kingdom", Region: "England", City: "Manchester", Hostname: "man-002.vpn.privado.io", IP: net.IP{217, 138, 196, 138}},
|
||||
{Country: "United Kingdom", Region: "England", City: "Manchester", Hostname: "man-003.vpn.privado.io", IP: net.IP{217, 138, 196, 145}},
|
||||
{Country: "United Kingdom", Region: "England", City: "Manchester", Hostname: "man-004.vpn.privado.io", IP: net.IP{217, 138, 196, 152}},
|
||||
{Country: "United States", Region: "California", City: "Los Angeles", Hostname: "lax-001.vpn.privado.io", IP: net.IP{81, 171, 62, 3}},
|
||||
{Country: "United States", Region: "California", City: "Los Angeles", Hostname: "lax-002.vpn.privado.io", IP: net.IP{81, 171, 62, 13}},
|
||||
{Country: "United States", Region: "California", City: "Los Angeles", Hostname: "lax-003.vpn.privado.io", IP: net.IP{81, 171, 62, 24}},
|
||||
{Country: "United States", Region: "California", City: "Los Angeles", Hostname: "lax-004.vpn.privado.io", IP: net.IP{81, 171, 62, 34}},
|
||||
{Country: "United States", Region: "California", City: "Los Angeles", Hostname: "lax-005.vpn.privado.io", IP: net.IP{81, 171, 62, 70}},
|
||||
{Country: "United States", Region: "California", City: "Los Angeles", Hostname: "lax-006.vpn.privado.io", IP: net.IP{81, 171, 62, 80}},
|
||||
{Country: "United States", Region: "California", City: "Los Angeles", Hostname: "lax-007.vpn.privado.io", IP: net.IP{81, 171, 62, 90}},
|
||||
{Country: "United States", Region: "California", City: "Los Angeles", Hostname: "lax-008.vpn.privado.io", IP: net.IP{81, 171, 62, 100}},
|
||||
{Country: "United States", Region: "California", City: "Los Angeles", Hostname: "lax-010.vpn.privado.io", IP: net.IP{45, 152, 182, 234}},
|
||||
{Country: "United States", Region: "California", City: "Los Angeles", Hostname: "mex-003.vpn.privado.io", IP: net.IP{81, 171, 63, 3}},
|
||||
{Country: "United States", Region: "California", City: "Los Angeles", Hostname: "mex-004.vpn.privado.io", IP: net.IP{81, 171, 63, 13}},
|
||||
{Country: "United States", Region: "California", City: "Los Angeles", Hostname: "mex-005.vpn.privado.io", IP: net.IP{81, 171, 63, 23}},
|
||||
{Country: "United States", Region: "California", City: "Los Angeles", Hostname: "mex-006.vpn.privado.io", IP: net.IP{81, 171, 63, 33}},
|
||||
{Country: "United States", Region: "California", City: "Los Angeles", Hostname: "mex-007.vpn.privado.io", IP: net.IP{81, 171, 63, 44}},
|
||||
{Country: "United States", Region: "California", City: "Los Angeles", Hostname: "mex-008.vpn.privado.io", IP: net.IP{81, 171, 63, 54}},
|
||||
{Country: "United States", Region: "California", City: "Los Angeles", Hostname: "mex-009.vpn.privado.io", IP: net.IP{81, 171, 63, 64}},
|
||||
{Country: "United States", Region: "California", City: "Santa Clara", Hostname: "mex-001.vpn.privado.io", IP: net.IP{169, 57, 96, 52}},
|
||||
{Country: "United States", Region: "California", City: "Santa Clara", Hostname: "mex-002.vpn.privado.io", IP: net.IP{169, 57, 96, 57}},
|
||||
{Country: "United States", Region: "Florida", City: "Miami", Hostname: "mia-002.vpn.privado.io", IP: net.IP{86, 106, 87, 136}},
|
||||
{Country: "United States", Region: "Florida", City: "Miami", Hostname: "mia-003.vpn.privado.io", IP: net.IP{86, 106, 87, 141}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-007.vpn.privado.io", IP: net.IP{23, 108, 95, 203}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-011.vpn.privado.io", IP: net.IP{23, 108, 95, 228}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-012.vpn.privado.io", IP: net.IP{23, 108, 95, 230}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-014.vpn.privado.io", IP: net.IP{23, 108, 95, 234}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-015.vpn.privado.io", IP: net.IP{23, 108, 95, 236}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-016.vpn.privado.io", IP: net.IP{23, 108, 95, 238}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-017.vpn.privado.io", IP: net.IP{23, 108, 95, 240}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-018.vpn.privado.io", IP: net.IP{23, 108, 95, 242}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-019.vpn.privado.io", IP: net.IP{23, 108, 95, 244}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-020.vpn.privado.io", IP: net.IP{23, 108, 95, 246}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-021.vpn.privado.io", IP: net.IP{108, 62, 107, 153}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-022.vpn.privado.io", IP: net.IP{108, 62, 107, 156}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-024.vpn.privado.io", IP: net.IP{108, 62, 107, 160}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-025.vpn.privado.io", IP: net.IP{108, 62, 107, 162}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-026.vpn.privado.io", IP: net.IP{108, 62, 107, 164}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-027.vpn.privado.io", IP: net.IP{108, 62, 107, 166}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-028.vpn.privado.io", IP: net.IP{108, 62, 107, 168}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-029.vpn.privado.io", IP: net.IP{108, 62, 107, 170}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-030.vpn.privado.io", IP: net.IP{108, 62, 107, 172}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-031.vpn.privado.io", IP: net.IP{108, 62, 107, 174}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-032.vpn.privado.io", IP: net.IP{108, 62, 107, 176}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-033.vpn.privado.io", IP: net.IP{108, 62, 107, 178}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-034.vpn.privado.io", IP: net.IP{108, 62, 107, 180}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-046.vpn.privado.io", IP: net.IP{23, 82, 107, 87}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-048.vpn.privado.io", IP: net.IP{23, 82, 107, 91}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-049.vpn.privado.io", IP: net.IP{23, 82, 107, 93}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-050.vpn.privado.io", IP: net.IP{23, 82, 107, 95}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-052.vpn.privado.io", IP: net.IP{23, 82, 107, 99}},
|
||||
{Country: "United States", Region: "Illinois", City: "Chicago", Hostname: "ord-055.vpn.privado.io", IP: net.IP{23, 82, 107, 105}},
|
||||
{Country: "United States", Region: "Minnesota", City: "Minnetonka", Hostname: "ord-008.vpn.privado.io", IP: net.IP{23, 108, 95, 222}},
|
||||
{Country: "United States", Region: "Minnesota", City: "Minnetonka", Hostname: "ord-035.vpn.privado.io", IP: net.IP{23, 82, 107, 65}},
|
||||
{Country: "United States", Region: "Minnesota", City: "Minnetonka", Hostname: "ord-036.vpn.privado.io", IP: net.IP{23, 82, 107, 67}},
|
||||
{Country: "United States", Region: "Minnesota", City: "Minnetonka", Hostname: "ord-039.vpn.privado.io", IP: net.IP{23, 82, 107, 73}},
|
||||
{Country: "United States", Region: "Minnesota", City: "Minnetonka", Hostname: "ord-040.vpn.privado.io", IP: net.IP{23, 82, 107, 75}},
|
||||
{Country: "United States", Region: "Minnesota", City: "Minnetonka", Hostname: "ord-047.vpn.privado.io", IP: net.IP{23, 82, 107, 89}},
|
||||
{Country: "United States", Region: "Minnesota", City: "Minnetonka", Hostname: "ord-051.vpn.privado.io", IP: net.IP{23, 82, 107, 97}},
|
||||
{Country: "United States", Region: "Minnesota", City: "Minnetonka", Hostname: "ord-053.vpn.privado.io", IP: net.IP{23, 82, 107, 101}},
|
||||
{Country: "United States", Region: "Minnesota", City: "Minnetonka", Hostname: "ord-054.vpn.privado.io", IP: net.IP{23, 82, 107, 103}},
|
||||
{Country: "United States", Region: "Minnesota", City: "Minnetonka", Hostname: "ord-056.vpn.privado.io", IP: net.IP{23, 82, 107, 107}},
|
||||
{Country: "United States", Region: "Minnesota", City: "Minnetonka", Hostname: "ord-059.vpn.privado.io", IP: net.IP{23, 82, 107, 113}},
|
||||
{Country: "United States", Region: "Minnesota", City: "Minnetonka", Hostname: "ord-061.vpn.privado.io", IP: net.IP{23, 82, 107, 117}},
|
||||
{Country: "United States", Region: "Missouri", City: "St. Louis", Hostname: "stl-001.vpn.privado.io", IP: net.IP{148, 72, 170, 145}},
|
||||
{Country: "United States", Region: "Missouri", City: "St. Louis", Hostname: "stl-002.vpn.privado.io", IP: net.IP{148, 72, 172, 82}},
|
||||
{Country: "United States", Region: "New York", City: "Buffalo", Hostname: "ord-003.vpn.privado.io", IP: net.IP{23, 254, 112, 130}},
|
||||
{Country: "United States", Region: "New York", City: "Buffalo", Hostname: "ord-004.vpn.privado.io", IP: net.IP{23, 254, 112, 138}},
|
||||
{Country: "United States", Region: "New York", City: "Buffalo", Hostname: "ord-005.vpn.privado.io", IP: net.IP{23, 254, 112, 145}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-002.vpn.privado.io", IP: net.IP{217, 138, 208, 106}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-003.vpn.privado.io", IP: net.IP{217, 138, 208, 113}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-005.vpn.privado.io", IP: net.IP{37, 120, 244, 3}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-007.vpn.privado.io", IP: net.IP{37, 120, 244, 17}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-008.vpn.privado.io", IP: net.IP{37, 120, 244, 24}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-009.vpn.privado.io", IP: net.IP{23, 19, 225, 65}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-010.vpn.privado.io", IP: net.IP{23, 19, 225, 67}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-011.vpn.privado.io", IP: net.IP{23, 19, 225, 69}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-012.vpn.privado.io", IP: net.IP{23, 19, 225, 71}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-014.vpn.privado.io", IP: net.IP{23, 19, 225, 75}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-015.vpn.privado.io", IP: net.IP{23, 19, 225, 77}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-016.vpn.privado.io", IP: net.IP{23, 19, 225, 79}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-017.vpn.privado.io", IP: net.IP{23, 19, 225, 81}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-018.vpn.privado.io", IP: net.IP{23, 19, 225, 83}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-019.vpn.privado.io", IP: net.IP{23, 19, 225, 85}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-020.vpn.privado.io", IP: net.IP{23, 19, 225, 87}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-021.vpn.privado.io", IP: net.IP{23, 19, 225, 89}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-022.vpn.privado.io", IP: net.IP{23, 19, 225, 91}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-023.vpn.privado.io", IP: net.IP{23, 19, 225, 93}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-024.vpn.privado.io", IP: net.IP{23, 19, 225, 95}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-025.vpn.privado.io", IP: net.IP{23, 19, 225, 97}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-026.vpn.privado.io", IP: net.IP{23, 19, 225, 99}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-027.vpn.privado.io", IP: net.IP{23, 19, 225, 101}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-028.vpn.privado.io", IP: net.IP{23, 19, 225, 103}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-029.vpn.privado.io", IP: net.IP{23, 19, 225, 105}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-030.vpn.privado.io", IP: net.IP{23, 19, 225, 107}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-032.vpn.privado.io", IP: net.IP{23, 19, 225, 111}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-034.vpn.privado.io", IP: net.IP{23, 19, 225, 115}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-035.vpn.privado.io", IP: net.IP{23, 19, 225, 117}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "jfk-036.vpn.privado.io", IP: net.IP{23, 19, 225, 119}},
|
||||
{Country: "United States", Region: "North Carolina", City: "Beaufort", Hostname: "ord-038.vpn.privado.io", IP: net.IP{23, 82, 107, 71}},
|
||||
{Country: "United States", Region: "North Carolina", City: "Beaufort", Hostname: "ord-041.vpn.privado.io", IP: net.IP{23, 82, 107, 77}},
|
||||
{Country: "United States", Region: "North Carolina", City: "Beaufort", Hostname: "ord-042.vpn.privado.io", IP: net.IP{23, 82, 107, 79}},
|
||||
{Country: "United States", Region: "North Carolina", City: "Beaufort", Hostname: "ord-044.vpn.privado.io", IP: net.IP{23, 82, 107, 83}},
|
||||
{Country: "United States", Region: "North Carolina", City: "Beaufort", Hostname: "ord-057.vpn.privado.io", IP: net.IP{23, 82, 107, 109}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-001.vpn.privado.io", IP: net.IP{104, 255, 228, 131}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-002.vpn.privado.io", IP: net.IP{104, 255, 228, 135}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-003.vpn.privado.io", IP: net.IP{104, 255, 228, 139}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-004.vpn.privado.io", IP: net.IP{104, 255, 228, 143}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-006.vpn.privado.io", IP: net.IP{104, 255, 228, 151}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-007.vpn.privado.io", IP: net.IP{104, 255, 228, 155}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-008.vpn.privado.io", IP: net.IP{104, 255, 228, 159}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-009.vpn.privado.io", IP: net.IP{104, 255, 228, 163}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-010.vpn.privado.io", IP: net.IP{104, 255, 228, 167}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-011.vpn.privado.io", IP: net.IP{104, 255, 228, 171}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-012.vpn.privado.io", IP: net.IP{104, 255, 228, 175}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-013.vpn.privado.io", IP: net.IP{104, 255, 228, 179}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-014.vpn.privado.io", IP: net.IP{104, 255, 228, 183}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-015.vpn.privado.io", IP: net.IP{104, 255, 228, 187}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-016.vpn.privado.io", IP: net.IP{104, 255, 228, 195}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-017.vpn.privado.io", IP: net.IP{104, 255, 228, 199}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-018.vpn.privado.io", IP: net.IP{104, 255, 228, 203}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-019.vpn.privado.io", IP: net.IP{104, 255, 228, 207}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-020.vpn.privado.io", IP: net.IP{104, 255, 228, 211}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-021.vpn.privado.io", IP: net.IP{104, 255, 228, 215}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-022.vpn.privado.io", IP: net.IP{104, 255, 228, 219}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-023.vpn.privado.io", IP: net.IP{104, 255, 228, 223}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-024.vpn.privado.io", IP: net.IP{104, 255, 228, 227}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-025.vpn.privado.io", IP: net.IP{104, 255, 228, 231}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-026.vpn.privado.io", IP: net.IP{104, 255, 228, 235}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-027.vpn.privado.io", IP: net.IP{104, 255, 228, 239}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-028.vpn.privado.io", IP: net.IP{104, 255, 228, 243}},
|
||||
{Country: "United States", Region: "Oregon", City: "Portland", Hostname: "pdx-030.vpn.privado.io", IP: net.IP{104, 255, 228, 251}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-001.vpn.privado.io", IP: net.IP{23, 105, 32, 243}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-002.vpn.privado.io", IP: net.IP{23, 105, 32, 244}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-003.vpn.privado.io", IP: net.IP{172, 241, 25, 157}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-006.vpn.privado.io", IP: net.IP{172, 241, 25, 163}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-007.vpn.privado.io", IP: net.IP{172, 241, 25, 165}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-008.vpn.privado.io", IP: net.IP{172, 241, 25, 167}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-009.vpn.privado.io", IP: net.IP{172, 241, 25, 169}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-010.vpn.privado.io", IP: net.IP{172, 241, 25, 171}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-011.vpn.privado.io", IP: net.IP{172, 241, 25, 173}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-012.vpn.privado.io", IP: net.IP{172, 241, 25, 175}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-013.vpn.privado.io", IP: net.IP{172, 241, 25, 177}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-014.vpn.privado.io", IP: net.IP{172, 241, 25, 179}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-015.vpn.privado.io", IP: net.IP{172, 241, 25, 181}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-016.vpn.privado.io", IP: net.IP{172, 241, 25, 183}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-017.vpn.privado.io", IP: net.IP{172, 241, 25, 185}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-018.vpn.privado.io", IP: net.IP{172, 241, 30, 65}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-020.vpn.privado.io", IP: net.IP{172, 241, 30, 69}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-021.vpn.privado.io", IP: net.IP{172, 241, 30, 71}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-022.vpn.privado.io", IP: net.IP{172, 241, 30, 73}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-023.vpn.privado.io", IP: net.IP{172, 241, 30, 75}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-024.vpn.privado.io", IP: net.IP{172, 241, 30, 77}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-025.vpn.privado.io", IP: net.IP{172, 241, 30, 79}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-026.vpn.privado.io", IP: net.IP{172, 241, 30, 81}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-028.vpn.privado.io", IP: net.IP{172, 241, 30, 85}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-029.vpn.privado.io", IP: net.IP{172, 241, 30, 87}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-030.vpn.privado.io", IP: net.IP{172, 241, 30, 89}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-032.vpn.privado.io", IP: net.IP{172, 241, 30, 93}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "dfw-033.vpn.privado.io", IP: net.IP{172, 241, 30, 95}},
|
||||
{Country: "United States", Region: "Virginia", City: "Ashburn", Hostname: "dca-003.vpn.privado.io", IP: net.IP{85, 12, 61, 30}},
|
||||
{Country: "United States", Region: "Virginia", City: "Ashburn", Hostname: "dca-004.vpn.privado.io", IP: net.IP{85, 12, 61, 40}},
|
||||
{Country: "United States", Region: "Virginia", City: "Ashburn", Hostname: "dca-005.vpn.privado.io", IP: net.IP{85, 12, 61, 50}},
|
||||
{Country: "United States", Region: "Virginia", City: "Ashburn", Hostname: "dca-006.vpn.privado.io", IP: net.IP{85, 12, 61, 60}},
|
||||
{Country: "United States", Region: "Virginia", City: "Ashburn", Hostname: "dca-007.vpn.privado.io", IP: net.IP{85, 12, 61, 70}},
|
||||
{Country: "United States", Region: "Virginia", City: "Ashburn", Hostname: "dca-008.vpn.privado.io", IP: net.IP{85, 12, 61, 80}},
|
||||
{Country: "United States", Region: "Virginia", City: "Ashburn", Hostname: "dca-009.vpn.privado.io", IP: net.IP{85, 12, 61, 90}},
|
||||
{Country: "United States", Region: "Virginia", City: "Ashburn", Hostname: "dca-011.vpn.privado.io", IP: net.IP{85, 12, 61, 110}},
|
||||
{Country: "United States", Region: "Virginia", City: "Ashburn", Hostname: "dca-012.vpn.privado.io", IP: net.IP{85, 12, 61, 120}},
|
||||
{Country: "United States", Region: "Washington", City: "Mirrormont", Hostname: "sea-003.vpn.privado.io", IP: net.IP{23, 19, 87, 109}},
|
||||
{Country: "United States", Region: "Washington", City: "Mirrormont", Hostname: "sea-004.vpn.privado.io", IP: net.IP{23, 19, 87, 116}},
|
||||
{Country: "United States", Region: "Washington", City: "Seattle", Hostname: "sea-001.vpn.privado.io", IP: net.IP{23, 81, 208, 96}},
|
||||
{Country: "United States", Region: "Washington", City: "Seattle", Hostname: "sea-002.vpn.privado.io", IP: net.IP{23, 81, 208, 104}},
|
||||
{Country: "United States", Region: "Washington, D.C.", City: "Washington", Hostname: "dca-013.vpn.privado.io", IP: net.IP{185, 247, 68, 3}},
|
||||
{Country: "United States", Region: "Washington, D.C.", City: "Washington", Hostname: "dca-014.vpn.privado.io", IP: net.IP{185, 247, 68, 14}},
|
||||
}
|
||||
func PrivadoServers() (servers []models.PrivadoServer) {
|
||||
servers = make([]models.PrivadoServer, len(allServers.Privado.Servers))
|
||||
copy(servers, allServers.Privado.Servers)
|
||||
return servers
|
||||
}
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
package constants
|
||||
|
||||
import (
|
||||
"net"
|
||||
|
||||
"github.com/qdm12/gluetun/internal/models"
|
||||
)
|
||||
|
||||
@@ -39,82 +37,8 @@ func PrivatevpnHostnameChoices() (choices []string) {
|
||||
return makeChoicesUnique(choices)
|
||||
}
|
||||
|
||||
//nolint:lll
|
||||
// PrivatevpnServers returns a slice of all the server information for Privatevpn.
|
||||
func PrivatevpnServers() []models.PrivatevpnServer {
|
||||
return []models.PrivatevpnServer{
|
||||
{Country: "Argentina", City: "BuenosAires", Hostname: "ar-bue.pvdata.host", IPs: []net.IP{{181, 119, 160, 59}}},
|
||||
{Country: "Australia", City: "Melbourne", Hostname: "au-mel.pvdata.host", IPs: []net.IP{{103, 231, 88, 203}}},
|
||||
{Country: "Australia", City: "Sydney1", Hostname: "au-syd.pvdata.host", IPs: []net.IP{{143, 244, 63, 96}}},
|
||||
{Country: "Austria", City: "Wien", Hostname: "at-wie.pvdata.host", IPs: []net.IP{{185, 9, 19, 91}}},
|
||||
{Country: "Belgium", City: "Brussels", Hostname: "be-bru.pvdata.host", IPs: []net.IP{{185, 104, 186, 211}}},
|
||||
{Country: "Brazil", City: "SaoPaulo", Hostname: "br-sao.pvdata.host", IPs: []net.IP{{45, 162, 230, 59}}},
|
||||
{Country: "Bulgaria", City: "Sofia", Hostname: "bg-sof.pvdata.host", IPs: []net.IP{{185, 94, 192, 163}}},
|
||||
{Country: "Canada", City: "Montreal", Hostname: "ca-mon.pvdata.host", IPs: []net.IP{{37, 120, 237, 163}, {87, 101, 92, 131}}},
|
||||
{Country: "Canada", City: "Toronto1", Hostname: "ca-tor.pvdata.host", IPs: []net.IP{{45, 148, 7, 3}, {45, 148, 7, 6}, {45, 148, 7, 8}}},
|
||||
{Country: "Canada", City: "Vancouver", Hostname: "ca-van.pvdata.host", IPs: []net.IP{{74, 3, 160, 19}}},
|
||||
{Country: "Chile", City: "Santiago", Hostname: "cl-san.pvdata.host", IPs: []net.IP{{216, 241, 14, 227}}},
|
||||
{Country: "Colombia", City: "Bogot\xa0", Hostname: "co-bog.pvdata.host", IPs: []net.IP{{201, 217, 220, 27}}},
|
||||
{Country: "Costa Rica", City: "SanJose", Hostname: "cr-san.pvdata.host", IPs: []net.IP{{190, 10, 8, 218}}},
|
||||
{Country: "Cyprus", City: "Nicosia", Hostname: "cy-nic.pvdata.host", IPs: []net.IP{{185, 173, 226, 47}}},
|
||||
{Country: "Czech Republic", City: "Prague", Hostname: "cz-pra.pvdata.host", IPs: []net.IP{{185, 156, 174, 179}}},
|
||||
{Country: "Denmark", City: "Copenhagen", Hostname: "dk-cop.pvdata.host", IPs: []net.IP{{62, 115, 255, 188}, {62, 115, 255, 189}}},
|
||||
{Country: "France", City: "Paris1", Hostname: "fr-par.pvdata.host", IPs: []net.IP{{80, 239, 199, 102}, {80, 239, 199, 103}, {80, 239, 199, 104}, {80, 239, 199, 105}}},
|
||||
{Country: "Germany", City: "Frankfurt1", Hostname: "de-fra.pvdata.host", IPs: []net.IP{{193, 180, 119, 130}, {193, 180, 119, 131}}},
|
||||
{Country: "Germany", City: "Nuremberg", Hostname: "de-nur.pvdata.host", IPs: []net.IP{{185, 89, 36, 3}}},
|
||||
{Country: "Greece", City: "Athens", Hostname: "gr-ath.pvdata.host", IPs: []net.IP{{154, 57, 3, 33}}},
|
||||
{Country: "Hong Kong", City: "HongKong", Hostname: "hk-hon.pvdata.host", IPs: []net.IP{{84, 17, 37, 58}}},
|
||||
{Country: "Hungary", City: "Budapest", Hostname: "hu-bud.pvdata.host", IPs: []net.IP{{185, 104, 187, 67}}},
|
||||
{Country: "Iceland", City: "Reykjavik", Hostname: "is-rey.pvdata.host", IPs: []net.IP{{82, 221, 113, 210}}},
|
||||
{Country: "Indonesia", City: "Jakarta", Hostname: "id-jak.pvdata.host", IPs: []net.IP{{23, 248, 170, 136}}},
|
||||
{Country: "Ireland", City: "Dublin", Hostname: "ie-dub.pvdata.host", IPs: []net.IP{{217, 138, 222, 67}}},
|
||||
{Country: "Isle of Man", City: "Ballasalla", Hostname: "im-bal.pvdata.host", IPs: []net.IP{{81, 27, 96, 89}}},
|
||||
{Country: "Italy", City: "Milan", Hostname: "it-mil.pvdata.host", IPs: []net.IP{{217, 212, 240, 90}, {217, 212, 240, 91}, {217, 212, 240, 92}, {217, 212, 240, 93}}},
|
||||
{Country: "Japan", City: "Tokyo1", Hostname: "jp-tok.pvdata.host", IPs: []net.IP{{89, 187, 160, 154}}},
|
||||
{Country: "Korea", City: "Seoul", Hostname: "kr-seo.pvdata.host", IPs: []net.IP{{92, 223, 73, 37}}},
|
||||
{Country: "Latvia", City: "Riga", Hostname: "lv-rig.pvdata.host", IPs: []net.IP{{80, 233, 134, 165}}},
|
||||
{Country: "Lithuania", City: "Siauliai", Hostname: "lt-sia.pvdata.host", IPs: []net.IP{{5, 199, 171, 93}}},
|
||||
{Country: "Luxembourg", City: "Steinsel", Hostname: "lu-ste.pvdata.host", IPs: []net.IP{{94, 242, 250, 71}}},
|
||||
{Country: "Malaysia", City: "KualaLumpur", Hostname: "my-kua.pvdata.host", IPs: []net.IP{{128, 1, 160, 184}}},
|
||||
{Country: "Malta", City: "Qormi", Hostname: "mt-qor.pvdata.host", IPs: []net.IP{{130, 185, 255, 25}}},
|
||||
{Country: "Mexico", City: "MexicoCity", Hostname: "mx-mex.pvdata.host", IPs: []net.IP{{190, 60, 16, 28}}},
|
||||
{Country: "Moldova", City: "Chisinau", Hostname: "md-chi.pvdata.host", IPs: []net.IP{{178, 17, 172, 99}}},
|
||||
{Country: "Netherlands", City: "Amsterdam1", Hostname: "nl-ams.pvdata.host", IPs: []net.IP{{193, 180, 119, 194}, {193, 180, 119, 195}, {193, 180, 119, 196}, {193, 180, 119, 197}}},
|
||||
{Country: "New Zealand", City: "Auckland", Hostname: "nz-auc.pvdata.host", IPs: []net.IP{{45, 252, 191, 34}}},
|
||||
{Country: "Norway", City: "Oslo", Hostname: "no-osl.pvdata.host", IPs: []net.IP{{91, 205, 186, 26}}},
|
||||
{Country: "Peru", City: "Lima", Hostname: "pe-lim.pvdata.host", IPs: []net.IP{{170, 0, 81, 107}}},
|
||||
{Country: "Philippines", City: "Manila", Hostname: "ph-man.pvdata.host", IPs: []net.IP{{128, 1, 209, 12}}},
|
||||
{Country: "Poland", City: "Torun", Hostname: "pl-tor.pvdata.host", IPs: []net.IP{{91, 236, 55, 255}, {185, 72, 199, 130}}},
|
||||
{Country: "Portugal", City: "Lisbon", Hostname: "pt-lis.pvdata.host", IPs: []net.IP{{130, 185, 85, 107}}},
|
||||
{Country: "Romania", City: "Bukarest", Hostname: "ro-buk.pvdata.host", IPs: []net.IP{{89, 40, 181, 203}}},
|
||||
{Country: "Russian Federation", City: "Krasnoyarsk", Hostname: "ru-kra.pvdata.host", IPs: []net.IP{{92, 223, 87, 11}}},
|
||||
{Country: "Russian Federation", City: "Moscow", Hostname: "ru-mos.pvdata.host", IPs: []net.IP{{92, 223, 103, 138}}},
|
||||
{Country: "Russian Federation", City: "StPetersburg", Hostname: "ru-pet.pvdata.host", IPs: []net.IP{{95, 213, 148, 99}}},
|
||||
{Country: "Serbia", City: "Belgrade", Hostname: "rs-bel.pvdata.host", IPs: []net.IP{{141, 98, 103, 166}}},
|
||||
{Country: "Singapore", City: "Singapore", Hostname: "sg-sin.pvdata.host", IPs: []net.IP{{143, 244, 33, 81}}},
|
||||
{Country: "Slovakia", City: "Bratislava", Hostname: "sk-bra.pvdata.host", IPs: []net.IP{{46, 29, 2, 168}}},
|
||||
{Country: "South Africa", City: "Johannesburg", Hostname: "za-joh.pvdata.host", IPs: []net.IP{{129, 232, 185, 115}, {129, 232, 209, 235}}},
|
||||
{Country: "Spain", City: "Madrid", Hostname: "es-mad.pvdata.host", IPs: []net.IP{{217, 212, 244, 92}, {217, 212, 244, 93}}},
|
||||
{Country: "Sweden", City: "Gothenburg", Hostname: "se-got.pvdata.host", IPs: []net.IP{{193, 187, 91, 19}}},
|
||||
{Country: "Sweden", City: "Kista", Hostname: "se-kis.pvdata.host", IPs: []net.IP{{193, 187, 88, 216}, {193, 187, 88, 217}, {193, 187, 88, 218}, {193, 187, 88, 219}, {193, 187, 88, 220}, {193, 187, 88, 221}, {193, 187, 88, 222}}},
|
||||
{Country: "Sweden", City: "Stockholm", Hostname: "se-sto.pvdata.host", IPs: []net.IP{{45, 130, 87, 3}, {45, 130, 87, 5}, {193, 180, 119, 2}, {193, 180, 119, 3}, {193, 180, 119, 4}, {193, 180, 119, 5}, {193, 180, 119, 6}, {193, 180, 119, 7}}},
|
||||
{Country: "Taiwan", City: "Taipei", Hostname: "tw-tai.pvdata.host", IPs: []net.IP{{2, 58, 241, 51}}},
|
||||
{Country: "Thailand", City: "Bangkok", Hostname: "th-ban.pvdata.host", IPs: []net.IP{{103, 27, 203, 234}}},
|
||||
{Country: "Turkey", City: "Istanbul", Hostname: "tr-ist.pvdata.host", IPs: []net.IP{{92, 38, 180, 28}}},
|
||||
{Country: "Ukraine", City: "Kiev", Hostname: "ua-kie.pvdata.host", IPs: []net.IP{{192, 121, 68, 131}}},
|
||||
{Country: "Ukraine", City: "Nikolaev", Hostname: "ua-nik.pvdata.host", IPs: []net.IP{{194, 54, 83, 21}}},
|
||||
{Country: "United Arab Emirates", City: "Dubai", Hostname: "ae-dub.pvdata.host", IPs: []net.IP{{45, 9, 249, 59}}},
|
||||
{Country: "United Kingdom", City: "London1", Hostname: "uk-lon.pvdata.host", IPs: []net.IP{{193, 180, 119, 66}, {193, 180, 119, 67}, {193, 180, 119, 68}, {193, 180, 119, 69}, {193, 180, 119, 70}, {193, 180, 119, 72}}},
|
||||
{Country: "United Kingdom", City: "Manchester", Hostname: "uk-man.pvdata.host", IPs: []net.IP{{185, 206, 227, 181}}},
|
||||
{Country: "United States", City: "Atlanta", Hostname: "us-atl.pvdata.host", IPs: []net.IP{{89, 187, 170, 130}, {138, 199, 2, 53}}},
|
||||
{Country: "United States", City: "Buffalo", Hostname: "us-buf.pvdata.host", IPs: []net.IP{{172, 245, 13, 115}, {192, 210, 199, 35}}},
|
||||
{Country: "United States", City: "Chicago1", Hostname: "us-chi.pvdata.host", IPs: []net.IP{{143, 244, 60, 90}, {185, 93, 1, 114}}},
|
||||
{Country: "United States", City: "Dallas", Hostname: "us-dal.pvdata.host", IPs: []net.IP{{89, 187, 164, 97}}},
|
||||
{Country: "United States", City: "LasVegas", Hostname: "us-las.pvdata.host", IPs: []net.IP{{82, 102, 30, 19}}},
|
||||
{Country: "United States", City: "LosAngeles", Hostname: "us-los.pvdata.host", IPs: []net.IP{{89, 187, 185, 78}, {185, 152, 67, 132}}},
|
||||
{Country: "United States", City: "Miami", Hostname: "us-mia.pvdata.host", IPs: []net.IP{{195, 181, 163, 139}}},
|
||||
{Country: "United States", City: "NewYork1", Hostname: "us-nyc.pvdata.host", IPs: []net.IP{{45, 130, 86, 3}, {45, 130, 86, 5}, {45, 130, 86, 8}, {45, 130, 86, 10}, {45, 130, 86, 12}}},
|
||||
{Country: "United States", City: "Phoenix", Hostname: "us-pho.pvdata.host", IPs: []net.IP{{82, 102, 30, 131}}},
|
||||
{Country: "Vietnam", City: "HoChiMinhCity", Hostname: "vn-hoc.pvdata.host", IPs: []net.IP{{210, 2, 64, 5}}},
|
||||
}
|
||||
func PrivatevpnServers() (servers []models.PrivatevpnServer) {
|
||||
servers = make([]models.PrivatevpnServer, len(allServers.Privatevpn.Servers))
|
||||
copy(servers, allServers.Privatevpn.Servers)
|
||||
return servers
|
||||
}
|
||||
|
||||
+4
-1592
File diff suppressed because it is too large
Load Diff
@@ -1,8 +1,6 @@
|
||||
package constants
|
||||
|
||||
import (
|
||||
"net"
|
||||
|
||||
"github.com/qdm12/gluetun/internal/models"
|
||||
)
|
||||
|
||||
@@ -50,101 +48,9 @@ func PurevpnHostnameChoices() (choices []string) {
|
||||
return makeUnique(choices)
|
||||
}
|
||||
|
||||
//nolint:lll
|
||||
// PurevpnServers returns a slice of all the server information for Purevpn.
|
||||
func PurevpnServers() []models.PurevpnServer {
|
||||
return []models.PurevpnServer{
|
||||
{Country: "Australia", Region: "New South Wales", City: "Sydney", Hostname: "au-sd2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{43, 245, 163, 82}, {46, 243, 245, 4}}},
|
||||
{Country: "Australia", Region: "New South Wales", City: "Sydney", Hostname: "au-sd2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{43, 245, 161, 80}, {43, 245, 161, 81}, {43, 245, 161, 82}, {43, 245, 161, 86}}},
|
||||
{Country: "Australia", Region: "Western Australia", City: "Perth", Hostname: "au2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{43, 250, 205, 50}}},
|
||||
{Country: "Australia", Region: "Western Australia", City: "Perth", Hostname: "au2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{43, 250, 205, 50}, {43, 250, 205, 61}}},
|
||||
{Country: "Australia", Region: "Western Australia", City: "Perth", Hostname: "au2-pe-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{43, 250, 205, 50}, {43, 250, 205, 51}}},
|
||||
{Country: "Australia", Region: "Western Australia", City: "Perth", Hostname: "au2-pe-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{43, 250, 205, 34}}},
|
||||
{Country: "Austria", Region: "Vienna", City: "Vienna", Hostname: "at2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{217, 64, 127, 251}, {217, 64, 127, 252}}},
|
||||
{Country: "Austria", Region: "Vienna", City: "Vienna", Hostname: "at2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{37, 120, 212, 219}, {217, 64, 127, 252}}},
|
||||
{Country: "Belgium", Region: "Flanders", City: "Zaventem", Hostname: "vleu-be2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{217, 138, 211, 87}, {217, 138, 211, 116}, {217, 138, 221, 117}}},
|
||||
{Country: "Brazil", Region: "São Paulo", City: "São Paulo", Hostname: "br2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{181, 41, 201, 83}, {181, 41, 201, 84}}},
|
||||
{Country: "Brazil", Region: "São Paulo", City: "São Paulo", Hostname: "br2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{138, 99, 210, 4}, {181, 41, 201, 75}, {181, 41, 201, 82}, {181, 41, 201, 83}}},
|
||||
{Country: "Bulgaria", Region: "Sofia-Capital", City: "Sofia", Hostname: "vleu-be2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{217, 138, 221, 114}}},
|
||||
{Country: "Canada", Region: "British Columbia", City: "Vancouver", Hostname: "cav2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{66, 115, 147, 34}}},
|
||||
{Country: "Canada", Region: "British Columbia", City: "Vancouver", Hostname: "cav2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{66, 115, 147, 34}, {66, 115, 147, 35}, {66, 115, 147, 37}, {66, 115, 147, 38}, {66, 115, 147, 40}, {66, 115, 147, 43}}},
|
||||
{Country: "Canada", Region: "Ontario", City: "Toronto", Hostname: "ca2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{104, 200, 138, 212}}},
|
||||
{Country: "Canada", Region: "Ontario", City: "Toronto", Hostname: "ca2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{104, 200, 138, 213}, {104, 200, 138, 214}, {104, 200, 138, 216}}},
|
||||
{Country: "Czech Republic", Region: "Hlavní město Praha", City: "Prague", Hostname: "cz2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{185, 156, 174, 36}}},
|
||||
{Country: "Czech Republic", Region: "Hlavní město Praha", City: "Prague", Hostname: "cz2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{185, 156, 174, 38}, {217, 138, 199, 252}}},
|
||||
{Country: "France", Region: "Île-de-France", City: "Paris", Hostname: "fr2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{45, 152, 181, 68}}},
|
||||
{Country: "France", Region: "Île-de-France", City: "Paris", Hostname: "fr2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{45, 152, 181, 67}, {45, 152, 181, 70}}},
|
||||
{Country: "Germany", Region: "Hesse", City: "Frankfurt am Main", Hostname: "de2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{5, 254, 88, 213}}},
|
||||
{Country: "Germany", Region: "Hesse", City: "Frankfurt am Main", Hostname: "de2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{5, 254, 82, 50}, {5, 254, 82, 52}}},
|
||||
{Country: "Hong Kong", Region: "Central and Western", City: "Hong Kong", Hostname: "hk2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{103, 109, 103, 59}, {103, 109, 103, 60}, {119, 81, 228, 109}}},
|
||||
{Country: "Hong Kong", Region: "Central and Western", City: "Hong Kong", Hostname: "hk2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{172, 111, 168, 4}}},
|
||||
{Country: "Hong Kong", Region: "Central and Western", City: "Hong Kong", Hostname: "vlap-ph2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{36, 255, 97, 3}, {129, 227, 119, 84}}},
|
||||
{Country: "Hong Kong", Region: "Central and Western", City: "Hong Kong", Hostname: "vlap-ph2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{36, 255, 97, 3}}},
|
||||
{Country: "Italy", Region: "Lombardy", City: "Milan", Hostname: "it2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{172, 111, 173, 3}}},
|
||||
{Country: "Italy", Region: "Lombardy", City: "Milan", Hostname: "it2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{172, 111, 173, 3}}},
|
||||
{Country: "Japan", Region: "Tokyo", City: "Tokyo", Hostname: "jp2-ovpn.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{185, 242, 4, 59}}},
|
||||
{Country: "Korea", Region: "Gangwon-do", City: "Hongch’ŏn", Hostname: "kr2-ovpn.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{43, 226, 231, 4}, {43, 226, 231, 6}}},
|
||||
{Country: "Malaysia", Region: "Kuala Lumpur", City: "Kuala Lumpur", Hostname: "my2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{103, 55, 10, 134}}},
|
||||
{Country: "Malaysia", Region: "Kuala Lumpur", City: "Kuala Lumpur", Hostname: "my2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{103, 28, 90, 32}}},
|
||||
{Country: "Netherlands", Region: "North Holland", City: "Amsterdam", Hostname: "nl2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{5, 254, 73, 172}, {5, 254, 73, 252}, {92, 119, 179, 195}, {206, 123, 147, 4}}},
|
||||
{Country: "Netherlands", Region: "North Holland", City: "Amsterdam", Hostname: "nl2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{5, 254, 73, 171}, {5, 254, 73, 202}, {92, 119, 179, 195}, {206, 123, 147, 4}}},
|
||||
{Country: "Netherlands", Region: "North Holland", City: "Amsterdam", Hostname: "vlap-th2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{104, 37, 6, 4}}},
|
||||
{Country: "Netherlands", Region: "North Holland", City: "Amsterdam", Hostname: "vlap-th2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{104, 37, 6, 4}}},
|
||||
{Country: "Norway", Region: "Oslo", City: "Oslo", Hostname: "vleu-no2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{82, 102, 22, 212}}},
|
||||
{Country: "Norway", Region: "Oslo", City: "Oslo", Hostname: "vleu-no2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{82, 102, 22, 212}}},
|
||||
{Country: "Poland", Region: "Mazovia", City: "Warsaw", Hostname: "pl2-ovpn.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{5, 253, 206, 251}}},
|
||||
{Country: "Portugal", Region: "Lisbon", City: "Lisbon", Hostname: "Pt2-ovpn.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{5, 154, 174, 3}}},
|
||||
{Country: "Russian Federation", Region: "St.-Petersburg", City: "Saint Petersburg", Hostname: "ru2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{94, 242, 54, 23}, {206, 123, 139, 4}}},
|
||||
{Country: "Russian Federation", Region: "St.-Petersburg", City: "Saint Petersburg", Hostname: "ru2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{94, 242, 54, 23}, {206, 123, 139, 4}}},
|
||||
{Country: "Singapore", Region: "Singapore", City: "Singapore", Hostname: "sg2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{84, 247, 49, 181}}},
|
||||
{Country: "Singapore", Region: "Singapore", City: "Singapore", Hostname: "sg2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{37, 120, 208, 147}, {37, 120, 208, 148}}},
|
||||
{Country: "South Africa", Region: "Gauteng", City: "Johannesburg", Hostname: "za2-ovpn.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{102, 165, 3, 33}, {102, 165, 3, 34}}},
|
||||
{Country: "Sweden", Region: "Stockholm", City: "Stockholm", Hostname: "se2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{45, 12, 220, 123}, {86, 106, 103, 178}, {86, 106, 103, 179}}},
|
||||
{Country: "Sweden", Region: "Stockholm", City: "Stockholm", Hostname: "se2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{45, 12, 220, 125}, {86, 106, 103, 183}}},
|
||||
{Country: "Switzerland", Region: "Zurich", City: "Zürich", Hostname: "ch2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{45, 12, 222, 98}, {45, 12, 222, 99}}},
|
||||
{Country: "Switzerland", Region: "Zurich", City: "Zürich", Hostname: "ch2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{45, 12, 222, 100}, {45, 12, 222, 102}, {45, 12, 222, 106}, {45, 12, 222, 107}}},
|
||||
{Country: "Taiwan", Region: "Taiwan", City: "Taipei", Hostname: "tw2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{128, 1, 155, 178}}},
|
||||
{Country: "Taiwan", Region: "Taiwan", City: "Taipei", Hostname: "tw2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{128, 1, 155, 178}}},
|
||||
{Country: "United Kingdom", Region: "England", City: "London", Hostname: "ukg2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{45, 74, 0, 4}}},
|
||||
{Country: "United Kingdom", Region: "England", City: "London", Hostname: "ukl2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{45, 74, 0, 4}}},
|
||||
{Country: "United Kingdom", Region: "England", City: "Manchester", Hostname: "ukg2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{89, 238, 165, 148}, {89, 238, 165, 149}}},
|
||||
{Country: "United Kingdom", Region: "England", City: "Manchester", Hostname: "ukl2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{89, 238, 165, 148}, {89, 238, 165, 149}}},
|
||||
{Country: "United Kingdom", Region: "England", City: "Manchester", Hostname: "ukm2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{188, 72, 89, 4}}},
|
||||
{Country: "United Kingdom", Region: "England", City: "Manchester", Hostname: "ukm2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{188, 72, 89, 4}}},
|
||||
{Country: "United States", Region: "California", City: "Los Angeles", Hostname: "usla2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{89, 45, 4, 2}}},
|
||||
{Country: "United States", Region: "California", City: "Los Angeles", Hostname: "vlus-mx2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{104, 243, 243, 131}}},
|
||||
{Country: "United States", Region: "California", City: "Los Angeles", Hostname: "vlus-mx2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{104, 243, 243, 131}}},
|
||||
{Country: "United States", Region: "California", City: "San Jose", Hostname: "ussf2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{141, 101, 166, 4}}},
|
||||
{Country: "United States", Region: "Florida", City: "Miami", Hostname: "usfl2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{5, 254, 79, 100}, {5, 254, 79, 116}}},
|
||||
{Country: "United States", Region: "Florida", City: "Miami", Hostname: "usfl2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{5, 254, 79, 114}, {5, 254, 79, 115}}},
|
||||
{Country: "United States", Region: "Georgia", City: "Cumming", Hostname: "in2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{169, 38, 69, 12}}},
|
||||
{Country: "United States", Region: "New Jersey", City: "Piscataway", Hostname: "usny2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{209, 127, 184, 71}, {209, 127, 184, 73}, {209, 127, 184, 74}, {209, 127, 184, 76}}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "usnj2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{172, 94, 72, 4}}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "usnj2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{172, 94, 72, 4}}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "usny2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{141, 101, 153, 4}}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "ussf2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{172, 94, 72, 4}, {172, 94, 86, 4}}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "uswdc2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{172, 94, 72, 4}, {172, 94, 86, 4}}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "vlus-pa2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{172, 111, 149, 4}}},
|
||||
{Country: "United States", Region: "New York", City: "New York City", Hostname: "vlus-pa2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{172, 111, 149, 4}}},
|
||||
{Country: "United States", Region: "Pennsylvania", City: "Pittsburgh", Hostname: "in2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{104, 250, 160, 132}}},
|
||||
{Country: "United States", Region: "Texas", City: "Allen", Hostname: "usga2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{172, 94, 108, 4}}},
|
||||
{Country: "United States", Region: "Texas", City: "Allen", Hostname: "usil2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{172, 94, 108, 4}}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "ustx2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{208, 84, 155, 100}, {208, 84, 155, 101}}},
|
||||
{Country: "United States", Region: "Texas", City: "Dallas", Hostname: "ustx2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{104, 217, 255, 185}, {104, 217, 255, 186}}},
|
||||
{Country: "United States", Region: "Virginia", City: "Centreville", Hostname: "usva2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{5, 254, 109, 115}, {37, 221, 173, 212}}},
|
||||
{Country: "United States", Region: "Virginia", City: "Reston", Hostname: "usva2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{5, 254, 77, 26}, {5, 254, 77, 27}}},
|
||||
{Country: "United States", Region: "Washington", City: "Seattle", Hostname: "ussa2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{172, 94, 86, 4}}},
|
||||
{Country: "United States", Region: "Washington, D.C.", City: "Washington", Hostname: "us2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{46, 243, 249, 4}}},
|
||||
{Country: "United States", Region: "Washington, D.C.", City: "Washington", Hostname: "us2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{141, 101, 169, 4}, {172, 94, 72, 4}, {172, 94, 86, 4}}},
|
||||
{Country: "United States", Region: "Washington, D.C.", City: "Washington", Hostname: "usga2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{141, 101, 169, 4}, {172, 94, 86, 4}}},
|
||||
{Country: "United States", Region: "Washington, D.C.", City: "Washington", Hostname: "usil2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{141, 101, 169, 4}, {172, 94, 72, 4}, {172, 94, 86, 4}}},
|
||||
{Country: "United States", Region: "Washington, D.C.", City: "Washington", Hostname: "usla2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{141, 101, 169, 4}, {172, 94, 72, 4}}},
|
||||
{Country: "United States", Region: "Washington, D.C.", City: "Washington", Hostname: "usphx2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{141, 101, 169, 4}}},
|
||||
{Country: "United States", Region: "Washington, D.C.", City: "Washington", Hostname: "ussa2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{46, 243, 249, 4}}},
|
||||
{Country: "United States", Region: "Washington, D.C.", City: "Washington", Hostname: "usut2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{46, 243, 249, 4}}},
|
||||
{Country: "United States", Region: "Washington, D.C.", City: "Washington", Hostname: "usut2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{141, 101, 169, 4}, {172, 94, 72, 4}, {172, 94, 86, 4}}},
|
||||
{Country: "United States", Region: "Washington, D.C.", City: "Washington", Hostname: "uswdc2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{46, 243, 249, 4}}},
|
||||
{Country: "Vietnam", Region: "Hanoi", City: "Hanoi", Hostname: "vlap-vn2-ovpn-tcp.pointtoserver.com", TCP: true, UDP: false, IPs: []net.IP{{192, 253, 249, 132}}},
|
||||
{Country: "Vietnam", Region: "Hanoi", City: "Hanoi", Hostname: "vlap-vn2-ovpn-udp.pointtoserver.com", TCP: false, UDP: true, IPs: []net.IP{{192, 253, 249, 132}}},
|
||||
}
|
||||
func PurevpnServers() (servers []models.PurevpnServer) {
|
||||
servers = make([]models.PurevpnServer, len(allServers.Purevpn.Servers))
|
||||
copy(servers, allServers.Purevpn.Servers)
|
||||
return servers
|
||||
}
|
||||
|
||||
@@ -1,95 +1,29 @@
|
||||
package constants
|
||||
|
||||
import "github.com/qdm12/gluetun/internal/models"
|
||||
import (
|
||||
_ "embed"
|
||||
"encoding/json"
|
||||
|
||||
"github.com/qdm12/gluetun/internal/models"
|
||||
)
|
||||
|
||||
//go:embed servers.json
|
||||
var allServersBytes []byte //nolint:gochecknoglobals
|
||||
var allServers models.AllServers //nolint:gochecknoglobals
|
||||
|
||||
func init() { //nolint:gochecknoinits
|
||||
// error returned covered by unit test
|
||||
allServers, _ = parseAllServers(allServersBytes)
|
||||
}
|
||||
|
||||
func parseAllServers(b []byte) (allServers models.AllServers, err error) {
|
||||
err = json.Unmarshal(b, &allServers)
|
||||
return allServers, err
|
||||
}
|
||||
|
||||
func GetAllServers() (allServers models.AllServers) {
|
||||
//nolint:gomnd
|
||||
return models.AllServers{
|
||||
Version: 1, // used for migration of the top level scheme
|
||||
Cyberghost: models.CyberghostServers{
|
||||
Version: 2, // model version
|
||||
Timestamp: 1624307338, // latest takes precedence
|
||||
Servers: CyberghostServers(),
|
||||
},
|
||||
Fastestvpn: models.FastestvpnServers{
|
||||
Version: 1,
|
||||
Timestamp: 1620435633,
|
||||
Servers: FastestvpnServers(),
|
||||
},
|
||||
HideMyAss: models.HideMyAssServers{
|
||||
Version: 1,
|
||||
Timestamp: 1620435633,
|
||||
Servers: HideMyAssServers(),
|
||||
},
|
||||
Ipvanish: models.IpvanishServers{
|
||||
Version: 1,
|
||||
Timestamp: 1625164062,
|
||||
Servers: IpvanishServers(),
|
||||
},
|
||||
Ivpn: models.IvpnServers{
|
||||
Version: 1,
|
||||
Timestamp: 1624120443,
|
||||
Servers: IvpnServers(),
|
||||
},
|
||||
Mullvad: models.MullvadServers{
|
||||
Version: 2,
|
||||
Timestamp: 1620500848,
|
||||
Servers: MullvadServers(),
|
||||
},
|
||||
Nordvpn: models.NordvpnServers{
|
||||
Version: 2,
|
||||
Timestamp: 1620514180,
|
||||
Servers: NordvpnServers(),
|
||||
},
|
||||
Privado: models.PrivadoServers{
|
||||
Version: 3,
|
||||
Timestamp: 1620520278,
|
||||
Servers: PrivadoServers(),
|
||||
},
|
||||
Privatevpn: models.PrivatevpnServers{
|
||||
Version: 1,
|
||||
Timestamp: 1620435633,
|
||||
Servers: PrivatevpnServers(),
|
||||
},
|
||||
Protonvpn: models.ProtonvpnServers{
|
||||
Version: 1,
|
||||
Timestamp: 1624894186,
|
||||
Servers: ProtonvpnServers(),
|
||||
},
|
||||
Pia: models.PiaServers{
|
||||
Version: 6,
|
||||
Timestamp: 1620663401,
|
||||
Servers: PIAServers(),
|
||||
},
|
||||
Purevpn: models.PurevpnServers{
|
||||
Version: 2,
|
||||
Timestamp: 1622644308,
|
||||
Servers: PurevpnServers(),
|
||||
},
|
||||
Surfshark: models.SurfsharkServers{
|
||||
Version: 2,
|
||||
Timestamp: 1620607876,
|
||||
Servers: SurfsharkServers(),
|
||||
},
|
||||
Torguard: models.TorguardServers{
|
||||
Version: 2,
|
||||
Timestamp: 1620611129,
|
||||
Servers: TorguardServers(),
|
||||
},
|
||||
VPNUnlimited: models.VPNUnlimitedServers{
|
||||
Version: 1,
|
||||
Timestamp: 1623950304,
|
||||
Servers: VPNUnlimitedServers(),
|
||||
},
|
||||
Vyprvpn: models.VyprvpnServers{
|
||||
Version: 2,
|
||||
Timestamp: 1620612506,
|
||||
Servers: VyprvpnServers(),
|
||||
},
|
||||
Windscribe: models.WindscribeServers{
|
||||
Version: 3,
|
||||
Timestamp: 1620657134,
|
||||
Servers: WindscribeServers(),
|
||||
},
|
||||
if allServers.Version == 0 { // not parsed yet - for unit tests mostly
|
||||
allServers, _ = parseAllServers(allServersBytes)
|
||||
}
|
||||
return allServers
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -9,8 +9,18 @@ import (
|
||||
|
||||
"github.com/qdm12/gluetun/internal/models"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
func Test_parseAllServers(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
servers, err := parseAllServers(allServersBytes)
|
||||
|
||||
require.NoError(t, err)
|
||||
require.NotEmpty(t, len(servers.Cyberghost.Servers))
|
||||
}
|
||||
|
||||
func digestServerModelVersion(t *testing.T, server interface{}, version uint16) string {
|
||||
t.Helper()
|
||||
bytes, err := json.Marshal(server)
|
||||
@@ -132,125 +142,3 @@ func Test_versions(t *testing.T) {
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
func digestServersTimestamp(t *testing.T, servers interface{}, timestamp int64) string {
|
||||
t.Helper()
|
||||
bytes, err := json.Marshal(servers)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
bytes = append(bytes, []byte(fmt.Sprintf("%d", timestamp))...)
|
||||
arr := sha256.Sum256(bytes)
|
||||
hexString := hex.EncodeToString(arr[:])
|
||||
if len(hexString) > 8 {
|
||||
hexString = hexString[:8]
|
||||
}
|
||||
return hexString
|
||||
}
|
||||
|
||||
func Test_timestamps(t *testing.T) {
|
||||
t.Parallel()
|
||||
allServers := GetAllServers()
|
||||
const format = "you forgot to update the timestamp for %s"
|
||||
testCases := map[string]struct {
|
||||
servers interface{}
|
||||
timestamp int64
|
||||
digest string
|
||||
}{
|
||||
"Cyberghost": {
|
||||
servers: allServers.Cyberghost.Servers,
|
||||
timestamp: allServers.Cyberghost.Timestamp,
|
||||
digest: "b3ca3118",
|
||||
},
|
||||
"Fastestvpn": {
|
||||
servers: allServers.Fastestvpn.Version,
|
||||
timestamp: allServers.Fastestvpn.Timestamp,
|
||||
digest: "f0ef6b0b",
|
||||
},
|
||||
"HideMyAss": {
|
||||
servers: allServers.HideMyAss.Servers,
|
||||
timestamp: allServers.HideMyAss.Timestamp,
|
||||
digest: "8f872ac4",
|
||||
},
|
||||
"Ipvanish": {
|
||||
servers: allServers.Ipvanish.Servers,
|
||||
timestamp: allServers.Ipvanish.Timestamp,
|
||||
digest: "7c60dc5d",
|
||||
},
|
||||
"Ivpn": {
|
||||
servers: allServers.Ivpn.Servers,
|
||||
timestamp: allServers.Ivpn.Timestamp,
|
||||
digest: "42f92754",
|
||||
},
|
||||
"Mullvad": {
|
||||
servers: allServers.Mullvad.Servers,
|
||||
timestamp: allServers.Mullvad.Timestamp,
|
||||
digest: "01f2315f",
|
||||
},
|
||||
"Nordvpn": {
|
||||
servers: allServers.Nordvpn.Servers,
|
||||
timestamp: allServers.Nordvpn.Timestamp,
|
||||
digest: "b2619eea",
|
||||
},
|
||||
"Privado": {
|
||||
servers: allServers.Privado.Servers,
|
||||
timestamp: allServers.Privado.Timestamp,
|
||||
digest: "df378478",
|
||||
},
|
||||
"Private Internet Access": {
|
||||
servers: allServers.Pia.Servers,
|
||||
timestamp: allServers.Pia.Timestamp,
|
||||
digest: "ad230e95",
|
||||
},
|
||||
"Privatevpn": {
|
||||
servers: allServers.Privatevpn.Servers,
|
||||
timestamp: allServers.Privatevpn.Timestamp,
|
||||
digest: "e8d8255a",
|
||||
},
|
||||
"Protonvpn": {
|
||||
servers: allServers.Protonvpn.Servers,
|
||||
timestamp: allServers.Protonvpn.Timestamp,
|
||||
digest: "3b86393e",
|
||||
},
|
||||
"Purevpn": {
|
||||
servers: allServers.Purevpn.Servers,
|
||||
timestamp: allServers.Purevpn.Timestamp,
|
||||
digest: "9263cfdb",
|
||||
},
|
||||
"Surfshark": {
|
||||
servers: allServers.Surfshark.Servers,
|
||||
timestamp: allServers.Surfshark.Timestamp,
|
||||
digest: "55669f49",
|
||||
},
|
||||
"Torguard": {
|
||||
servers: allServers.Torguard.Servers,
|
||||
timestamp: allServers.Torguard.Timestamp,
|
||||
digest: "af54b9e8",
|
||||
},
|
||||
"VPN Unlimited": {
|
||||
servers: allServers.VPNUnlimited.Servers,
|
||||
timestamp: allServers.VPNUnlimited.Timestamp,
|
||||
digest: "f6ddb84c",
|
||||
},
|
||||
"Vyprvpn": {
|
||||
servers: allServers.Vyprvpn.Servers,
|
||||
timestamp: allServers.Vyprvpn.Timestamp,
|
||||
digest: "a62c484b",
|
||||
},
|
||||
"Windscribe": {
|
||||
servers: allServers.Windscribe.Servers,
|
||||
timestamp: allServers.Windscribe.Timestamp,
|
||||
digest: "d9290941",
|
||||
},
|
||||
}
|
||||
for name, testCase := range testCases {
|
||||
name := name
|
||||
testCase := testCase
|
||||
t.Run(name, func(t *testing.T) {
|
||||
t.Parallel()
|
||||
digest := digestServersTimestamp(t, testCase.servers, testCase.timestamp)
|
||||
failureMessage := fmt.Sprintf(format, name)
|
||||
assert.Equal(t, testCase.digest, digest, failureMessage)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
package constants
|
||||
|
||||
import (
|
||||
"net"
|
||||
|
||||
"github.com/qdm12/gluetun/internal/models"
|
||||
)
|
||||
|
||||
@@ -30,168 +28,9 @@ func SurfsharkHostnameChoices() (choices []string) {
|
||||
return makeUnique(choices)
|
||||
}
|
||||
|
||||
//nolint:lll
|
||||
// SurfsharkServers returns a slice of all the server information for Surfshark.
|
||||
func SurfsharkServers() []models.SurfsharkServer {
|
||||
return []models.SurfsharkServer{
|
||||
{Region: "Albania", Hostname: "al-tia.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{31, 171, 154, 99}, {31, 171, 153, 115}, {31, 171, 153, 131}, {31, 171, 154, 149}, {31, 171, 153, 21}, {31, 171, 153, 133}, {31, 171, 153, 99}, {31, 171, 155, 51}, {31, 171, 155, 85}, {31, 171, 155, 67}, {31, 171, 154, 165}, {31, 171, 154, 221}}},
|
||||
{Region: "Argentina Buenos Aires", Hostname: "ar-bua.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{91, 206, 168, 31}, {91, 206, 168, 72}, {91, 206, 168, 36}, {91, 206, 168, 50}, {91, 206, 168, 41}, {91, 206, 168, 54}, {91, 206, 168, 62}, {91, 206, 168, 24}, {91, 206, 168, 9}, {91, 206, 168, 70}}},
|
||||
{Region: "Australia Adelaide", Hostname: "au-adl.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{45, 248, 79, 35}, {45, 248, 79, 53}}},
|
||||
{Region: "Australia Brisbane", Hostname: "au-bne.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{144, 48, 39, 67}, {144, 48, 39, 13}, {144, 48, 39, 109}, {144, 48, 39, 107}, {144, 48, 39, 85}, {144, 48, 39, 131}}},
|
||||
{Region: "Australia Melbourne", Hostname: "au-mel.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{144, 48, 38, 21}, {103, 192, 80, 235}, {103, 192, 80, 229}, {144, 48, 38, 179}, {103, 192, 80, 11}, {144, 48, 38, 181}, {103, 192, 80, 147}, {103, 192, 80, 253}, {103, 192, 80, 139}}},
|
||||
{Region: "Australia Perth", Hostname: "au-per.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{45, 248, 78, 45}, {124, 150, 139, 43}}},
|
||||
{Region: "Australia Sydney", Hostname: "au-syd.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{45, 248, 76, 171}, {45, 125, 247, 197}, {45, 125, 247, 43}, {180, 149, 228, 179}, {103, 25, 59, 53}, {180, 149, 228, 163}, {180, 149, 228, 173}}},
|
||||
{Region: "Australia US", Hostname: "au-us.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{45, 76, 117, 108}}},
|
||||
{Region: "Austria", Hostname: "at-vie.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{89, 187, 168, 39}, {89, 187, 168, 49}, {89, 187, 168, 56}, {89, 187, 168, 51}, {89, 187, 168, 46}, {37, 120, 212, 147}, {37, 120, 212, 131}, {89, 187, 168, 44}}},
|
||||
{Region: "Azerbaijan", Hostname: "az-bak.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{62, 212, 239, 53}, {62, 212, 239, 45}, {62, 212, 239, 67}}},
|
||||
{Region: "Belgium", Hostname: "be-bru.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{37, 120, 218, 29}, {194, 110, 115, 69}, {194, 110, 115, 75}, {91, 90, 123, 149}, {194, 110, 115, 253}, {91, 90, 123, 157}, {91, 90, 123, 179}, {5, 253, 205, 213}}},
|
||||
{Region: "Bosnia and Herzegovina", Hostname: "ba-sjj.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{185, 164, 34, 250}, {185, 99, 3, 146}, {185, 212, 111, 59}, {185, 99, 3, 12}}},
|
||||
{Region: "Brazil", Hostname: "br-sao.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{191, 96, 73, 210}, {191, 96, 73, 228}, {191, 96, 13, 210}, {191, 96, 13, 41}}},
|
||||
{Region: "Bulgaria", Hostname: "bg-sof.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{37, 120, 152, 37}, {217, 138, 202, 21}, {37, 120, 152, 197}}},
|
||||
{Region: "Canada Montreal", Hostname: "ca-mon.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{172, 98, 82, 245}, {91, 245, 254, 75}, {91, 245, 254, 67}, {91, 245, 254, 101}, {91, 245, 254, 99}, {91, 245, 254, 77}, {91, 245, 254, 53}, {91, 245, 254, 19}, {172, 98, 82, 243}}},
|
||||
{Region: "Canada Toronto", Hostname: "ca-tor.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{104, 200, 138, 99}, {37, 19, 211, 27}, {104, 200, 138, 3}, {104, 200, 138, 5}, {68, 71, 244, 205}, {104, 200, 138, 152}, {162, 253, 71, 213}}},
|
||||
{Region: "Canada Toronto mp001", Hostname: "ca-tor-mp001.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{138, 197, 151, 26}}},
|
||||
{Region: "Canada US", Hostname: "ca-us.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{159, 203, 57, 80}}},
|
||||
{Region: "Canada Vancouver", Hostname: "ca-van.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{66, 115, 147, 82}, {172, 83, 40, 147}, {208, 78, 41, 195}, {107, 181, 177, 183}, {66, 115, 147, 92}, {66, 115, 147, 89}, {66, 115, 147, 74}, {198, 8, 92, 87}, {198, 8, 92, 82}, {104, 200, 132, 37}, {208, 78, 41, 197}}},
|
||||
{Region: "Chile", Hostname: "cl-san.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{31, 169, 121, 3}, {31, 169, 121, 5}}},
|
||||
{Region: "Colombia", Hostname: "co-bog.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{45, 129, 32, 10}, {45, 129, 32, 3}, {45, 129, 32, 5}, {45, 129, 32, 36}, {45, 129, 32, 22}, {45, 129, 32, 38}, {45, 129, 32, 13}}},
|
||||
{Region: "Costa Rica", Hostname: "cr-sjn.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{176, 227, 241, 19}, {176, 227, 241, 35}, {176, 227, 241, 21}, {176, 227, 241, 31}, {176, 227, 241, 29}, {176, 227, 241, 33}}},
|
||||
{Region: "Croatia", Hostname: "hr-zag.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{89, 164, 99, 109}, {89, 164, 99, 111}, {85, 10, 56, 225}, {176, 222, 34, 121}}},
|
||||
{Region: "Cyprus", Hostname: "cy-nic.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{195, 47, 194, 59}, {195, 47, 194, 56}, {195, 47, 194, 91}, {195, 47, 194, 42}, {195, 47, 194, 61}, {195, 47, 194, 95}}},
|
||||
{Region: "Czech Republic", Hostname: "cz-prg.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{185, 180, 14, 149}, {193, 9, 112, 199}, {217, 138, 220, 187}, {217, 138, 220, 125}, {193, 9, 112, 179}, {217, 138, 220, 147}, {217, 138, 220, 165}, {193, 9, 112, 183}, {193, 9, 112, 195}, {185, 152, 64, 151}, {217, 138, 220, 173}, {217, 138, 220, 189}}},
|
||||
{Region: "Denmark", Hostname: "dk-cph.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{193, 29, 107, 125}, {193, 29, 107, 229}, {37, 120, 194, 101}, {193, 29, 107, 197}, {37, 120, 194, 123}, {45, 12, 221, 179}, {193, 29, 107, 203}, {37, 120, 194, 165}, {89, 45, 7, 53}, {193, 29, 107, 163}, {2, 58, 46, 3}, {193, 29, 107, 109}}},
|
||||
{Region: "Estonia", Hostname: "ee-tll.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{185, 174, 159, 133}, {165, 231, 163, 5}}},
|
||||
{Region: "Finland", Hostname: "fi-hel.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{196, 244, 191, 109}, {196, 244, 191, 181}, {196, 244, 191, 99}, {196, 244, 191, 35}, {196, 244, 191, 45}, {196, 244, 191, 37}, {196, 244, 191, 179}, {196, 244, 191, 91}}},
|
||||
{Region: "France Bordeaux", Hostname: "fr-bod.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{185, 108, 106, 164}, {185, 108, 106, 53}, {185, 108, 106, 100}, {185, 108, 106, 154}, {185, 108, 106, 188}, {185, 108, 106, 156}, {185, 108, 106, 158}, {185, 108, 106, 74}, {185, 108, 106, 89}, {185, 108, 106, 182}}},
|
||||
{Region: "France Marseilles", Hostname: "fr-mrs.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{185, 166, 84, 91}, {138, 199, 16, 137}, {185, 166, 84, 31}, {185, 166, 84, 17}, {185, 166, 84, 81}, {185, 166, 84, 87}, {185, 166, 84, 79}, {185, 166, 84, 29}}},
|
||||
{Region: "France Paris", Hostname: "fr-par.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{143, 244, 57, 91}, {217, 138, 207, 245}, {84, 247, 51, 235}, {143, 244, 57, 97}, {143, 244, 57, 68}, {143, 244, 57, 110}, {143, 244, 56, 228}, {143, 244, 57, 101}, {143, 244, 57, 83}, {143, 244, 57, 75}, {143, 244, 57, 73}, {143, 244, 57, 93}, {45, 89, 174, 83}}},
|
||||
{Region: "France Sweden", Hostname: "fr-se.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{199, 247, 8, 20}}},
|
||||
{Region: "Germany Berlin", Hostname: "de-ber.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{193, 29, 106, 5}, {89, 36, 76, 69}, {217, 138, 216, 237}, {217, 138, 216, 245}, {152, 89, 163, 245}, {193, 29, 106, 75}, {193, 29, 106, 43}, {193, 29, 106, 61}, {193, 29, 106, 195}, {37, 120, 217, 133}}},
|
||||
{Region: "Germany Frankfurt am Main", Hostname: "de-fra.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{185, 102, 219, 49}, {156, 146, 33, 75}, {45, 87, 212, 213}, {37, 120, 196, 171}, {138, 199, 19, 144}, {156, 146, 33, 85}}},
|
||||
{Region: "Germany Frankfurt am Main st001", Hostname: "de-fra-st001.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{45, 87, 212, 179}}},
|
||||
{Region: "Germany Frankfurt am Main st002", Hostname: "de-fra-st002.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{45, 87, 212, 181}}},
|
||||
{Region: "Germany Frankfurt am Main st003", Hostname: "de-fra-st003.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{45, 87, 212, 183}}},
|
||||
{Region: "Germany Frankfurt am Main st004", Hostname: "de-fra-st004.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{195, 181, 174, 226}}},
|
||||
{Region: "Germany Frankfurt am Main st005", Hostname: "de-fra-st005.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{195, 181, 174, 228}}},
|
||||
{Region: "Germany Frankfurt mp001", Hostname: "de-fra-mp001.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{46, 101, 189, 14}}},
|
||||
{Region: "Germany Munich", Hostname: "de-muc.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{79, 143, 191, 231}, {213, 136, 64, 21}}},
|
||||
{Region: "Germany Nuremberg", Hostname: "de-nue.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{144, 91, 123, 52}, {62, 171, 151, 158}, {144, 91, 123, 50}, {62, 171, 151, 160}}},
|
||||
{Region: "Germany Singapour", Hostname: "de-sg.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{159, 89, 14, 157}}},
|
||||
{Region: "Greece", Hostname: "gr-ath.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{194, 150, 167, 50}, {194, 150, 167, 32}, {194, 150, 167, 38}, {194, 150, 167, 34}}},
|
||||
{Region: "Hong Kong", Hostname: "hk-hkg.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{212, 102, 42, 199}, {212, 102, 42, 196}, {212, 102, 42, 211}, {84, 17, 37, 160}, {84, 17, 57, 71}, {212, 102, 42, 194}}},
|
||||
{Region: "Hungary", Hostname: "hu-bud.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{37, 120, 144, 197}, {37, 120, 144, 149}, {37, 120, 144, 151}, {37, 120, 144, 215}, {37, 120, 144, 199}, {37, 120, 144, 245}, {37, 120, 144, 243}, {37, 120, 144, 211}, {37, 120, 144, 195}}},
|
||||
{Region: "Iceland", Hostname: "is-rkv.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{45, 133, 193, 219}, {45, 133, 193, 221}, {45, 133, 193, 213}, {45, 133, 193, 117}, {45, 133, 193, 107}, {45, 133, 193, 109}, {45, 133, 193, 115}, {45, 133, 193, 211}}},
|
||||
{Region: "India Chennai", Hostname: "in-chn.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{103, 94, 27, 99}, {103, 108, 117, 151}, {103, 94, 27, 117}, {103, 94, 27, 179}, {103, 94, 27, 229}}},
|
||||
{Region: "India Indore", Hostname: "in-idr.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{103, 39, 132, 187}, {103, 39, 134, 61}}},
|
||||
{Region: "India Mumbai", Hostname: "in-mum.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{165, 231, 253, 163}, {103, 156, 51, 57}, {103, 156, 51, 8}, {103, 156, 50, 87}}},
|
||||
{Region: "India UK", Hostname: "in-uk.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{134, 209, 148, 122}}},
|
||||
{Region: "Indonesia", Hostname: "id-jak.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{103, 120, 66, 216}, {103, 148, 242, 170}, {103, 120, 66, 229}, {103, 120, 66, 219}}},
|
||||
{Region: "Ireland", Hostname: "ie-dub.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{185, 108, 128, 114}, {5, 157, 13, 83}, {5, 157, 13, 125}, {185, 108, 128, 183}, {185, 108, 128, 120}, {217, 138, 222, 53}, {5, 157, 13, 91}, {37, 120, 235, 69}}},
|
||||
{Region: "Israel", Hostname: "il-tlv.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{87, 239, 255, 109}, {87, 239, 255, 119}}},
|
||||
{Region: "Italy Milan", Hostname: "it-mil.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{185, 128, 27, 37}, {84, 17, 58, 136}, {45, 9, 251, 163}, {45, 9, 251, 165}, {212, 102, 54, 152}, {37, 120, 201, 23}, {212, 102, 54, 182}, {212, 102, 54, 143}, {212, 102, 54, 180}, {37, 120, 201, 69}, {37, 120, 201, 67}, {84, 17, 58, 166}}},
|
||||
{Region: "Italy Rome", Hostname: "it-rom.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{185, 217, 71, 227}, {37, 120, 207, 3}}},
|
||||
{Region: "Japan Tokyo", Hostname: "jp-tok.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{138, 199, 22, 139}, {89, 187, 161, 22}, {138, 199, 22, 141}, {89, 187, 161, 2}, {84, 17, 34, 46}, {89, 187, 161, 241}, {89, 187, 161, 4}, {138, 199, 22, 143}}},
|
||||
{Region: "Japan Tokyo st001", Hostname: "jp-tok-st001.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{45, 87, 213, 19}}},
|
||||
{Region: "Japan Tokyo st002", Hostname: "jp-tok-st002.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{45, 87, 213, 21}}},
|
||||
{Region: "Japan Tokyo st003", Hostname: "jp-tok-st003.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{45, 87, 213, 23}}},
|
||||
{Region: "Japan Tokyo st004", Hostname: "jp-tok-st004.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{217, 138, 212, 19}}},
|
||||
{Region: "Japan Tokyo st005", Hostname: "jp-tok-st005.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{217, 138, 212, 21}}},
|
||||
{Region: "Japan Tokyo st006", Hostname: "jp-tok-st006.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{82, 102, 28, 123}}},
|
||||
{Region: "Japan Tokyo st007", Hostname: "jp-tok-st007.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{82, 102, 28, 125}}},
|
||||
{Region: "Japan Tokyo st008", Hostname: "jp-tok-st008.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{89, 187, 161, 12}}},
|
||||
{Region: "Japan Tokyo st009", Hostname: "jp-tok-st009.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{89, 187, 161, 14}}},
|
||||
{Region: "Japan Tokyo st010", Hostname: "jp-tok-st010.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{89, 187, 161, 17}}},
|
||||
{Region: "Japan Tokyo st011", Hostname: "jp-tok-st011.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{89, 187, 161, 19}}},
|
||||
{Region: "Japan Tokyo st012", Hostname: "jp-tok-st012.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{89, 187, 161, 7}}},
|
||||
{Region: "Japan Tokyo st013", Hostname: "jp-tok-st013.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{89, 187, 161, 9}}},
|
||||
{Region: "Kazakhstan", Hostname: "kz-ura.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{5, 189, 202, 9}, {5, 189, 202, 11}}},
|
||||
{Region: "Korea", Hostname: "kr-seo.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{45, 130, 137, 44}, {45, 130, 137, 32}, {45, 130, 137, 5}, {45, 130, 137, 18}}},
|
||||
{Region: "Latvia", Hostname: "lv-rig.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{91, 203, 69, 178}, {188, 92, 78, 147}, {188, 92, 78, 137}}},
|
||||
{Region: "Luxembourg", Hostname: "lu-ste.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{185, 153, 151, 148}, {185, 153, 151, 134}, {185, 153, 151, 98}, {185, 153, 151, 62}}},
|
||||
{Region: "Malaysia", Hostname: "my-kul.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{42, 0, 30, 209}, {42, 0, 30, 177}, {111, 90, 141, 52}, {111, 90, 141, 33}}},
|
||||
{Region: "Mexico City Mexico", Hostname: "mx-mex.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{194, 41, 112, 11}, {194, 41, 112, 39}, {194, 41, 112, 33}, {194, 41, 112, 24}, {194, 41, 112, 19}, {194, 41, 112, 35}, {194, 41, 112, 9}, {194, 41, 112, 26}, {194, 41, 112, 21}}},
|
||||
{Region: "Moldova", Hostname: "md-chi.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{194, 33, 40, 114}, {178, 175, 128, 237}, {178, 175, 128, 235}, {194, 33, 40, 112}}},
|
||||
{Region: "Netherlands Amsterdam", Hostname: "nl-ams.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{143, 244, 42, 86}, {143, 244, 42, 74}, {89, 46, 223, 90}, {89, 187, 174, 229}, {143, 244, 42, 91}, {89, 46, 223, 183}, {89, 46, 223, 190}, {143, 244, 42, 69}}},
|
||||
{Region: "Netherlands Amsterdam mp001", Hostname: "nl-ams-mp001.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{188, 166, 43, 117}}},
|
||||
{Region: "Netherlands Amsterdam st001", Hostname: "nl-ams-st001.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{81, 19, 209, 51}}},
|
||||
{Region: "Netherlands US", Hostname: "nl-us.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{188, 166, 98, 91}}},
|
||||
{Region: "New Zealand", Hostname: "nz-akl.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{180, 149, 231, 11}, {180, 149, 231, 5}, {180, 149, 231, 13}, {180, 149, 231, 115}}},
|
||||
{Region: "Nigeria", Hostname: "ng-lag.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{102, 165, 23, 40}, {102, 165, 23, 42}, {102, 165, 23, 4}, {102, 165, 23, 38}, {102, 165, 23, 6}}},
|
||||
{Region: "North Macedonia", Hostname: "mk-skp.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{185, 225, 28, 69}, {185, 225, 28, 107}, {185, 225, 28, 101}, {185, 225, 28, 99}, {185, 225, 28, 93}, {185, 225, 28, 67}}},
|
||||
{Region: "Norway", Hostname: "no-osl.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{91, 219, 215, 85}, {84, 247, 50, 29}, {91, 219, 215, 51}, {45, 12, 223, 69}, {95, 174, 66, 37}, {91, 219, 215, 19}, {95, 174, 66, 35}, {84, 247, 50, 67}}},
|
||||
{Region: "Paraguay", Hostname: "py-asu.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{186, 16, 32, 173}, {186, 16, 32, 168}}},
|
||||
{Region: "Philippines", Hostname: "ph-mnl.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{45, 134, 224, 13}, {45, 134, 224, 15}, {45, 134, 224, 8}, {45, 134, 224, 3}}},
|
||||
{Region: "Poland Gdansk", Hostname: "pl-gdn.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{5, 187, 53, 53}, {178, 255, 45, 187}, {5, 133, 14, 196}, {5, 187, 53, 51}}},
|
||||
{Region: "Poland Warsaw", Hostname: "pl-waw.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{185, 246, 208, 105}, {138, 199, 17, 130}, {5, 253, 206, 227}, {138, 199, 17, 132}, {185, 246, 208, 72}, {185, 246, 208, 77}}},
|
||||
{Region: "Portugal Lisbon", Hostname: "pt-lis.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{91, 205, 230, 160}, {91, 205, 230, 154}, {5, 154, 174, 179}, {5, 154, 174, 187}}},
|
||||
{Region: "Portugal Porto", Hostname: "pt-opo.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{194, 39, 127, 23}, {194, 39, 127, 36}, {194, 39, 127, 171}}},
|
||||
{Region: "Romania", Hostname: "ro-buc.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{185, 102, 217, 196}, {185, 102, 217, 155}}},
|
||||
{Region: "Russia Moscow", Hostname: "ru-mos.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{92, 38, 138, 118}, {92, 38, 138, 112}}},
|
||||
{Region: "Serbia", Hostname: "rs-beg.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{152, 89, 160, 213}}},
|
||||
{Region: "Singapore", Hostname: "sg-sng.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{156, 146, 56, 135}, {89, 187, 163, 134}, {89, 187, 163, 197}, {156, 146, 56, 132}, {89, 187, 163, 130}, {89, 187, 163, 217}}},
|
||||
{Region: "Singapore Hong Kong", Hostname: "sg-hk.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{206, 189, 83, 129}}},
|
||||
{Region: "Singapore Netherlands", Hostname: "sg-nl.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{104, 248, 148, 18}}},
|
||||
{Region: "Singapore in", Hostname: "sg-in.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{128, 199, 193, 35}}},
|
||||
{Region: "Singapore mp001", Hostname: "sg-sng-mp001.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{206, 189, 94, 229}}},
|
||||
{Region: "Singapore st001", Hostname: "sg-sng-st001.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{217, 138, 201, 91}}},
|
||||
{Region: "Singapore st002", Hostname: "sg-sng-st002.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{217, 138, 201, 93}}},
|
||||
{Region: "Singapore st003", Hostname: "sg-sng-st003.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{84, 247, 49, 19}}},
|
||||
{Region: "Singapore st004", Hostname: "sg-sng-st004.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{84, 247, 49, 21}}},
|
||||
{Region: "Slovekia", Hostname: "sk-bts.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{37, 120, 221, 3}, {193, 37, 255, 41}, {37, 120, 221, 5}, {185, 76, 8, 217}, {193, 37, 255, 37}, {193, 37, 255, 35}}},
|
||||
{Region: "Slovenia", Hostname: "si-lju.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{195, 158, 249, 42}, {195, 158, 249, 46}, {195, 158, 249, 38}, {195, 158, 249, 36}, {195, 158, 249, 48}, {195, 158, 249, 52}}},
|
||||
{Region: "South Africa", Hostname: "za-jnb.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{154, 16, 93, 53}, {102, 165, 47, 130}, {154, 127, 50, 138}, {154, 127, 49, 226}, {102, 165, 47, 134}, {102, 165, 47, 132}}},
|
||||
{Region: "Spain Barcelona", Hostname: "es-bcn.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{185, 188, 61, 57}, {185, 188, 61, 13}, {37, 120, 142, 125}, {185, 188, 61, 45}, {185, 188, 61, 15}, {185, 188, 61, 5}, {185, 188, 61, 21}, {37, 120, 142, 131}, {185, 216, 32, 61}, {185, 188, 61, 65}, {185, 188, 61, 41}}},
|
||||
{Region: "Spain Madrid", Hostname: "es-mad.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{212, 102, 48, 2}, {89, 37, 95, 17}, {212, 102, 48, 15}, {84, 17, 62, 179}}},
|
||||
{Region: "Spain Valencia", Hostname: "es-vlc.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{185, 153, 150, 46}, {185, 153, 150, 50}, {196, 196, 150, 67}, {185, 153, 150, 72}, {185, 153, 150, 63}}},
|
||||
{Region: "Sweden", Hostname: "se-sto.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{45, 83, 91, 131}, {185, 76, 9, 57}, {185, 76, 9, 44}, {185, 76, 9, 51}}},
|
||||
{Region: "Switzerland", Hostname: "ch-zur.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{156, 146, 62, 54}, {84, 17, 53, 168}, {84, 17, 53, 227}, {84, 17, 53, 219}, {156, 146, 62, 44}, {156, 146, 62, 46}, {37, 120, 213, 3}, {156, 146, 62, 49}}},
|
||||
{Region: "Taiwan", Hostname: "tw-tai.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{2, 58, 241, 5}, {2, 58, 241, 27}, {2, 58, 241, 131}, {103, 152, 151, 19}, {2, 58, 242, 155}, {103, 152, 151, 21}}},
|
||||
{Region: "Thailand", Hostname: "th-bkk.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{27, 131, 138, 176}, {27, 131, 138, 174}}},
|
||||
{Region: "Turkey Istanbul", Hostname: "tr-ist.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{107, 150, 94, 45}, {107, 150, 94, 29}, {107, 150, 94, 43}, {107, 150, 94, 21}}},
|
||||
{Region: "UK France", Hostname: "uk-fr.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{188, 166, 168, 247}}},
|
||||
{Region: "UK Germany", Hostname: "uk-de.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{45, 77, 58, 16}}},
|
||||
{Region: "UK Glasgow", Hostname: "uk-gla.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{185, 108, 105, 249}, {185, 108, 105, 155}, {185, 108, 105, 239}, {185, 108, 105, 22}}},
|
||||
{Region: "UK London", Hostname: "uk-lon.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{188, 240, 71, 167}, {89, 34, 96, 86}, {185, 44, 77, 64}, {81, 19, 214, 65}, {86, 106, 157, 214}, {185, 125, 207, 155}, {81, 19, 210, 220}, {86, 106, 157, 160}}},
|
||||
{Region: "UK London mp001", Hostname: "uk-lon-mp001.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{206, 189, 119, 92}}},
|
||||
{Region: "UK London st001", Hostname: "uk-lon-st001.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{217, 146, 82, 83}}},
|
||||
{Region: "UK London st002", Hostname: "uk-lon-st002.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{185, 134, 22, 80}}},
|
||||
{Region: "UK London st003", Hostname: "uk-lon-st003.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{185, 134, 22, 92}}},
|
||||
{Region: "UK London st004", Hostname: "uk-lon-st004.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{185, 44, 76, 186}}},
|
||||
{Region: "UK London st005", Hostname: "uk-lon-st005.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{185, 44, 76, 188}}},
|
||||
{Region: "UK Manchester", Hostname: "uk-man.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{217, 138, 196, 53}, {195, 12, 48, 213}, {89, 238, 135, 45}, {193, 148, 17, 131}, {37, 120, 233, 99}, {89, 238, 183, 11}, {84, 39, 114, 83}, {89, 238, 141, 197}, {37, 120, 233, 245}, {37, 120, 233, 77}, {2, 58, 45, 253}, {37, 120, 233, 53}, {193, 148, 17, 147}, {37, 120, 233, 107}}},
|
||||
{Region: "US Atlanta", Hostname: "us-atl.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{195, 181, 171, 243}, {66, 115, 175, 40}}},
|
||||
{Region: "US Bend", Hostname: "us-bdn.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{45, 43, 14, 85}, {154, 16, 168, 188}}},
|
||||
{Region: "US Boston", Hostname: "us-bos.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{173, 237, 207, 62}, {173, 237, 207, 21}, {173, 237, 207, 32}, {173, 237, 207, 13}}},
|
||||
{Region: "US Buffalo", Hostname: "us-buf.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{107, 175, 104, 82}, {107, 174, 20, 134}, {172, 93, 153, 148}, {172, 93, 146, 210}, {107, 175, 104, 86}, {107, 175, 104, 84}, {172, 93, 153, 150}, {107, 174, 20, 130}}},
|
||||
{Region: "US Charlotte", Hostname: "us-clt.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{192, 154, 254, 135}, {154, 16, 171, 213}, {155, 254, 28, 141}, {192, 154, 254, 137}, {192, 154, 255, 52}}},
|
||||
{Region: "US Chicago", Hostname: "us-chi.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{138, 199, 42, 135}, {138, 199, 42, 167}, {184, 170, 250, 154}, {138, 199, 42, 141}, {138, 199, 42, 149}, {138, 199, 42, 151}}},
|
||||
{Region: "US Dallas", Hostname: "us-dal.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{66, 115, 177, 131}, {66, 115, 177, 133}, {66, 115, 177, 136}, {107, 181, 173, 163}, {172, 241, 114, 89}, {212, 102, 40, 76}}},
|
||||
{Region: "US Denver", Hostname: "us-den.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{212, 102, 44, 68}, {212, 102, 44, 83}, {212, 102, 44, 71}, {212, 102, 44, 73}, {212, 102, 44, 98}}},
|
||||
{Region: "US Gahanna", Hostname: "us-dtw.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{104, 244, 208, 205}, {104, 244, 211, 139}}},
|
||||
{Region: "US Houston", Hostname: "us-hou.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{199, 10, 64, 99}, {199, 10, 64, 133}, {199, 10, 64, 147}, {199, 10, 64, 165}}},
|
||||
{Region: "US Kansas City", Hostname: "us-kan.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{69, 30, 249, 123}, {173, 208, 149, 195}, {198, 204, 231, 149}, {198, 204, 231, 147}}},
|
||||
{Region: "US Las Vegas", Hostname: "us-las.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{79, 110, 53, 205}, {79, 110, 54, 115}, {185, 242, 5, 155}, {79, 110, 54, 125}, {185, 242, 5, 157}, {185, 242, 5, 147}}},
|
||||
{Region: "US Latham", Hostname: "us-ltm.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{45, 43, 19, 68}, {45, 43, 19, 90}, {45, 43, 19, 92}, {154, 16, 169, 5}, {45, 43, 19, 84}, {154, 16, 169, 7}, {45, 43, 19, 66}, {45, 43, 19, 76}, {45, 43, 19, 74}}},
|
||||
{Region: "US Los Angeles", Hostname: "us-lax.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{38, 95, 110, 67}, {138, 199, 9, 199}, {89, 187, 187, 68}, {138, 199, 9, 195}, {184, 170, 243, 215}, {192, 111, 134, 69}, {89, 187, 187, 88}, {138, 199, 9, 193}, {138, 199, 9, 204}, {89, 187, 187, 86}}},
|
||||
{Region: "US Maryland", Hostname: "us-mnz.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{162, 210, 199, 215}, {23, 82, 8, 173}, {23, 105, 178, 142}, {207, 244, 127, 116}, {207, 244, 86, 31}, {162, 210, 199, 217}}},
|
||||
{Region: "US Miami", Hostname: "us-mia.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{87, 101, 93, 179}, {91, 219, 214, 11}}},
|
||||
{Region: "US New York City", Hostname: "us-nyc.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{89, 187, 178, 94}, {138, 199, 40, 164}, {84, 17, 35, 83}, {138, 199, 40, 182}, {138, 199, 40, 177}, {84, 17, 35, 68}, {84, 17, 35, 116}, {107, 152, 101, 163}}},
|
||||
{Region: "US New York City mp001", Hostname: "us-nyc-mp001.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{45, 55, 60, 159}}},
|
||||
{Region: "US New York City st001", Hostname: "us-nyc-st001.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{92, 119, 177, 19}}},
|
||||
{Region: "US New York City st002", Hostname: "us-nyc-st002.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{92, 119, 177, 21}}},
|
||||
{Region: "US New York City st003", Hostname: "us-nyc-st003.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{92, 119, 177, 23}}},
|
||||
{Region: "US New York City st004", Hostname: "us-nyc-st004.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{193, 148, 18, 51}}},
|
||||
{Region: "US New York City st005", Hostname: "us-nyc-st005.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{193, 148, 18, 53}}},
|
||||
{Region: "US Orlando", Hostname: "us-orl.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{66, 115, 182, 72}, {66, 115, 182, 82}, {66, 115, 182, 104}, {198, 147, 22, 165}}},
|
||||
{Region: "US Phoenix", Hostname: "us-phx.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{199, 58, 187, 67}, {199, 58, 187, 3}}},
|
||||
{Region: "US Saint Louis", Hostname: "us-stl.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{148, 72, 174, 46}, {148, 72, 174, 43}, {148, 72, 169, 213}, {148, 72, 174, 48}, {148, 72, 174, 36}, {148, 72, 174, 38}, {148, 72, 169, 209}}},
|
||||
{Region: "US Salt Lake City", Hostname: "us-slc.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{104, 200, 131, 165}, {104, 200, 131, 233}, {104, 200, 131, 172}, {104, 200, 131, 229}, {104, 200, 131, 245}, {104, 200, 131, 170}}},
|
||||
{Region: "US San Francisco", Hostname: "us-sfo.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{185, 124, 240, 173}, {23, 81, 179, 80}}},
|
||||
{Region: "US San Francisco mp001", Hostname: "us-sfo-mp001.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{165, 232, 53, 25}}},
|
||||
{Region: "US Seatle", Hostname: "us-sea.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{84, 17, 41, 79}, {212, 102, 46, 39}, {212, 102, 46, 56}, {199, 229, 250, 167}, {198, 8, 80, 85}, {212, 102, 46, 51}, {84, 17, 41, 85}, {84, 17, 41, 77}, {212, 102, 46, 71}, {212, 102, 46, 69}, {104, 200, 129, 245}, {104, 200, 129, 243}, {212, 102, 46, 37}, {212, 102, 46, 45}}},
|
||||
{Region: "US Tampa", Hostname: "us-tpa.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{209, 216, 92, 18}, {209, 216, 92, 10}, {209, 216, 92, 200}}},
|
||||
{Region: "Ukraine", Hostname: "ua-iev.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{176, 107, 185, 73}, {45, 9, 238, 38}, {45, 9, 238, 23}, {45, 9, 238, 47}, {176, 107, 185, 71}}},
|
||||
{Region: "United Arab Emirates", Hostname: "ae-dub.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{176, 125, 231, 27}, {45, 9, 250, 101}, {176, 125, 231, 29}, {176, 125, 231, 3}, {45, 9, 249, 247}, {45, 9, 249, 245}}},
|
||||
{Region: "Vietnam", Hostname: "vn-hcm.prod.surfshark.com", TCP: true, UDP: true, IPs: []net.IP{{202, 143, 110, 36}, {202, 143, 110, 32}, {202, 143, 110, 29}}},
|
||||
}
|
||||
func SurfsharkServers() (servers []models.SurfsharkServer) {
|
||||
servers = make([]models.SurfsharkServer, len(allServers.Surfshark.Servers))
|
||||
copy(servers, allServers.Surfshark.Servers)
|
||||
return servers
|
||||
}
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
package constants
|
||||
|
||||
import (
|
||||
"net"
|
||||
|
||||
"github.com/qdm12/gluetun/internal/models"
|
||||
)
|
||||
|
||||
@@ -39,63 +37,9 @@ func TorguardHostnameChoices() (choices []string) {
|
||||
return makeUnique(choices)
|
||||
}
|
||||
|
||||
//nolint:lll
|
||||
// TorguardServers returns a slice of all the server information for Torguard.
|
||||
func TorguardServers() []models.TorguardServer {
|
||||
return []models.TorguardServer{
|
||||
{Country: "Australia", City: "Sydney", Hostname: "au.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{193, 56, 253, 50}, {217, 138, 205, 106}, {93, 115, 35, 106}, {93, 115, 35, 122}, {217, 138, 205, 218}, {93, 115, 35, 98}, {217, 138, 205, 98}, {193, 56, 253, 146}, {217, 138, 205, 114}, {93, 115, 35, 130}, {217, 138, 205, 194}, {93, 115, 35, 114}, {93, 115, 35, 154}, {193, 56, 253, 98}, {93, 115, 35, 138}, {193, 56, 253, 82}, {193, 56, 253, 66}, {193, 56, 253, 18}, {193, 56, 253, 34}, {93, 115, 35, 146}, {217, 138, 205, 202}, {193, 56, 253, 114}, {217, 138, 205, 210}, {193, 56, 253, 130}}},
|
||||
{Country: "Austria", City: "", Hostname: "aus.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{37, 120, 155, 26}, {37, 120, 155, 10}, {37, 120, 155, 18}, {37, 120, 155, 2}, {37, 120, 155, 34}}},
|
||||
{Country: "Belarus", City: "", Hostname: "bl.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{95, 47, 99, 12}}},
|
||||
{Country: "Belgium", City: "", Hostname: "bg.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{185, 232, 21, 210}, {89, 249, 73, 162}, {89, 249, 73, 130}, {89, 249, 73, 170}, {185, 104, 186, 2}, {185, 232, 21, 34}, {185, 232, 21, 242}, {194, 187, 251, 34}, {185, 232, 21, 250}, {89, 249, 73, 250}, {185, 232, 21, 42}}},
|
||||
{Country: "Brazil", City: "", Hostname: "br.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{45, 133, 180, 162}, {45, 133, 180, 154}, {45, 133, 180, 138}, {45, 133, 180, 130}, {45, 133, 180, 146}}},
|
||||
{Country: "Bulgaria", City: "", Hostname: "bul.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{82, 102, 23, 170}, {82, 102, 23, 202}, {82, 102, 23, 194}, {82, 102, 23, 210}, {82, 102, 23, 186}, {82, 102, 23, 178}, {82, 102, 23, 218}}},
|
||||
{Country: "Canada", City: "Toronto", Hostname: "ca.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{184, 75, 209, 250}}},
|
||||
{Country: "Canada", City: "Vancouver", Hostname: "vanc.ca.west.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{107, 181, 189, 41}, {107, 181, 189, 37}, {107, 181, 189, 43}, {107, 181, 189, 36}, {107, 181, 189, 38}, {107, 181, 189, 34}, {107, 181, 189, 42}, {107, 181, 189, 45}, {107, 181, 189, 35}, {107, 181, 189, 40}, {107, 181, 189, 48}, {107, 181, 189, 44}, {107, 181, 189, 46}, {107, 181, 189, 47}, {107, 181, 189, 39}}},
|
||||
{Country: "Chile", City: "", Hostname: "chil.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{37, 235, 52, 71}, {193, 235, 146, 104}, {37, 235, 52, 42}, {37, 235, 52, 19}}},
|
||||
{Country: "Cyprus", City: "", Hostname: "cp.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{185, 173, 226, 49}}},
|
||||
{Country: "Czech", City: "", Hostname: "czech.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{185, 189, 115, 98}, {185, 189, 115, 103}, {185, 189, 115, 108}, {185, 189, 115, 113}, {185, 189, 115, 118}}},
|
||||
{Country: "Denmark", City: "", Hostname: "den.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{45, 12, 221, 26}, {45, 12, 221, 2}, {2, 58, 46, 146}, {185, 245, 84, 74}, {2, 58, 46, 138}, {2, 58, 46, 170}, {45, 12, 221, 42}, {45, 12, 221, 34}, {45, 12, 221, 18}, {2, 58, 46, 178}, {2, 58, 46, 162}, {2, 58, 46, 154}, {2, 58, 46, 186}, {45, 12, 221, 10}}},
|
||||
{Country: "Finland", City: "", Hostname: "fin.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{91, 132, 197, 192}, {91, 132, 197, 188}, {91, 132, 197, 186}}},
|
||||
{Country: "France", City: "", Hostname: "fr.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{93, 177, 75, 58}, {93, 177, 75, 66}, {93, 177, 75, 122}, {93, 177, 75, 90}, {93, 177, 75, 106}, {93, 177, 75, 82}, {93, 177, 75, 2}, {93, 177, 75, 138}, {93, 177, 75, 146}, {93, 177, 75, 26}, {93, 177, 75, 18}, {93, 177, 75, 34}, {93, 177, 75, 10}, {93, 177, 75, 210}, {37, 120, 158, 138}, {93, 177, 75, 162}, {93, 177, 75, 114}, {93, 177, 75, 202}, {93, 177, 75, 130}, {93, 177, 75, 98}, {93, 177, 75, 154}, {93, 177, 75, 42}, {93, 177, 75, 74}, {93, 177, 75, 50}, {93, 177, 75, 218}}},
|
||||
{Country: "Germany", City: "", Hostname: "gr.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{93, 177, 73, 90}}},
|
||||
{Country: "Greece", City: "", Hostname: "gre.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{45, 92, 33, 10}, {45, 92, 33, 18}, {45, 92, 33, 2}}},
|
||||
{Country: "Hong", City: "Kong", Hostname: "hk.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{45, 133, 181, 158}}},
|
||||
{Country: "Hungary", City: "", Hostname: "hg.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{37, 120, 144, 98}, {37, 120, 144, 106}}},
|
||||
{Country: "Iceland", City: "", Hostname: "ice.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{45, 133, 192, 250}, {45, 133, 192, 218}, {45, 133, 192, 214}, {45, 133, 192, 226}, {45, 133, 192, 230}, {45, 133, 192, 210}, {45, 133, 192, 234}, {45, 133, 192, 254}}},
|
||||
{Country: "India", City: "Bangalore", Hostname: "in.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{43, 251, 180, 6}, {103, 78, 121, 182}, {103, 78, 121, 142}, {43, 251, 180, 26}, {43, 251, 180, 10}, {172, 107, 172, 6}, {43, 251, 180, 2}}},
|
||||
{Country: "Ireland", City: "", Hostname: "ire.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{77, 81, 139, 90}, {77, 81, 139, 66}, {77, 81, 139, 82}, {77, 81, 139, 74}, {77, 81, 139, 58}}},
|
||||
{Country: "Israel", City: "", Hostname: "isr.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{91, 223, 106, 201}}},
|
||||
{Country: "Italy", City: "", Hostname: "it.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{45, 9, 251, 182}, {192, 145, 127, 190}, {185, 128, 27, 106}, {45, 9, 251, 14}, {45, 9, 251, 178}}},
|
||||
{Country: "Japan", City: "", Hostname: "jp.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{91, 207, 174, 50}}},
|
||||
{Country: "Latvia", City: "", Hostname: "lv.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{109, 248, 149, 167}}},
|
||||
{Country: "Luxembourg", City: "", Hostname: "lux.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{5, 253, 204, 74}, {5, 253, 204, 90}, {5, 253, 204, 66}, {5, 253, 204, 58}, {5, 253, 204, 82}}},
|
||||
{Country: "Mexico", City: "", Hostname: "mx.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{45, 133, 180, 26}, {45, 133, 180, 34}, {45, 133, 180, 2}, {45, 133, 180, 18}, {45, 133, 180, 10}}},
|
||||
{Country: "Moldova", City: "", Hostname: "md.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{178, 175, 131, 114}, {178, 175, 131, 106}}},
|
||||
{Country: "Netherlands", City: "", Hostname: "nl.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{88, 202, 177, 181}}},
|
||||
{Country: "New", City: "Zealand", Hostname: "nz.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{103, 108, 94, 58}}},
|
||||
{Country: "Norway", City: "", Hostname: "no.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{185, 181, 61, 38}, {185, 125, 169, 32}, {185, 181, 61, 40}, {185, 125, 169, 28}, {185, 181, 61, 37}, {185, 181, 61, 39}, {185, 125, 169, 30}, {185, 125, 169, 31}, {185, 125, 169, 29}, {185, 125, 169, 24}, {185, 125, 169, 26}, {185, 125, 169, 27}, {185, 125, 169, 23}, {185, 125, 169, 25}, {185, 125, 168, 247}, {185, 125, 168, 248}, {185, 181, 61, 36}}},
|
||||
{Country: "Poland", City: "", Hostname: "pl.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{37, 120, 156, 194}}},
|
||||
{Country: "Portugal", City: "", Hostname: "por.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{94, 46, 179, 75}}},
|
||||
{Country: "Romania", City: "", Hostname: "ro.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{185, 45, 14, 250}, {194, 59, 248, 202}, {31, 14, 252, 146}, {31, 14, 252, 18}, {89, 46, 103, 106}, {194, 59, 248, 210}, {89, 46, 103, 2}, {93, 120, 27, 162}, {31, 14, 252, 178}, {185, 45, 14, 122}, {31, 14, 252, 90}, {185, 45, 15, 106}, {89, 40, 71, 106}}},
|
||||
{Country: "Singapore", City: "", Hostname: "singp.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{91, 245, 253, 134}, {185, 200, 117, 142}, {91, 245, 253, 138}, {92, 119, 178, 22}, {82, 102, 25, 2}, {185, 200, 116, 250}, {185, 200, 117, 138}, {82, 102, 25, 226}, {92, 119, 178, 26}, {185, 200, 117, 186}}},
|
||||
{Country: "Slovakia", City: "", Hostname: "slk.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{193, 37, 255, 162}, {193, 37, 255, 130}, {193, 37, 255, 122}, {193, 37, 255, 146}, {193, 37, 255, 138}}},
|
||||
{Country: "South", City: "Korea", Hostname: "sk.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{169, 56, 83, 216}}},
|
||||
{Country: "Spain", City: "", Hostname: "sp.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{192, 145, 124, 242}}},
|
||||
{Country: "Sweden", City: "", Hostname: "swe.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{37, 120, 153, 82}, {37, 120, 153, 72}, {37, 120, 153, 32}, {37, 120, 153, 97}, {37, 120, 153, 102}, {37, 120, 153, 92}, {37, 120, 153, 77}, {37, 120, 153, 42}, {37, 120, 153, 52}, {37, 120, 153, 47}, {37, 120, 153, 22}, {37, 120, 153, 57}, {37, 120, 153, 107}, {37, 120, 153, 67}, {37, 120, 153, 7}, {37, 120, 153, 37}, {37, 120, 153, 2}, {37, 120, 153, 12}, {37, 120, 153, 87}, {37, 120, 153, 17}, {37, 120, 153, 62}, {37, 120, 153, 27}}},
|
||||
{Country: "Switzerland", City: "", Hostname: "swiss.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{195, 206, 105, 17}, {195, 206, 105, 22}, {195, 206, 105, 32}, {195, 206, 105, 52}, {195, 206, 105, 7}, {185, 236, 201, 210}, {195, 206, 105, 42}, {217, 138, 203, 242}, {195, 206, 105, 12}, {195, 206, 105, 37}, {185, 236, 201, 215}, {195, 206, 105, 27}, {195, 206, 105, 57}, {195, 206, 105, 47}, {195, 206, 105, 2}, {217, 138, 203, 154}}},
|
||||
{Country: "Taiwan", City: "", Hostname: "tw.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{61, 216, 159, 176}}},
|
||||
{Country: "Thailand", City: "", Hostname: "thai.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{202, 129, 16, 106}, {202, 129, 16, 104}, {202, 129, 16, 42}, {202, 129, 16, 140}, {202, 129, 16, 143}}},
|
||||
{Country: "UAE", City: "", Hostname: "uae.secureconnect.me", TCP: true, UDP: true, IPs: []net.IP{{45, 9, 249, 158}, {45, 9, 249, 238}, {45, 9, 250, 10}}},
|
||||
{Country: "UK", City: "London", Hostname: "uk.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{109, 123, 118, 13}}},
|
||||
{Country: "USA", City: "Atlanta", Hostname: "atl.east.usa.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{104, 223, 95, 50}}},
|
||||
{Country: "USA", City: "Chicago", Hostname: "chi.central.usa.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{167, 160, 172, 106}}},
|
||||
{Country: "USA", City: "Dallas", Hostname: "dal.central.usa.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{96, 44, 145, 26}}},
|
||||
{Country: "USA", City: "Las Vegas", Hostname: "lv.west.usa.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{185, 242, 5, 82}, {45, 89, 173, 106}, {37, 120, 147, 250}, {185, 242, 5, 74}, {185, 242, 5, 178}, {45, 89, 173, 114}, {45, 89, 173, 98}, {185, 242, 5, 66}, {185, 242, 5, 186}, {37, 120, 147, 234}, {185, 242, 5, 170}, {37, 120, 147, 242}, {185, 242, 5, 90}, {45, 89, 173, 162}, {185, 242, 5, 162}, {45, 89, 173, 122}}},
|
||||
{Country: "USA", City: "Los Angeles", Hostname: "la.west.usa.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{67, 215, 236, 58}}},
|
||||
{Country: "USA", City: "Miami", Hostname: "fl.east.usa.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{96, 47, 226, 42}}},
|
||||
{Country: "USA", City: "New Jersey", Hostname: "nj.east.usa.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{23, 226, 128, 146}}},
|
||||
{Country: "USA", City: "New York", Hostname: "ny.east.usa.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{67, 213, 221, 12}, {67, 213, 221, 26}, {67, 213, 221, 6}, {67, 213, 221, 7}, {67, 213, 221, 15}, {67, 213, 221, 5}, {67, 213, 221, 22}, {67, 213, 221, 24}, {67, 213, 221, 13}, {67, 213, 221, 23}, {67, 213, 221, 9}, {67, 213, 221, 16}, {67, 213, 221, 19}, {67, 213, 221, 25}, {67, 213, 221, 3}, {67, 213, 221, 10}, {67, 213, 221, 20}, {67, 213, 221, 18}, {67, 213, 221, 17}, {67, 213, 221, 21}, {67, 213, 221, 14}, {67, 213, 221, 8}, {67, 213, 221, 4}, {67, 213, 221, 11}, {67, 213, 221, 27}}},
|
||||
{Country: "USA", City: "San Francisco", Hostname: "sf.west.usa.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{206, 189, 218, 238}, {206, 189, 64, 126}, {206, 189, 218, 114}, {206, 189, 169, 41}, {206, 189, 64, 78}, {167, 99, 109, 166}, {206, 189, 214, 52}, {206, 189, 208, 52}, {206, 189, 218, 112}, {206, 189, 208, 113}, {206, 189, 214, 46}}},
|
||||
{Country: "USA", City: "Seattle", Hostname: "sa.west.usa.torguardvpnaccess.com", TCP: true, UDP: true, IPs: []net.IP{{199, 229, 250, 38}}},
|
||||
}
|
||||
func TorguardServers() (servers []models.TorguardServer) {
|
||||
servers = make([]models.TorguardServer, len(allServers.Torguard.Servers))
|
||||
copy(servers, allServers.Torguard.Servers)
|
||||
return servers
|
||||
}
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
package constants
|
||||
|
||||
import (
|
||||
"net"
|
||||
|
||||
"github.com/qdm12/gluetun/internal/models"
|
||||
)
|
||||
|
||||
@@ -38,87 +36,9 @@ func VPNUnlimitedHostnameChoices() (choices []string) {
|
||||
return makeUnique(choices)
|
||||
}
|
||||
|
||||
//nolint:lll
|
||||
// VPNUnlimitedServers returns a slice of all the server information for VPNUnlimited.
|
||||
func VPNUnlimitedServers() []models.VPNUnlimitedServer {
|
||||
return []models.VPNUnlimitedServer{
|
||||
{Country: "Argentina", City: "", Hostname: "ar.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{131, 255, 4, 187}, {131, 255, 4, 235}}},
|
||||
{Country: "Australia", City: "Sydney", Hostname: "au-syd.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{139, 99, 131, 38}, {139, 99, 130, 220}}},
|
||||
{Country: "Austria", City: "", Hostname: "at.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{50, 7, 115, 19}, {185, 210, 219, 194}, {185, 210, 219, 198}}},
|
||||
{Country: "Belarus", City: "", Hostname: "by.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{185, 66, 68, 23}, {185, 66, 71, 108}, {185, 66, 71, 115}, {185, 66, 68, 84}, {185, 66, 71, 22}, {185, 66, 71, 122}, {185, 66, 71, 8}, {185, 66, 68, 18}}},
|
||||
{Country: "Belgium", City: "", Hostname: "be.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{37, 120, 143, 178}, {82, 102, 19, 110}}},
|
||||
{Country: "Bosnia and Herzegovina", City: "", Hostname: "ba.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{185, 164, 35, 37}}},
|
||||
{Country: "Brazil", City: "", Hostname: "br.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{66, 90, 70, 7}, {177, 67, 82, 222}, {177, 67, 82, 218}, {177, 67, 82, 228}, {177, 67, 82, 221}, {177, 67, 82, 219}, {177, 67, 82, 210}, {177, 67, 82, 223}}},
|
||||
{Country: "Bulgaria", City: "", Hostname: "bg.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{37, 120, 152, 26}}},
|
||||
{Country: "Canada", City: "", Hostname: "ca.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{192, 99, 7, 170}, {192, 99, 6, 164}, {192, 99, 14, 158}, {192, 99, 37, 199}, {192, 99, 6, 166}}},
|
||||
{Country: "Canada", City: "Toronto", Hostname: "ca-tr.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{184, 75, 213, 154}, {162, 253, 131, 106}, {162, 219, 176, 163}, {104, 254, 90, 58}, {104, 254, 92, 42}, {184, 75, 213, 194}, {204, 187, 100, 82}, {104, 254, 90, 34}}},
|
||||
{Country: "Canada", City: "Vancouver", Hostname: "ca-vn.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{162, 221, 202, 138}, {162, 221, 202, 134}, {162, 221, 202, 17}}},
|
||||
{Country: "Costa Rica", City: "", Hostname: "cr.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{138, 59, 19, 8}}},
|
||||
{Country: "Croatia", City: "", Hostname: "hr.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{85, 10, 56, 3}, {85, 10, 56, 100}, {85, 10, 51, 3}, {85, 10, 56, 4}}},
|
||||
{Country: "Cyprus", City: "", Hostname: "cy.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{194, 30, 136, 123}, {194, 30, 136, 102}}},
|
||||
{Country: "Czech Republic", City: "", Hostname: "cz.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{185, 216, 35, 46}}},
|
||||
{Country: "Denmark", City: "", Hostname: "dk.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{37, 120, 194, 174}, {89, 45, 7, 90}}},
|
||||
{Country: "Estonia", City: "", Hostname: "ee.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{185, 155, 96, 132}}},
|
||||
{Country: "Finland", City: "", Hostname: "fi.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{185, 112, 82, 26}, {91, 233, 116, 44}}},
|
||||
{Country: "France", City: "", Hostname: "fr.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{195, 154, 189, 85}, {195, 154, 204, 36}, {195, 154, 211, 84}, {62, 210, 38, 83}, {195, 154, 169, 66}, {195, 154, 166, 20}, {62, 210, 204, 161}, {62, 210, 205, 16}, {62, 210, 139, 124}, {195, 154, 221, 54}, {195, 154, 199, 175}, {195, 154, 189, 212}, {195, 154, 180, 96}, {195, 154, 199, 155}, {195, 154, 209, 149}, {195, 154, 222, 168}}},
|
||||
{Country: "France", City: "Roubaix", Hostname: "fr-rbx.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{151, 80, 27, 199}, {51, 255, 71, 16}, {147, 135, 137, 107}}},
|
||||
{Country: "Germany", City: "", Hostname: "de.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{84, 16, 236, 168}, {178, 162, 205, 77}, {178, 162, 205, 115}, {178, 162, 205, 82}, {84, 16, 238, 220}}},
|
||||
{Country: "Germany", City: "Düsseldorf", Hostname: "de-dus.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{146, 0, 42, 77}, {146, 0, 32, 121}, {85, 14, 243, 42}}},
|
||||
{Country: "Greece", City: "", Hostname: "gr.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{154, 57, 3, 36}}},
|
||||
{Country: "Hungary", City: "", Hostname: "hu.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{91, 219, 238, 174}}},
|
||||
{Country: "Iceland", City: "", Hostname: "is.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{37, 235, 49, 75}, {151, 236, 24, 114}, {37, 235, 49, 42}, {37, 235, 49, 244}, {37, 235, 49, 70}, {37, 235, 49, 15}, {151, 236, 24, 142}}},
|
||||
{Country: "India", City: "", Hostname: "in.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{103, 26, 204, 46}, {103, 26, 204, 84}}},
|
||||
{Country: "India", City: "Karnataka", Hostname: "in-ka.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{139, 59, 67, 224}, {139, 59, 65, 136}, {139, 59, 24, 197}, {139, 59, 24, 198}, {139, 59, 24, 199}, {139, 59, 24, 191}, {139, 59, 16, 78}}},
|
||||
{Country: "Ireland", City: "Dublin", Hostname: "ie-dub.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{188, 241, 178, 118}}},
|
||||
{Country: "Isle of Man", City: "", Hostname: "im.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{192, 71, 211, 15}, {37, 235, 55, 62}, {37, 235, 55, 68}, {37, 235, 55, 14}, {37, 235, 55, 45}}},
|
||||
{Country: "Israel", City: "", Hostname: "il.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{193, 182, 144, 170}, {193, 182, 144, 151}, {193, 182, 144, 23}}},
|
||||
{Country: "Italy", City: "Milan", Hostname: "it-mil.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{91, 193, 5, 50}}},
|
||||
{Country: "Japan", City: "", Hostname: "jp.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{172, 104, 67, 80}, {172, 104, 75, 121}, {161, 202, 97, 109}, {172, 104, 71, 35}, {172, 104, 126, 64}, {172, 104, 64, 213}, {85, 208, 110, 122}, {172, 104, 78, 67}, {172, 104, 83, 34}, {172, 104, 99, 172}, {161, 202, 97, 101}, {172, 104, 83, 13}, {172, 104, 87, 163}, {172, 104, 99, 14}}},
|
||||
{Country: "Korea", City: "", Hostname: "kr.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{160, 202, 162, 60}, {160, 202, 163, 122}}},
|
||||
{Country: "Kuala Lumpur", City: "", Hostname: "mys.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{111, 90, 141, 34}, {111, 90, 158, 159}}},
|
||||
{Country: "Latvia", City: "", Hostname: "lv.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{195, 123, 213, 172}, {195, 123, 209, 168}}},
|
||||
{Country: "Libya", City: "", Hostname: "ly.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{41, 208, 71, 39}}},
|
||||
{Country: "Lithuania", City: "", Hostname: "lt.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{185, 64, 105, 93}, {185, 64, 104, 142}, {185, 25, 48, 81}}},
|
||||
{Country: "Luxembourg", City: "", Hostname: "lu.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{94, 242, 246, 45}, {94, 242, 246, 46}, {94, 242, 246, 77}, {94, 242, 246, 38}, {94, 242, 246, 47}}},
|
||||
{Country: "Mexico", City: "", Hostname: "mx.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{169, 57, 35, 104}}},
|
||||
{Country: "Moldova", City: "", Hostname: "md.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{185, 163, 46, 141}}},
|
||||
{Country: "Netherlands", City: "", Hostname: "nl.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{190, 2, 132, 115}, {190, 2, 132, 16}, {190, 2, 132, 52}}},
|
||||
{Country: "New Zealand", City: "", Hostname: "nz.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{103, 75, 119, 109}, {103, 75, 119, 107}, {103, 75, 119, 105}, {103, 75, 119, 102}, {103, 75, 119, 103}, {103, 75, 119, 104}, {103, 75, 119, 106}, {103, 75, 119, 108}, {103, 75, 119, 101}, {103, 75, 119, 11}}},
|
||||
{Country: "Norway", City: "", Hostname: "no.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{185, 90, 61, 21}, {185, 90, 61, 74}}},
|
||||
{Country: "Oman", City: "", Hostname: "om.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{185, 226, 124, 110}}},
|
||||
{Country: "Poland", City: "", Hostname: "pl.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{37, 120, 156, 234}}},
|
||||
{Country: "Portugal", City: "", Hostname: "pt.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{185, 31, 159, 110}}},
|
||||
{Country: "Romania", City: "", Hostname: "ro.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{185, 144, 83, 11}, {93, 115, 92, 207}, {185, 144, 83, 13}, {77, 81, 98, 70}, {93, 115, 92, 208}}},
|
||||
{Country: "Serbia", City: "", Hostname: "rs.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{152, 89, 160, 142}}},
|
||||
{Country: "Singapore", City: "", Hostname: "sg-free.vpnunlimitedapp.com", Free: true, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{178, 128, 48, 177}, {188, 166, 177, 236}, {206, 189, 80, 158}, {178, 128, 117, 139}}},
|
||||
{Country: "Singapore", City: "", Hostname: "sg.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{50, 7, 60, 52}, {117, 20, 41, 9}, {117, 20, 41, 10}, {139, 99, 62, 61}}},
|
||||
{Country: "Slovakia", City: "", Hostname: "sk.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{46, 29, 2, 131}}},
|
||||
{Country: "Slovenia", City: "", Hostname: "si.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{192, 71, 244, 38}, {192, 71, 244, 28}}},
|
||||
{Country: "South Africa", City: "", Hostname: "za.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{129, 232, 130, 187}, {129, 232, 219, 196}, {129, 232, 133, 41}, {129, 232, 129, 157}, {129, 232, 219, 195}, {129, 232, 134, 122}, {129, 232, 130, 186}, {129, 232, 130, 179}}},
|
||||
{Country: "Spain", City: "", Hostname: "es.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{194, 99, 104, 58}, {195, 206, 107, 134}}},
|
||||
{Country: "Sweden", City: "", Hostname: "se.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{91, 132, 138, 174}}},
|
||||
{Country: "Switzerland", City: "", Hostname: "ch.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{152, 89, 162, 90}, {152, 89, 162, 86}}},
|
||||
{Country: "Thailand", City: "", Hostname: "th.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{103, 159, 3, 121}}},
|
||||
{Country: "Turkey", City: "", Hostname: "tr.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{185, 17, 115, 62}, {185, 73, 202, 218}}},
|
||||
{Country: "United Arab Emirates", City: "", Hostname: "ae.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{45, 9, 249, 201}, {45, 9, 249, 209}, {45, 9, 250, 147}, {45, 9, 250, 249}, {45, 9, 250, 138}, {45, 9, 249, 211}, {45, 9, 250, 144}, {45, 9, 249, 216}, {45, 9, 250, 145}, {45, 9, 250, 143}, {45, 9, 250, 134}, {45, 9, 250, 146}, {45, 9, 249, 202}}},
|
||||
{Country: "United Kingdom", City: "", Hostname: "uk.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{176, 227, 198, 122}, {77, 245, 65, 2}, {109, 73, 77, 18}, {5, 152, 213, 186}, {88, 150, 224, 74}, {88, 150, 180, 82}}},
|
||||
{Country: "United Kingdom", City: "London", Hostname: "uk-cv.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{5, 101, 169, 146}, {5, 101, 143, 66}, {178, 159, 10, 78}}},
|
||||
{Country: "United Kingdom", City: "London", Hostname: "uk-lon.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{78, 110, 160, 6}, {50, 7, 114, 220}, {5, 101, 136, 154}, {23, 106, 33, 89}}},
|
||||
{Country: "United States", City: "", Hostname: "us-stream.vpnunlimitedapp.com", Free: false, Stream: true, TCP: false, UDP: true, IPs: []net.IP{{167, 99, 96, 113}, {198, 199, 114, 155}, {192, 241, 194, 208}, {165, 227, 49, 171}, {159, 89, 128, 183}, {138, 197, 203, 142}, {64, 227, 111, 143}, {143, 110, 225, 79}, {164, 90, 144, 44}, {198, 199, 103, 243}, {198, 199, 96, 52}, {128, 199, 9, 51}, {143, 110, 156, 9}, {178, 128, 79, 75}, {198, 199, 97, 247}, {198, 199, 105, 87}, {198, 199, 103, 88}, {206, 189, 211, 205}, {206, 189, 165, 44}, {161, 35, 236, 242}}},
|
||||
{Country: "United States", City: "", Hostname: "us.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{199, 115, 117, 81}, {199, 115, 115, 139}, {207, 244, 72, 212}, {199, 115, 115, 160}, {199, 115, 117, 73}}},
|
||||
{Country: "United States", City: "Chicago", Hostname: "us-chi.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{66, 23, 205, 226}, {108, 62, 202, 211}, {173, 234, 41, 130}, {174, 34, 184, 130}}},
|
||||
{Country: "United States", City: "Dallas", Hostname: "us-dal.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{172, 241, 115, 99}, {172, 241, 113, 19}, {172, 241, 112, 92}}},
|
||||
{Country: "United States", City: "Denver", Hostname: "us-den.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{23, 237, 26, 131}, {23, 237, 26, 67}}},
|
||||
{Country: "United States", City: "Houston", Hostname: "us-hou.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{162, 218, 228, 194}, {162, 218, 228, 196}, {66, 187, 75, 122}, {162, 218, 229, 106}}},
|
||||
{Country: "United States", City: "Las Vegas", Hostname: "us-lv.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{185, 242, 5, 18}, {185, 242, 5, 22}}},
|
||||
{Country: "United States", City: "Los Angeles", Hostname: "us-la.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{64, 31, 33, 154}, {192, 184, 48, 10}, {23, 83, 37, 209}, {23, 83, 37, 213}, {45, 136, 131, 40}, {69, 162, 99, 70}}},
|
||||
{Country: "United States", City: "Miami", Hostname: "us-mia.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{186, 233, 185, 29}, {186, 233, 185, 79}, {186, 233, 185, 80}, {186, 233, 184, 187}, {186, 233, 184, 188}, {186, 233, 184, 37}, {186, 233, 184, 31}}},
|
||||
{Country: "United States", City: "New York", Hostname: "us-ny-free.vpnunlimitedapp.com", Free: true, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{64, 94, 215, 66}, {64, 94, 215, 162}, {64, 94, 215, 170}}},
|
||||
{Country: "United States", City: "New York", Hostname: "us-ny.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{64, 42, 178, 202}, {23, 105, 134, 162}, {64, 42, 178, 226}, {23, 237, 58, 112}, {23, 108, 31, 122}}},
|
||||
{Country: "United States", City: "Saint Louis", Hostname: "us-sl.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{69, 64, 58, 110}, {69, 64, 58, 255}, {209, 239, 123, 77}, {209, 239, 123, 107}}},
|
||||
{Country: "United States", City: "Salt Lake City", Hostname: "us-slc.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{209, 95, 53, 223}, {209, 95, 53, 225}}},
|
||||
{Country: "United States", City: "San Francisco", Hostname: "us-sf.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{209, 58, 139, 34}, {209, 58, 135, 72}, {209, 58, 130, 210}, {209, 58, 135, 106}, {209, 58, 135, 108}, {209, 58, 135, 74}, {209, 58, 139, 35}, {209, 58, 137, 94}, {172, 241, 251, 164}, {209, 58, 135, 120}}},
|
||||
{Country: "United States", City: "Seattle", Hostname: "us-sea.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{216, 244, 82, 50}, {23, 81, 209, 137}, {216, 244, 82, 210}}},
|
||||
{Country: "Vietnam", City: "", Hostname: "vn.vpnunlimitedapp.com", Free: false, Stream: false, TCP: false, UDP: true, IPs: []net.IP{{103, 9, 78, 84}, {146, 196, 67, 7}}},
|
||||
}
|
||||
func VPNUnlimitedServers() (servers []models.VPNUnlimitedServer) {
|
||||
servers = make([]models.VPNUnlimitedServer, len(allServers.VPNUnlimited.Servers))
|
||||
copy(servers, allServers.VPNUnlimited.Servers)
|
||||
return servers
|
||||
}
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
package constants
|
||||
|
||||
import (
|
||||
"net"
|
||||
|
||||
"github.com/qdm12/gluetun/internal/models"
|
||||
)
|
||||
|
||||
@@ -20,82 +18,9 @@ func VyprvpnRegionChoices() (choices []string) {
|
||||
return makeUnique(choices)
|
||||
}
|
||||
|
||||
//nolint:lll
|
||||
// VyprvpnServers returns a slice of all the VyprVPN servers.
|
||||
func VyprvpnServers() []models.VyprvpnServer {
|
||||
return []models.VyprvpnServer{
|
||||
{Region: "Algeria", Hostname: "dz1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 75, 20}}},
|
||||
{Region: "Argentina", Hostname: "ar1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 109, 19}}},
|
||||
{Region: "Australia Melbourne", Hostname: "au2.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 117, 19}}},
|
||||
{Region: "Australia Perth", Hostname: "au3.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 1, 19}}},
|
||||
{Region: "Australia Sydney", Hostname: "au1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 117, 18}}},
|
||||
{Region: "Austria", Hostname: "at1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 96, 18}}},
|
||||
{Region: "Bahrain", Hostname: "bh1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 115, 19}}},
|
||||
{Region: "Belgium", Hostname: "be1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 96, 20}}},
|
||||
{Region: "Brazil", Hostname: "br1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 109, 20}}},
|
||||
{Region: "Bulgaria", Hostname: "bg1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 96, 22}}},
|
||||
{Region: "Canada", Hostname: "ca1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 21, 18}}},
|
||||
{Region: "Columbia", Hostname: "co1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 109, 21}}},
|
||||
{Region: "Costa Rica", Hostname: "cr1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 109, 22}}},
|
||||
{Region: "Czech Republic", Hostname: "cz1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 96, 24}}},
|
||||
{Region: "Denmark", Hostname: "dk1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 96, 28}}},
|
||||
{Region: "Dubai", Hostname: "ae1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 45, 104}}},
|
||||
{Region: "Egypt", Hostname: "eg1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 75, 21}}},
|
||||
{Region: "El Salvador", Hostname: "sv1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 61, 20}}},
|
||||
{Region: "Finland", Hostname: "fi1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 96, 32}}},
|
||||
{Region: "France", Hostname: "fr1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 96, 34}}},
|
||||
{Region: "Germany", Hostname: "de1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 96, 26}}},
|
||||
{Region: "Greece", Hostname: "gr1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 75, 22}}},
|
||||
{Region: "Hong Kong", Hostname: "hk1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 227, 18}}},
|
||||
{Region: "Iceland", Hostname: "is1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 22, 20}}},
|
||||
{Region: "India", Hostname: "in1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 115, 20}}},
|
||||
{Region: "Indonesia", Hostname: "id1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 1, 20}}},
|
||||
{Region: "Ireland", Hostname: "ie1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 22, 19}}},
|
||||
{Region: "Israel", Hostname: "il1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 75, 18}}},
|
||||
{Region: "Italy", Hostname: "it1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 96, 36}}},
|
||||
{Region: "Japan", Hostname: "jp1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 113, 18}}},
|
||||
{Region: "Latvia", Hostname: "lv1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 96, 44}}},
|
||||
{Region: "Liechtenstein", Hostname: "li1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 96, 38}}},
|
||||
{Region: "Lithuania", Hostname: "lt1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 96, 40}}},
|
||||
{Region: "Luxembourg", Hostname: "lu1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 96, 42}}},
|
||||
{Region: "Macao", Hostname: "mo1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 227, 36}}},
|
||||
{Region: "Malaysia", Hostname: "my1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 1, 21}}},
|
||||
{Region: "Maldives", Hostname: "mv1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 1, 26}}},
|
||||
{Region: "Marshall Islands", Hostname: "mh1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 1, 25}}},
|
||||
{Region: "Mexico", Hostname: "mx1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 61, 19}}},
|
||||
{Region: "Netherlands", Hostname: "eu1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 96, 16}}},
|
||||
{Region: "New Zealand", Hostname: "nz1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 117, 20}}},
|
||||
{Region: "Norway", Hostname: "no1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 96, 46}}},
|
||||
{Region: "Pakistan", Hostname: "pk1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 75, 23}}},
|
||||
{Region: "Panama", Hostname: "pa1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 109, 23}}},
|
||||
{Region: "Philippines", Hostname: "ph1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 1, 22}}},
|
||||
{Region: "Poland", Hostname: "pl1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 96, 48}}},
|
||||
{Region: "Portugal", Hostname: "pt1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 96, 50}}},
|
||||
{Region: "Qatar", Hostname: "qa1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 115, 21}}},
|
||||
{Region: "Romania", Hostname: "ro1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 96, 52}}},
|
||||
{Region: "Russia", Hostname: "ru1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 96, 54}}},
|
||||
{Region: "Saudi Arabia", Hostname: "sa1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 115, 22}}},
|
||||
{Region: "Singapore", Hostname: "sg1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 1, 18}}},
|
||||
{Region: "Slovakia", Hostname: "sk1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 96, 60}}},
|
||||
{Region: "Slovenia", Hostname: "si1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 96, 58}}},
|
||||
{Region: "South Korea", Hostname: "kr1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 113, 19}}},
|
||||
{Region: "Spain", Hostname: "es1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 96, 30}}},
|
||||
{Region: "Sweden", Hostname: "se1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 96, 56}}},
|
||||
{Region: "Switzerland", Hostname: "ch1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 60, 18}}},
|
||||
{Region: "Taiwan", Hostname: "tw1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 227, 27}}},
|
||||
{Region: "Thailand", Hostname: "th1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 1, 23}}},
|
||||
{Region: "Turkey", Hostname: "tr1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 96, 62}}},
|
||||
{Region: "USA Austin", Hostname: "us3.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 61, 18}}},
|
||||
{Region: "USA Chicago", Hostname: "us6.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 93, 18}}},
|
||||
{Region: "USA Los Angeles", Hostname: "us1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 67, 18}}},
|
||||
{Region: "USA Miami", Hostname: "us4.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 109, 18}}},
|
||||
{Region: "USA New York", Hostname: "us5.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 63, 18}}},
|
||||
{Region: "USA San Francisco", Hostname: "us7.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 95, 18}}},
|
||||
{Region: "USA Seattle", Hostname: "us8.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 94, 18}}},
|
||||
{Region: "USA Washington", Hostname: "us2.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 62, 18}}},
|
||||
{Region: "Ukraine", Hostname: "ua1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{128, 90, 96, 64}}},
|
||||
{Region: "United Kingdom", Hostname: "uk1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 22, 18}}},
|
||||
{Region: "Uruguay", Hostname: "uy1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 61, 21}}},
|
||||
{Region: "Vietnam", Hostname: "vn1.vyprvpn.com", TCP: false, UDP: true, IPs: []net.IP{{209, 99, 1, 24}}},
|
||||
}
|
||||
func VyprvpnServers() (servers []models.VyprvpnServer) {
|
||||
servers = make([]models.VyprvpnServer, len(allServers.Vyprvpn.Servers))
|
||||
copy(servers, allServers.Vyprvpn.Servers)
|
||||
return servers
|
||||
}
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
package constants
|
||||
|
||||
import (
|
||||
"net"
|
||||
|
||||
"github.com/qdm12/gluetun/internal/models"
|
||||
)
|
||||
|
||||
@@ -39,320 +37,9 @@ func WindscribeHostnameChoices() (choices []string) {
|
||||
return makeUnique(choices)
|
||||
}
|
||||
|
||||
//nolint:lll
|
||||
// WindscribeServers returns a slice of all the Windscribe servers.
|
||||
func WindscribeServers() []models.WindscribeServer {
|
||||
return []models.WindscribeServer{
|
||||
{Region: "Albania", City: "Tirana", Hostname: "al-002.whiskergalaxy.com", IPs: []net.IP{{31, 171, 152, 178}, {31, 171, 152, 179}, {31, 171, 152, 180}}},
|
||||
{Region: "Argentina", City: "Buenos Aires", Hostname: "ar-008.whiskergalaxy.com", IPs: []net.IP{{190, 103, 176, 146}, {190, 103, 176, 147}, {190, 103, 176, 148}}},
|
||||
{Region: "Australia", City: "Adelaide", Hostname: "au-008.whiskergalaxy.com", IPs: []net.IP{{116, 90, 72, 242}, {116, 90, 72, 243}, {116, 90, 72, 244}}},
|
||||
{Region: "Australia", City: "Adelaide ", Hostname: "au-011.whiskergalaxy.com", IPs: []net.IP{{103, 108, 92, 82}, {103, 108, 92, 83}, {103, 108, 92, 84}}},
|
||||
{Region: "Australia", City: "Brisbane", Hostname: "au-007.whiskergalaxy.com", IPs: []net.IP{{103, 62, 50, 157}, {103, 62, 50, 208}, {103, 62, 50, 209}}},
|
||||
{Region: "Australia", City: "Brisbane", Hostname: "au-014.whiskergalaxy.com", IPs: []net.IP{{43, 245, 160, 34}, {43, 245, 160, 35}, {43, 245, 160, 36}}},
|
||||
{Region: "Australia", City: "Canberra", Hostname: "au-010.whiskergalaxy.com", IPs: []net.IP{{116, 206, 229, 130}, {116, 206, 229, 131}, {116, 206, 229, 132}}},
|
||||
{Region: "Australia", City: "Melbourne ", Hostname: "au-005.whiskergalaxy.com", IPs: []net.IP{{45, 121, 209, 103}, {45, 121, 209, 160}, {45, 121, 209, 161}}},
|
||||
{Region: "Australia", City: "Melbourne ", Hostname: "au-013.whiskergalaxy.com", IPs: []net.IP{{116, 206, 228, 66}, {116, 206, 228, 67}, {116, 206, 228, 68}}},
|
||||
{Region: "Australia", City: "Perth", Hostname: "au-004.whiskergalaxy.com", IPs: []net.IP{{45, 121, 208, 128}, {45, 121, 208, 160}, {45, 121, 208, 161}}},
|
||||
{Region: "Australia", City: "Perth", Hostname: "au-012.whiskergalaxy.com", IPs: []net.IP{{103, 77, 234, 210}, {103, 77, 234, 211}, {103, 77, 234, 212}}},
|
||||
{Region: "Australia", City: "Sydney", Hostname: "au-009.whiskergalaxy.com", IPs: []net.IP{{103, 77, 233, 66}, {103, 77, 233, 67}, {103, 77, 233, 68}}},
|
||||
{Region: "Australia", City: "Sydney", Hostname: "au-015.whiskergalaxy.com", IPs: []net.IP{{103, 1, 213, 210}, {103, 1, 213, 211}, {103, 1, 213, 212}}},
|
||||
{Region: "Australia", City: "Sydney", Hostname: "au-016.whiskergalaxy.com", IPs: []net.IP{{103, 1, 212, 242}, {103, 1, 212, 243}, {103, 1, 212, 244}}},
|
||||
{Region: "Austria", City: "Vienna", Hostname: "at-001.whiskergalaxy.com", IPs: []net.IP{{217, 64, 127, 10}, {217, 64, 127, 11}, {217, 64, 127, 12}}},
|
||||
{Region: "Austria", City: "Vienna", Hostname: "at-002.whiskergalaxy.com", IPs: []net.IP{{89, 187, 168, 65}, {89, 187, 168, 66}, {89, 187, 168, 67}}},
|
||||
{Region: "Azerbaijan", City: "Baku City", Hostname: "az-001.whiskergalaxy.com", IPs: []net.IP{{62, 212, 239, 58}, {62, 212, 239, 59}, {62, 212, 239, 60}}},
|
||||
{Region: "Belgium", City: "Brussels", Hostname: "be-001.whiskergalaxy.com", IPs: []net.IP{{194, 187, 251, 146}, {194, 187, 251, 147}, {194, 187, 251, 148}}},
|
||||
{Region: "Belgium", City: "Brussels", Hostname: "be-002.whiskergalaxy.com", IPs: []net.IP{{185, 232, 21, 130}, {185, 232, 21, 131}, {185, 232, 21, 132}}},
|
||||
{Region: "Bosnia", City: "Sarajevo", Hostname: "ba-001.whiskergalaxy.com", IPs: []net.IP{{185, 164, 35, 16}, {185, 99, 3, 24}, {185, 99, 3, 25}}},
|
||||
{Region: "Brazil", City: "Sao Paulo", Hostname: "br-004.whiskergalaxy.com", IPs: []net.IP{{177, 67, 80, 58}, {177, 67, 80, 59}, {177, 67, 80, 60}}},
|
||||
{Region: "Brazil", City: "Sao Paulo", Hostname: "br-005.whiskergalaxy.com", IPs: []net.IP{{177, 54, 157, 27}, {177, 54, 157, 178}, {177, 54, 157, 179}}},
|
||||
{Region: "Brazil", City: "Sao Paulo", Hostname: "br-006.whiskergalaxy.com", IPs: []net.IP{{177, 54, 148, 7}, {177, 54, 148, 247}, {177, 54, 148, 248}}},
|
||||
{Region: "Bulgaria", City: "Sofia", Hostname: "bg-001.whiskergalaxy.com", IPs: []net.IP{{185, 94, 192, 34}, {185, 94, 192, 35}, {185, 94, 192, 36}}},
|
||||
{Region: "Cambodia", City: "Phnom Penh", Hostname: "kh-001.whiskergalaxy.com", IPs: []net.IP{{195, 80, 149, 242}, {195, 80, 149, 243}, {195, 80, 149, 244}}},
|
||||
{Region: "Canada East", City: "Halifax", Hostname: "ca-029.whiskergalaxy.com", IPs: []net.IP{{199, 204, 208, 157}, {199, 204, 208, 158}, {199, 204, 208, 159}}},
|
||||
{Region: "Canada East", City: "Montreal", Hostname: "ca-004.whiskergalaxy.com", IPs: []net.IP{{167, 114, 100, 9}, {66, 70, 148, 80}, {66, 70, 148, 81}}},
|
||||
{Region: "Canada East", City: "Montreal", Hostname: "ca-027.whiskergalaxy.com", IPs: []net.IP{{104, 227, 246, 98}, {144, 168, 163, 160}, {144, 168, 163, 161}}},
|
||||
{Region: "Canada East", City: "Montreal", Hostname: "ca-028.whiskergalaxy.com", IPs: []net.IP{{23, 236, 161, 50}, {144, 168, 163, 193}, {144, 168, 163, 194}}},
|
||||
{Region: "Canada East", City: "Montreal", Hostname: "ca-032.whiskergalaxy.com", IPs: []net.IP{{23, 236, 161, 210}, {104, 227, 235, 129}, {104, 227, 235, 130}}},
|
||||
{Region: "Canada East", City: "Montreal", Hostname: "ca-033.whiskergalaxy.com", IPs: []net.IP{{198, 8, 85, 194}, {198, 8, 85, 195}, {198, 8, 85, 196}}},
|
||||
{Region: "Canada East", City: "Montreal", Hostname: "ca-034.whiskergalaxy.com", IPs: []net.IP{{198, 8, 85, 209}, {198, 8, 85, 210}, {198, 8, 85, 211}}},
|
||||
{Region: "Canada East", City: "Toronto", Hostname: "ca-002.whiskergalaxy.com", IPs: []net.IP{{104, 254, 92, 10}, {104, 254, 92, 11}, {104, 254, 92, 12}}},
|
||||
{Region: "Canada East", City: "Toronto", Hostname: "ca-009.whiskergalaxy.com", IPs: []net.IP{{104, 254, 92, 90}, {104, 254, 92, 91}, {104, 254, 92, 92}}},
|
||||
{Region: "Canada East", City: "Toronto", Hostname: "ca-017.whiskergalaxy.com", IPs: []net.IP{{184, 75, 212, 90}, {184, 75, 212, 91}, {184, 75, 212, 92}}},
|
||||
{Region: "Canada East", City: "Toronto", Hostname: "ca-025.whiskergalaxy.com", IPs: []net.IP{{104, 218, 60, 103}, {192, 190, 19, 65}, {192, 190, 19, 66}}},
|
||||
{Region: "Canada East", City: "Toronto", Hostname: "ca-026.whiskergalaxy.com", IPs: []net.IP{{104, 218, 60, 104}, {192, 190, 19, 97}, {192, 190, 19, 98}}},
|
||||
{Region: "Canada East", City: "Toronto", Hostname: "ca-030.whiskergalaxy.com", IPs: []net.IP{{23, 154, 160, 176}, {23, 154, 160, 177}, {23, 154, 160, 178}}},
|
||||
{Region: "Canada West", City: "Vancouver", Hostname: "ca-west-005.whiskergalaxy.com", IPs: []net.IP{{162, 221, 207, 94}, {162, 221, 207, 95}, {162, 221, 207, 96}}},
|
||||
{Region: "Canada West", City: "Vancouver", Hostname: "ca-west-006.whiskergalaxy.com", IPs: []net.IP{{71, 19, 251, 151}, {71, 19, 251, 152}, {71, 19, 251, 153}}},
|
||||
{Region: "Canada West", City: "Vancouver", Hostname: "ca-west-011.whiskergalaxy.com", IPs: []net.IP{{104, 218, 61, 250}, {104, 218, 61, 1}, {104, 218, 61, 2}}},
|
||||
{Region: "Canada West", City: "Vancouver", Hostname: "ca-west-012.whiskergalaxy.com", IPs: []net.IP{{104, 218, 61, 251}, {104, 218, 61, 33}, {104, 218, 61, 34}}},
|
||||
{Region: "Canada West", City: "Vancouver", Hostname: "ca-west-016.whiskergalaxy.com", IPs: []net.IP{{107, 181, 189, 242}, {208, 78, 41, 1}, {208, 78, 41, 2}}},
|
||||
{Region: "Canada West", City: "Vancouver", Hostname: "ca-west-017.whiskergalaxy.com", IPs: []net.IP{{208, 78, 41, 130}, {208, 78, 41, 131}, {208, 78, 41, 132}}},
|
||||
{Region: "Canada West", City: "Vancouver", Hostname: "ca-west-019.whiskergalaxy.com", IPs: []net.IP{{208, 78, 41, 162}, {208, 78, 41, 163}, {208, 78, 41, 164}}},
|
||||
{Region: "Chile", City: "Santiago", Hostname: "cl-001.whiskergalaxy.com", IPs: []net.IP{{66, 203, 113, 19}, {66, 203, 113, 131}, {66, 203, 113, 132}}},
|
||||
{Region: "Chile", City: "Santiago", Hostname: "cl-002.whiskergalaxy.com", IPs: []net.IP{{66, 203, 113, 18}, {66, 203, 113, 136}, {66, 203, 113, 137}}},
|
||||
{Region: "Colombia", City: "Bogota", Hostname: "co-001.whiskergalaxy.com", IPs: []net.IP{{138, 121, 203, 202}, {138, 121, 203, 203}, {138, 121, 203, 204}}},
|
||||
{Region: "Colombia", City: "Bogota", Hostname: "co-002.whiskergalaxy.com", IPs: []net.IP{{138, 186, 141, 154}, {138, 186, 141, 155}, {138, 186, 141, 156}}},
|
||||
{Region: "Croatia", City: "Zagreb", Hostname: "hr-002.whiskergalaxy.com", IPs: []net.IP{{85, 10, 56, 128}, {85, 10, 56, 129}, {85, 10, 56, 130}}},
|
||||
{Region: "Czech Republic", City: "Prague", Hostname: "cz-001.whiskergalaxy.com", IPs: []net.IP{{185, 156, 174, 10}, {185, 156, 174, 11}, {185, 156, 174, 12}}},
|
||||
{Region: "Czech Republic", City: "Prague ", Hostname: "cz-002.whiskergalaxy.com", IPs: []net.IP{{185, 246, 210, 1}, {185, 246, 210, 2}, {185, 246, 210, 3}}},
|
||||
{Region: "Denmark", City: "Copenhagen", Hostname: "dk-001.whiskergalaxy.com", IPs: []net.IP{{185, 206, 224, 194}, {185, 206, 224, 195}, {185, 206, 224, 196}}},
|
||||
{Region: "Denmark", City: "Copenhagen", Hostname: "dk-003.whiskergalaxy.com", IPs: []net.IP{{185, 206, 224, 34}, {185, 206, 224, 35}, {185, 206, 224, 36}}},
|
||||
{Region: "Estonia", City: "Narva", Hostname: "ee-006.whiskergalaxy.com", IPs: []net.IP{{185, 155, 96, 134}, {185, 155, 96, 135}, {185, 155, 96, 138}}},
|
||||
{Region: "Estonia", City: "Tallinn", Hostname: "ee-002.whiskergalaxy.com", IPs: []net.IP{{196, 196, 216, 130}, {196, 196, 216, 131}, {196, 196, 216, 132}}},
|
||||
{Region: "Estonia", City: "Tallinn", Hostname: "ee-003.whiskergalaxy.com", IPs: []net.IP{{196, 196, 216, 194}, {196, 196, 216, 195}, {196, 196, 216, 196}}},
|
||||
{Region: "Estonia", City: "Tallinn", Hostname: "ee-004.whiskergalaxy.com", IPs: []net.IP{{196, 196, 216, 226}, {196, 196, 216, 227}, {196, 196, 216, 228}}},
|
||||
{Region: "Fake Antarctica", City: "Troll", Hostname: "aq-001.whiskergalaxy.com", IPs: []net.IP{{23, 154, 160, 211}, {23, 154, 160, 212}, {23, 154, 160, 213}}},
|
||||
{Region: "Fake Antarctica", City: "Troll", Hostname: "aq-002.whiskergalaxy.com", IPs: []net.IP{{23, 154, 160, 221}, {23, 154, 160, 222}, {23, 154, 160, 223}}},
|
||||
{Region: "Finland", City: "Helsinki", Hostname: "fi-002.whiskergalaxy.com", IPs: []net.IP{{91, 233, 117, 203}, {185, 112, 82, 227}, {185, 112, 82, 228}}},
|
||||
{Region: "Finland", City: "Helsinki", Hostname: "fi-003.whiskergalaxy.com", IPs: []net.IP{{185, 112, 82, 8}, {194, 34, 133, 82}, {194, 34, 133, 83}}},
|
||||
{Region: "Finland", City: "Helsinki", Hostname: "fi-004.whiskergalaxy.com", IPs: []net.IP{{196, 244, 192, 50}, {196, 244, 192, 51}, {196, 244, 192, 52}}},
|
||||
{Region: "France", City: "Paris", Hostname: "fr-004.whiskergalaxy.com", IPs: []net.IP{{185, 156, 173, 186}, {185, 156, 173, 187}, {185, 156, 173, 188}}},
|
||||
{Region: "France", City: "Paris", Hostname: "fr-005.whiskergalaxy.com", IPs: []net.IP{{82, 102, 18, 34}, {82, 102, 18, 35}, {82, 102, 18, 36}}},
|
||||
{Region: "France", City: "Paris", Hostname: "fr-008.whiskergalaxy.com", IPs: []net.IP{{84, 17, 42, 33}, {84, 17, 42, 34}, {84, 17, 42, 35}}},
|
||||
{Region: "France", City: "Paris", Hostname: "fr-009.whiskergalaxy.com", IPs: []net.IP{{84, 17, 42, 1}, {84, 17, 42, 2}, {84, 17, 42, 3}}},
|
||||
{Region: "France", City: "Paris", Hostname: "fr-011.whiskergalaxy.com", IPs: []net.IP{{45, 89, 174, 34}, {45, 89, 174, 35}, {45, 89, 174, 36}}},
|
||||
{Region: "Germany", City: "Frankfurt", Hostname: "de-003.whiskergalaxy.com", IPs: []net.IP{{89, 249, 65, 18}, {89, 249, 65, 19}, {89, 249, 65, 20}}},
|
||||
{Region: "Germany", City: "Frankfurt", Hostname: "de-006.whiskergalaxy.com", IPs: []net.IP{{185, 130, 184, 194}, {185, 130, 184, 195}, {185, 130, 184, 196}}},
|
||||
{Region: "Germany", City: "Frankfurt", Hostname: "de-009.whiskergalaxy.com", IPs: []net.IP{{195, 181, 170, 65}, {195, 181, 170, 66}, {195, 181, 170, 67}}},
|
||||
{Region: "Germany", City: "Frankfurt", Hostname: "de-010.whiskergalaxy.com", IPs: []net.IP{{195, 181, 175, 97}, {195, 181, 175, 98}, {195, 181, 175, 99}}},
|
||||
{Region: "Germany", City: "Frankfurt", Hostname: "de-011.whiskergalaxy.com", IPs: []net.IP{{217, 138, 194, 114}, {217, 138, 194, 115}, {217, 138, 194, 116}}},
|
||||
{Region: "Germany", City: "Frankfurt", Hostname: "de-012.whiskergalaxy.com", IPs: []net.IP{{45, 87, 212, 50}, {45, 87, 212, 51}, {45, 87, 212, 52}}},
|
||||
{Region: "Germany", City: "Frankfurt", Hostname: "de-017.whiskergalaxy.com", IPs: []net.IP{{45, 87, 212, 82}, {45, 87, 212, 83}, {45, 87, 212, 84}}},
|
||||
{Region: "Greece", City: "Athens", Hostname: "gr-002.whiskergalaxy.com", IPs: []net.IP{{78, 108, 38, 100}, {78, 108, 38, 155}, {78, 108, 38, 156}}},
|
||||
{Region: "Greece", City: "Athens", Hostname: "gr-004.whiskergalaxy.com", IPs: []net.IP{{185, 226, 64, 102}, {185, 226, 64, 111}, {185, 226, 64, 112}}},
|
||||
{Region: "Greece", City: "Athens", Hostname: "gr-005.whiskergalaxy.com", IPs: []net.IP{{188, 123, 126, 145}, {188, 123, 126, 146}, {188, 123, 126, 147}}},
|
||||
{Region: "Hong Kong", City: "Hong Kong", Hostname: "hk-005.whiskergalaxy.com", IPs: []net.IP{{103, 10, 197, 98}, {103, 10, 197, 99}, {103, 10, 197, 100}}},
|
||||
{Region: "Hong Kong", City: "Hong Kong", Hostname: "hk-006.whiskergalaxy.com", IPs: []net.IP{{84, 17, 57, 113}, {84, 17, 57, 114}, {84, 17, 57, 115}}},
|
||||
{Region: "Hungary", City: "Budapest", Hostname: "hu-001.whiskergalaxy.com", IPs: []net.IP{{185, 104, 187, 42}, {185, 104, 187, 43}, {185, 104, 187, 44}}},
|
||||
{Region: "Iceland", City: "Reykjavik", Hostname: "is-001.whiskergalaxy.com", IPs: []net.IP{{82, 221, 139, 37}, {82, 221, 139, 38}, {82, 221, 139, 39}}},
|
||||
{Region: "Iceland", City: "Reykjavik", Hostname: "is-002.whiskergalaxy.com", IPs: []net.IP{{185, 165, 170, 1}, {185, 165, 170, 2}, {185, 165, 170, 3}}},
|
||||
{Region: "India", City: "Chennai", Hostname: "in-005.whiskergalaxy.com", IPs: []net.IP{{169, 38, 107, 47}, {169, 38, 68, 188}, {169, 38, 68, 189}}},
|
||||
{Region: "India", City: "Chennai", Hostname: "in-006.whiskergalaxy.com", IPs: []net.IP{{169, 38, 107, 32}, {169, 38, 72, 14}, {169, 38, 72, 15}}},
|
||||
{Region: "India", City: "Chennai", Hostname: "in-007.whiskergalaxy.com", IPs: []net.IP{{169, 38, 107, 21}, {169, 38, 72, 12}, {169, 38, 72, 13}}},
|
||||
{Region: "India", City: "Mumbai", Hostname: "in-009.whiskergalaxy.com", IPs: []net.IP{{165, 231, 253, 210}, {165, 231, 253, 211}, {165, 231, 253, 212}}},
|
||||
{Region: "India", City: "Pune", Hostname: "in-008.whiskergalaxy.com", IPs: []net.IP{{103, 205, 140, 30}, {103, 205, 140, 227}, {103, 205, 140, 177}}},
|
||||
{Region: "Indonesia", City: "Jakarta", Hostname: "id-002.whiskergalaxy.com", IPs: []net.IP{{45, 127, 134, 90}, {45, 127, 134, 91}, {45, 127, 134, 92}}},
|
||||
{Region: "Indonesia", City: "Jakarta", Hostname: "id-003.whiskergalaxy.com", IPs: []net.IP{{103, 236, 201, 70}, {103, 236, 201, 71}, {103, 236, 201, 72}}},
|
||||
{Region: "Ireland", City: "Dublin", Hostname: "ie-001.whiskergalaxy.com", IPs: []net.IP{{185, 24, 235, 14}, {185, 24, 232, 146}, {185, 24, 232, 147}}},
|
||||
{Region: "Ireland", City: "Dublin", Hostname: "ie-002.whiskergalaxy.com", IPs: []net.IP{{185, 24, 232, 190}, {185, 104, 219, 2}, {185, 104, 219, 3}}},
|
||||
{Region: "Ireland", City: "Dublin", Hostname: "ie-003.whiskergalaxy.com", IPs: []net.IP{{23, 92, 127, 34}, {23, 92, 127, 35}, {23, 92, 127, 36}}},
|
||||
{Region: "Israel", City: "Ashdod", Hostname: "il-002.whiskergalaxy.com", IPs: []net.IP{{185, 191, 205, 138}, {185, 191, 205, 139}, {185, 191, 205, 140}}},
|
||||
{Region: "Israel", City: "Jerusalem", Hostname: "il-001.whiskergalaxy.com", IPs: []net.IP{{160, 116, 0, 26}, {160, 116, 0, 27}, {160, 116, 0, 28}}},
|
||||
{Region: "Italy", City: "Milan", Hostname: "it-001.whiskergalaxy.com", IPs: []net.IP{{37, 120, 135, 82}, {37, 120, 135, 83}, {37, 120, 135, 84}}},
|
||||
{Region: "Italy", City: "Milan", Hostname: "it-004.whiskergalaxy.com", IPs: []net.IP{{84, 17, 59, 65}, {84, 17, 59, 66}, {84, 17, 59, 67}}},
|
||||
{Region: "Italy", City: "Milan", Hostname: "it-005.whiskergalaxy.com", IPs: []net.IP{{89, 40, 182, 2}, {89, 40, 182, 3}, {89, 40, 182, 4}}},
|
||||
{Region: "Italy", City: "Rome", Hostname: "it-003.whiskergalaxy.com", IPs: []net.IP{{87, 101, 94, 194}, {87, 101, 94, 195}, {87, 101, 94, 196}}},
|
||||
{Region: "Italy", City: "Rome", Hostname: "it-006.whiskergalaxy.com", IPs: []net.IP{{37, 120, 207, 18}, {37, 120, 207, 19}, {37, 120, 207, 20}}},
|
||||
{Region: "Japan", City: "Tokyo", Hostname: "jp-004.whiskergalaxy.com", IPs: []net.IP{{193, 148, 16, 242}, {193, 148, 16, 243}, {193, 148, 16, 244}}},
|
||||
{Region: "Japan", City: "Tokyo", Hostname: "jp-006.whiskergalaxy.com", IPs: []net.IP{{138, 199, 22, 161}, {138, 199, 22, 162}, {138, 199, 22, 163}}},
|
||||
{Region: "Latvia", City: "Riga", Hostname: "lv-004.whiskergalaxy.com", IPs: []net.IP{{89, 111, 33, 200}, {89, 111, 33, 220}, {89, 111, 33, 221}}},
|
||||
{Region: "Latvia", City: "Riga", Hostname: "lv-005.whiskergalaxy.com", IPs: []net.IP{{195, 123, 209, 175}, {195, 123, 210, 234}, {195, 123, 210, 231}}},
|
||||
{Region: "Lithuania", City: "Siauliai", Hostname: "lt-003.whiskergalaxy.com", IPs: []net.IP{{85, 206, 163, 224}, {85, 206, 163, 225}, {85, 206, 163, 226}}},
|
||||
{Region: "Malaysia", City: "Kuala Lumpur", Hostname: "my-001.whiskergalaxy.com", IPs: []net.IP{{103, 106, 250, 30}, {103, 106, 250, 31}, {103, 106, 250, 32}}},
|
||||
{Region: "Malaysia", City: "Kuala Lumpur", Hostname: "my-003.whiskergalaxy.com", IPs: []net.IP{{103, 212, 69, 231}, {103, 212, 69, 232}, {103, 212, 69, 233}}},
|
||||
{Region: "Mexico", City: "Guadalajara", Hostname: "mx-007.whiskergalaxy.com", IPs: []net.IP{{201, 131, 125, 106}, {201, 131, 125, 107}, {201, 131, 125, 108}}},
|
||||
{Region: "Mexico", City: "Guadalajara", Hostname: "mx-008.whiskergalaxy.com", IPs: []net.IP{{143, 255, 57, 66}, {143, 255, 57, 67}, {143, 255, 57, 68}}},
|
||||
{Region: "Mexico", City: "Mexico City", Hostname: "mx-009.whiskergalaxy.com", IPs: []net.IP{{190, 103, 179, 210}, {190, 103, 179, 211}, {190, 103, 179, 212}}},
|
||||
{Region: "Mexico", City: "Mexico City", Hostname: "mx-010.whiskergalaxy.com", IPs: []net.IP{{190, 103, 179, 216}, {190, 103, 179, 217}, {190, 103, 179, 218}}},
|
||||
{Region: "Moldova", City: "Chisinau", Hostname: "md-002.whiskergalaxy.com", IPs: []net.IP{{178, 175, 144, 122}, {178, 175, 144, 123}, {178, 175, 144, 124}}},
|
||||
{Region: "Netherlands", City: "Amsterdam", Hostname: "nl-001.whiskergalaxy.com", IPs: []net.IP{{46, 166, 143, 97}, {46, 166, 143, 98}, {46, 166, 143, 99}}},
|
||||
{Region: "Netherlands", City: "Amsterdam", Hostname: "nl-005.whiskergalaxy.com", IPs: []net.IP{{185, 212, 171, 130}, {185, 212, 171, 131}, {185, 212, 171, 132}}},
|
||||
{Region: "Netherlands", City: "Amsterdam", Hostname: "nl-008.whiskergalaxy.com", IPs: []net.IP{{185, 253, 96, 2}, {185, 253, 96, 3}, {185, 253, 96, 4}}},
|
||||
{Region: "Netherlands", City: "Amsterdam", Hostname: "nl-011.whiskergalaxy.com", IPs: []net.IP{{84, 17, 46, 1}, {84, 17, 46, 2}, {84, 17, 46, 3}}},
|
||||
{Region: "Netherlands", City: "Amsterdam", Hostname: "nl-013.whiskergalaxy.com", IPs: []net.IP{{72, 11, 157, 66}, {72, 11, 157, 67}, {72, 11, 157, 68}}},
|
||||
{Region: "Netherlands", City: "Amsterdam", Hostname: "nl-014.whiskergalaxy.com", IPs: []net.IP{{72, 11, 157, 34}, {72, 11, 157, 35}, {72, 11, 157, 36}}},
|
||||
{Region: "Netherlands", City: "Amsterdam", Hostname: "nl-015.whiskergalaxy.com", IPs: []net.IP{{109, 201, 130, 1}, {109, 201, 130, 2}, {109, 201, 130, 3}}},
|
||||
{Region: "Netherlands", City: "Amsterdam", Hostname: "nl-019.whiskergalaxy.com", IPs: []net.IP{{185, 156, 172, 162}, {185, 156, 172, 163}, {185, 156, 172, 164}}},
|
||||
{Region: "New Zealand", City: "Auckland", Hostname: "nz-002.whiskergalaxy.com", IPs: []net.IP{{103, 62, 49, 112}, {103, 62, 49, 113}, {103, 62, 49, 114}}},
|
||||
{Region: "New Zealand", City: "Auckland ", Hostname: "nz-003.whiskergalaxy.com", IPs: []net.IP{{103, 108, 94, 162}, {103, 108, 94, 163}, {103, 108, 94, 164}}},
|
||||
{Region: "North Macedonia", City: "Skopje", Hostname: "mk-001.whiskergalaxy.com", IPs: []net.IP{{185, 225, 28, 50}, {185, 225, 28, 51}, {185, 225, 28, 52}}},
|
||||
{Region: "Norway", City: "Oslo", Hostname: "no-003.whiskergalaxy.com", IPs: []net.IP{{185, 206, 225, 130}, {185, 206, 225, 131}, {185, 206, 225, 132}}},
|
||||
{Region: "Norway", City: "Oslo", Hostname: "no-006.whiskergalaxy.com", IPs: []net.IP{{37, 120, 203, 66}, {37, 120, 203, 67}, {37, 120, 203, 68}}},
|
||||
{Region: "Norway", City: "Oslo", Hostname: "no-008.whiskergalaxy.com", IPs: []net.IP{{37, 120, 149, 50}, {37, 120, 149, 51}, {37, 120, 149, 52}}},
|
||||
{Region: "Panama", City: "Panama City", Hostname: "pa-001.whiskergalaxy.com", IPs: []net.IP{{138, 186, 142, 202}, {138, 186, 142, 203}, {138, 186, 142, 204}}},
|
||||
{Region: "Peru", City: "Lima", Hostname: "pe-002.whiskergalaxy.com", IPs: []net.IP{{190, 120, 229, 138}, {190, 120, 229, 139}, {190, 120, 229, 140}}},
|
||||
{Region: "Philippines", City: "Manila", Hostname: "ph-003.whiskergalaxy.com", IPs: []net.IP{{141, 98, 215, 210}, {141, 98, 215, 211}, {141, 98, 215, 212}}},
|
||||
{Region: "Philippines", City: "San Antonio", Hostname: "ph-002.whiskergalaxy.com", IPs: []net.IP{{103, 103, 0, 12}, {103, 103, 0, 118}, {103, 103, 0, 119}}},
|
||||
{Region: "Poland", City: "Warsaw", Hostname: "pl-002.whiskergalaxy.com", IPs: []net.IP{{185, 244, 214, 34}, {185, 244, 214, 35}, {185, 244, 214, 36}}},
|
||||
{Region: "Poland", City: "Warsaw", Hostname: "pl-004.whiskergalaxy.com", IPs: []net.IP{{84, 17, 55, 97}, {84, 17, 55, 98}, {84, 17, 55, 99}}},
|
||||
{Region: "Poland", City: "Warsaw", Hostname: "pl-005.whiskergalaxy.com", IPs: []net.IP{{5, 187, 49, 182}, {5, 133, 11, 116}, {5, 133, 11, 117}}},
|
||||
{Region: "Portugal", City: "Lisbon", Hostname: "pt-002.whiskergalaxy.com", IPs: []net.IP{{94, 46, 13, 214}, {94, 46, 13, 215}, {94, 46, 13, 216}}},
|
||||
{Region: "Portugal", City: "Lisbon", Hostname: "pt-003.whiskergalaxy.com", IPs: []net.IP{{185, 15, 21, 65}, {185, 15, 21, 66}, {185, 15, 21, 67}}},
|
||||
{Region: "Romania", City: "Bucharest", Hostname: "ro-006.whiskergalaxy.com", IPs: []net.IP{{89, 46, 103, 146}, {89, 46, 103, 147}, {89, 46, 103, 148}}},
|
||||
{Region: "Romania", City: "Bucharest", Hostname: "ro-008.whiskergalaxy.com", IPs: []net.IP{{91, 207, 102, 146}, {91, 207, 102, 147}, {91, 207, 102, 148}}},
|
||||
{Region: "Russia", City: "Moscow", Hostname: "ru-010.whiskergalaxy.com", IPs: []net.IP{{95, 213, 193, 226}, {95, 213, 193, 227}, {95, 213, 193, 228}}},
|
||||
{Region: "Russia", City: "Moscow", Hostname: "ru-011.whiskergalaxy.com", IPs: []net.IP{{95, 213, 193, 194}, {95, 213, 193, 195}, {95, 213, 193, 196}}},
|
||||
{Region: "Russia", City: "Saint Petersburg", Hostname: "ru-005.whiskergalaxy.com", IPs: []net.IP{{185, 22, 175, 131}, {185, 22, 175, 132}, {185, 22, 175, 133}}},
|
||||
{Region: "Russia", City: "Saint Petersburg", Hostname: "ru-008.whiskergalaxy.com", IPs: []net.IP{{94, 242, 62, 18}, {94, 242, 62, 19}, {94, 242, 62, 20}}},
|
||||
{Region: "Russia", City: "Saint Petersburg", Hostname: "ru-009.whiskergalaxy.com", IPs: []net.IP{{94, 242, 62, 50}, {94, 242, 62, 67}, {94, 242, 62, 68}}},
|
||||
{Region: "Russia", City: "Saint Petersburg", Hostname: "ru-012.whiskergalaxy.com", IPs: []net.IP{{188, 124, 42, 114}, {188, 124, 42, 115}, {188, 124, 42, 116}}},
|
||||
{Region: "Russia", City: "Saint Petersburg", Hostname: "ru-013.whiskergalaxy.com", IPs: []net.IP{{188, 124, 42, 98}, {188, 124, 42, 99}, {188, 124, 42, 100}}},
|
||||
{Region: "Serbia", City: "Belgrade", Hostname: "rs-003.whiskergalaxy.com", IPs: []net.IP{{141, 98, 103, 18}, {141, 98, 103, 19}, {141, 98, 103, 20}}},
|
||||
{Region: "Singapore", City: "Singapore", Hostname: "sg-003.whiskergalaxy.com", IPs: []net.IP{{185, 200, 117, 162}, {185, 200, 117, 163}, {185, 200, 117, 164}}},
|
||||
{Region: "Singapore", City: "Singapore", Hostname: "sg-004.whiskergalaxy.com", IPs: []net.IP{{82, 102, 25, 130}, {82, 102, 25, 131}, {82, 102, 25, 132}}},
|
||||
{Region: "Singapore", City: "Singapore", Hostname: "sg-005.whiskergalaxy.com", IPs: []net.IP{{103, 62, 48, 130}, {103, 62, 48, 224}, {103, 62, 48, 225}}},
|
||||
{Region: "Singapore", City: "Singapore", Hostname: "sg-006.whiskergalaxy.com", IPs: []net.IP{{156, 146, 56, 97}, {156, 146, 56, 98}, {156, 146, 56, 99}}},
|
||||
{Region: "Singapore", City: "Singapore", Hostname: "sg-007.whiskergalaxy.com", IPs: []net.IP{{156, 146, 56, 110}, {156, 146, 56, 111}, {156, 146, 56, 112}}},
|
||||
{Region: "Singapore", City: "Singapore", Hostname: "sg-008.whiskergalaxy.com", IPs: []net.IP{{103, 107, 198, 226}, {103, 107, 198, 227}, {103, 107, 198, 228}}},
|
||||
{Region: "Slovakia", City: "Bratislava", Hostname: "sk-001.whiskergalaxy.com", IPs: []net.IP{{185, 245, 85, 2}, {185, 245, 85, 3}, {185, 245, 85, 4}}},
|
||||
{Region: "South Africa", City: "Johannesburg", Hostname: "za-002.whiskergalaxy.com", IPs: []net.IP{{129, 232, 167, 210}, {129, 232, 167, 211}, {129, 232, 167, 212}}},
|
||||
{Region: "South Africa", City: "Johannesburg", Hostname: "za-004.whiskergalaxy.com", IPs: []net.IP{{165, 73, 248, 90}, {165, 73, 248, 91}, {165, 73, 248, 92}}},
|
||||
{Region: "South Korea", City: "Seoul", Hostname: "kr-001.whiskergalaxy.com", IPs: []net.IP{{103, 212, 223, 2}, {103, 212, 223, 3}, {103, 212, 223, 4}}},
|
||||
{Region: "South Korea", City: "Seoul", Hostname: "kr-002.whiskergalaxy.com", IPs: []net.IP{{218, 232, 76, 183}, {218, 232, 76, 179}, {218, 232, 76, 180}}},
|
||||
{Region: "South Korea", City: "Seoul", Hostname: "kr-006.whiskergalaxy.com", IPs: []net.IP{{27, 255, 77, 241}, {27, 255, 77, 242}, {27, 255, 77, 243}}},
|
||||
{Region: "South Korea", City: "Seoul", Hostname: "kr-007.whiskergalaxy.com", IPs: []net.IP{{218, 232, 76, 135}, {218, 232, 76, 136}, {218, 232, 76, 138}}},
|
||||
{Region: "South Korea", City: "Seoul", Hostname: "kr-008.whiskergalaxy.com", IPs: []net.IP{{141, 98, 213, 250}, {141, 98, 213, 251}, {141, 98, 213, 252}}},
|
||||
{Region: "Spain", City: "Barcelona", Hostname: "es-001.whiskergalaxy.com", IPs: []net.IP{{185, 253, 99, 130}, {185, 253, 99, 131}, {185, 253, 99, 132}}},
|
||||
{Region: "Spain", City: "Barcelona", Hostname: "es-004.whiskergalaxy.com", IPs: []net.IP{{37, 120, 142, 226}, {37, 120, 142, 227}, {37, 120, 142, 228}}},
|
||||
{Region: "Spain", City: "Madrid", Hostname: "es-002.whiskergalaxy.com", IPs: []net.IP{{89, 238, 178, 42}, {89, 238, 178, 43}, {89, 238, 178, 44}}},
|
||||
{Region: "Spain", City: "Madrid", Hostname: "es-003.whiskergalaxy.com", IPs: []net.IP{{217, 138, 218, 98}, {217, 138, 218, 99}, {217, 138, 218, 100}}},
|
||||
{Region: "Sweden", City: "Stockholm", Hostname: "se-001.whiskergalaxy.com", IPs: []net.IP{{31, 13, 191, 66}, {31, 13, 191, 67}, {31, 13, 191, 68}}},
|
||||
{Region: "Sweden", City: "Stockholm", Hostname: "se-002.whiskergalaxy.com", IPs: []net.IP{{79, 142, 76, 197}, {79, 142, 76, 198}, {79, 142, 76, 199}}},
|
||||
{Region: "Sweden", City: "Stockholm", Hostname: "se-003.whiskergalaxy.com", IPs: []net.IP{{195, 181, 166, 71}, {195, 181, 166, 129}, {195, 181, 166, 130}}},
|
||||
{Region: "Switzerland", City: "Zurich", Hostname: "ch-001.whiskergalaxy.com", IPs: []net.IP{{179, 43, 168, 170}, {31, 7, 57, 242}, {31, 7, 57, 243}}},
|
||||
{Region: "Switzerland", City: "Zurich", Hostname: "ch-003.whiskergalaxy.com", IPs: []net.IP{{185, 156, 175, 178}, {185, 156, 175, 179}, {185, 156, 175, 180}}},
|
||||
{Region: "Switzerland", City: "Zurich", Hostname: "ch-005.whiskergalaxy.com", IPs: []net.IP{{89, 187, 165, 97}, {89, 187, 165, 98}, {89, 187, 165, 99}}},
|
||||
{Region: "Switzerland", City: "Zurich", Hostname: "ch-006.whiskergalaxy.com", IPs: []net.IP{{84, 17, 53, 1}, {84, 17, 53, 2}, {84, 17, 53, 3}}},
|
||||
{Region: "Switzerland", City: "Zurich", Hostname: "ch-008.whiskergalaxy.com", IPs: []net.IP{{37, 120, 213, 162}, {37, 120, 213, 163}, {37, 120, 213, 164}}},
|
||||
{Region: "Taiwan", City: "Taipei", Hostname: "tw-008.whiskergalaxy.com", IPs: []net.IP{{103, 4, 29, 76}, {103, 4, 29, 77}, {103, 4, 29, 78}}},
|
||||
{Region: "Taiwan", City: "Taipei", Hostname: "tw-009.whiskergalaxy.com", IPs: []net.IP{{185, 189, 160, 11}, {185, 189, 160, 12}, {185, 189, 160, 13}}},
|
||||
{Region: "Taiwan", City: "Taipei", Hostname: "tw-010.whiskergalaxy.com", IPs: []net.IP{{103, 4, 30, 197}, {185, 189, 160, 27}, {185, 189, 161, 50}}},
|
||||
{Region: "Taiwan", City: "Taipei", Hostname: "tw-011.whiskergalaxy.com", IPs: []net.IP{{103, 4, 30, 203}, {185, 189, 160, 32}, {185, 189, 161, 51}}},
|
||||
{Region: "Thailand", City: "Bangkok", Hostname: "th-003.whiskergalaxy.com", IPs: []net.IP{{27, 254, 130, 220}, {27, 254, 130, 216}, {27, 254, 130, 222}}},
|
||||
{Region: "Thailand", City: "Bangkok", Hostname: "th-005.whiskergalaxy.com", IPs: []net.IP{{202, 129, 16, 136}, {202, 129, 16, 147}, {202, 129, 16, 149}}},
|
||||
{Region: "Thailand", City: "Bangkok", Hostname: "th-006.whiskergalaxy.com", IPs: []net.IP{{202, 129, 16, 154}, {202, 129, 16, 155}, {202, 129, 16, 156}}},
|
||||
{Region: "Tunisia", City: "Tunis", Hostname: "tn-001.whiskergalaxy.com", IPs: []net.IP{{41, 231, 5, 10}, {41, 231, 5, 23}, {41, 231, 5, 24}}},
|
||||
{Region: "Turkey", City: "Bursa", Hostname: "tr-001.whiskergalaxy.com", IPs: []net.IP{{45, 123, 118, 155}, {45, 123, 118, 156}, {45, 123, 118, 157}}},
|
||||
{Region: "Turkey", City: "Istanbul", Hostname: "tr-004.whiskergalaxy.com", IPs: []net.IP{{45, 123, 119, 10}, {45, 123, 119, 11}, {45, 123, 119, 12}}},
|
||||
{Region: "Turkey", City: "Istanbul", Hostname: "tr-006.whiskergalaxy.com", IPs: []net.IP{{185, 125, 33, 226}, {185, 125, 33, 227}, {185, 125, 33, 228}}},
|
||||
{Region: "Turkey", City: "Istanbul", Hostname: "tr-009.whiskergalaxy.com", IPs: []net.IP{{79, 98, 131, 42}, {79, 98, 131, 43}, {79, 98, 131, 44}}},
|
||||
{Region: "Turkey", City: "Istanbul", Hostname: "tr-011.whiskergalaxy.com", IPs: []net.IP{{176, 53, 113, 162}, {176, 53, 113, 163}, {176, 53, 113, 164}}},
|
||||
{Region: "Turkey", City: "Istanbul", Hostname: "tr-013.whiskergalaxy.com", IPs: []net.IP{{46, 45, 136, 98}, {46, 45, 136, 99}, {46, 45, 136, 100}}},
|
||||
{Region: "US Central", City: "Atlanta", Hostname: "us-central-015.whiskergalaxy.com", IPs: []net.IP{{107, 150, 31, 130}, {107, 150, 31, 131}, {107, 150, 31, 132}}},
|
||||
{Region: "US Central", City: "Atlanta", Hostname: "us-central-016.whiskergalaxy.com", IPs: []net.IP{{104, 129, 18, 2}, {104, 129, 18, 3}, {104, 129, 18, 4}}},
|
||||
{Region: "US Central", City: "Atlanta", Hostname: "us-central-020.whiskergalaxy.com", IPs: []net.IP{{104, 129, 18, 130}, {104, 129, 18, 131}, {104, 129, 18, 132}}},
|
||||
{Region: "US Central", City: "Atlanta", Hostname: "us-central-034.whiskergalaxy.com", IPs: []net.IP{{161, 129, 70, 194}, {161, 129, 70, 195}, {161, 129, 70, 196}}},
|
||||
{Region: "US Central", City: "Atlanta", Hostname: "us-central-049.whiskergalaxy.com", IPs: []net.IP{{107, 150, 31, 2}, {107, 150, 31, 3}, {107, 150, 31, 4}}},
|
||||
{Region: "US Central", City: "Atlanta", Hostname: "us-central-050.whiskergalaxy.com", IPs: []net.IP{{107, 150, 31, 66}, {107, 150, 31, 67}, {107, 150, 31, 68}}},
|
||||
{Region: "US Central", City: "Atlanta", Hostname: "us-central-054.whiskergalaxy.com", IPs: []net.IP{{104, 223, 92, 162}, {104, 223, 92, 163}, {104, 223, 92, 164}}},
|
||||
{Region: "US Central", City: "Atlanta", Hostname: "us-central-056.whiskergalaxy.com", IPs: []net.IP{{206, 217, 143, 130}, {206, 217, 143, 131}, {206, 217, 143, 132}}},
|
||||
{Region: "US Central", City: "Atlanta", Hostname: "us-central-070.whiskergalaxy.com", IPs: []net.IP{{107, 150, 30, 194}, {107, 150, 30, 195}, {107, 150, 30, 196}}},
|
||||
{Region: "US Central", City: "Dallas", Hostname: "us-central-014.whiskergalaxy.com", IPs: []net.IP{{69, 12, 94, 66}, {69, 12, 94, 67}, {69, 12, 94, 68}}},
|
||||
{Region: "US Central", City: "Dallas", Hostname: "us-central-029.whiskergalaxy.com", IPs: []net.IP{{198, 55, 125, 194}, {198, 55, 125, 195}, {198, 55, 125, 196}}},
|
||||
{Region: "US Central", City: "Dallas", Hostname: "us-central-036.whiskergalaxy.com", IPs: []net.IP{{204, 44, 112, 66}, {204, 44, 112, 67}, {204, 44, 112, 68}}},
|
||||
{Region: "US Central", City: "Dallas", Hostname: "us-central-037.whiskergalaxy.com", IPs: []net.IP{{204, 44, 112, 130}, {204, 44, 112, 131}, {204, 44, 112, 132}}},
|
||||
{Region: "US Central", City: "Dallas", Hostname: "us-central-044.whiskergalaxy.com", IPs: []net.IP{{206, 217, 139, 194}, {206, 217, 139, 195}, {206, 217, 139, 196}}},
|
||||
{Region: "US Central", City: "Dallas", Hostname: "us-central-045.whiskergalaxy.com", IPs: []net.IP{{172, 241, 115, 46}, {172, 241, 131, 129}, {172, 241, 131, 130}}},
|
||||
{Region: "US Central", City: "Dallas", Hostname: "us-central-055.whiskergalaxy.com", IPs: []net.IP{{206, 217, 139, 18}, {206, 217, 139, 19}, {206, 217, 139, 20}}},
|
||||
{Region: "US Central", City: "Dallas", Hostname: "us-central-057.whiskergalaxy.com", IPs: []net.IP{{172, 241, 113, 18}, {172, 241, 26, 78}, {172, 241, 26, 79}}},
|
||||
{Region: "US Central", City: "Dallas", Hostname: "us-central-060.whiskergalaxy.com", IPs: []net.IP{{198, 55, 126, 130}, {198, 55, 126, 131}, {198, 55, 126, 132}}},
|
||||
{Region: "US Central", City: "Dallas", Hostname: "us-central-067.whiskergalaxy.com", IPs: []net.IP{{104, 223, 98, 194}, {104, 223, 98, 195}, {104, 223, 98, 196}}},
|
||||
{Region: "US Central", City: "Denver", Hostname: "us-central-043.whiskergalaxy.com", IPs: []net.IP{{199, 115, 96, 82}, {199, 115, 96, 83}, {199, 115, 96, 84}}},
|
||||
{Region: "US Central", City: "Denver", Hostname: "us-central-058.whiskergalaxy.com", IPs: []net.IP{{198, 54, 128, 115}, {198, 54, 128, 116}, {198, 54, 128, 117}}},
|
||||
{Region: "US Central", City: "Denver", Hostname: "us-central-062.whiskergalaxy.com", IPs: []net.IP{{174, 128, 251, 146}, {174, 128, 251, 147}, {174, 128, 251, 148}}},
|
||||
{Region: "US Central", City: "Denver", Hostname: "us-central-071.whiskergalaxy.com", IPs: []net.IP{{198, 54, 128, 195}, {198, 54, 128, 196}, {198, 54, 128, 197}}},
|
||||
{Region: "US Central", City: "Kansas City", Hostname: "us-central-063.whiskergalaxy.com", IPs: []net.IP{{38, 146, 5, 50}, {38, 146, 5, 51}, {38, 146, 5, 52}}},
|
||||
{Region: "US East", City: "Boston", Hostname: "us-east-039.whiskergalaxy.com", IPs: []net.IP{{199, 217, 104, 226}, {199, 217, 104, 227}, {199, 217, 104, 228}}},
|
||||
{Region: "US East", City: "Boston", Hostname: "us-east-051.whiskergalaxy.com", IPs: []net.IP{{199, 217, 105, 226}, {199, 217, 105, 227}, {199, 217, 105, 228}}},
|
||||
{Region: "US East", City: "Buffalo", Hostname: "us-east-045.whiskergalaxy.com", IPs: []net.IP{{104, 168, 34, 146}, {104, 168, 34, 147}, {104, 168, 34, 148}}},
|
||||
{Region: "US East", City: "Buffalo", Hostname: "us-east-065.whiskergalaxy.com", IPs: []net.IP{{198, 12, 64, 34}, {198, 12, 64, 35}, {198, 12, 64, 36}}},
|
||||
{Region: "US East", City: "Charlotte", Hostname: "us-east-040.whiskergalaxy.com", IPs: []net.IP{{67, 21, 32, 144}, {67, 21, 32, 145}, {67, 21, 32, 146}}},
|
||||
{Region: "US East", City: "Chicago", Hostname: "us-east-015.whiskergalaxy.com", IPs: []net.IP{{68, 235, 50, 226}, {68, 235, 50, 227}, {68, 235, 50, 228}}},
|
||||
{Region: "US East", City: "Chicago", Hostname: "us-east-019.whiskergalaxy.com", IPs: []net.IP{{23, 226, 141, 194}, {23, 226, 141, 195}, {23, 226, 141, 196}}},
|
||||
{Region: "US East", City: "Chicago", Hostname: "us-east-022.whiskergalaxy.com", IPs: []net.IP{{167, 160, 172, 2}, {167, 160, 172, 3}, {167, 160, 172, 4}}},
|
||||
{Region: "US East", City: "Chicago", Hostname: "us-east-047.whiskergalaxy.com", IPs: []net.IP{{108, 62, 202, 217}, {23, 83, 91, 170}, {23, 83, 91, 171}}},
|
||||
{Region: "US East", City: "Chicago", Hostname: "us-east-053.whiskergalaxy.com", IPs: []net.IP{{107, 150, 29, 130}, {107, 150, 29, 131}, {107, 150, 29, 132}}},
|
||||
{Region: "US East", City: "Chicago", Hostname: "us-east-071.whiskergalaxy.com", IPs: []net.IP{{68, 235, 35, 11}, {68, 235, 35, 12}, {68, 235, 35, 13}}},
|
||||
{Region: "US East", City: "Chicago", Hostname: "us-east-077.whiskergalaxy.com", IPs: []net.IP{{68, 235, 43, 203}, {68, 235, 43, 204}, {68, 235, 43, 205}}},
|
||||
{Region: "US East", City: "Chicago", Hostname: "us-east-083.whiskergalaxy.com", IPs: []net.IP{{108, 62, 104, 31}, {23, 19, 122, 225}, {23, 19, 122, 226}}},
|
||||
{Region: "US East", City: "Chicago", Hostname: "us-east-086.whiskergalaxy.com", IPs: []net.IP{{208, 77, 22, 99}, {208, 77, 22, 100}, {208, 77, 22, 101}}},
|
||||
{Region: "US East", City: "Cleveland", Hostname: "us-east-078.whiskergalaxy.com", IPs: []net.IP{{38, 101, 74, 18}, {38, 101, 74, 19}, {38, 101, 74, 20}}},
|
||||
{Region: "US East", City: "Detroit", Hostname: "us-east-079.whiskergalaxy.com", IPs: []net.IP{{104, 244, 210, 50}, {104, 244, 210, 51}, {104, 244, 210, 52}}},
|
||||
{Region: "US East", City: "Miami", Hostname: "us-east-006.whiskergalaxy.com", IPs: []net.IP{{173, 44, 36, 66}, {173, 44, 36, 67}, {173, 44, 36, 68}}},
|
||||
{Region: "US East", City: "Miami", Hostname: "us-east-012.whiskergalaxy.com", IPs: []net.IP{{45, 87, 214, 34}, {45, 87, 214, 35}, {45, 87, 214, 36}}},
|
||||
{Region: "US East", City: "Miami", Hostname: "us-east-028.whiskergalaxy.com", IPs: []net.IP{{104, 223, 127, 194}, {104, 223, 127, 195}, {104, 223, 127, 196}}},
|
||||
{Region: "US East", City: "Miami", Hostname: "us-east-049.whiskergalaxy.com", IPs: []net.IP{{23, 82, 136, 94}, {23, 82, 136, 93}, {23, 108, 51, 15}}},
|
||||
{Region: "US East", City: "Miami", Hostname: "us-east-067.whiskergalaxy.com", IPs: []net.IP{{86, 106, 87, 82}, {86, 106, 87, 83}, {86, 106, 87, 84}}},
|
||||
{Region: "US East", City: "Miami", Hostname: "us-east-084.whiskergalaxy.com", IPs: []net.IP{{23, 82, 137, 83}, {23, 82, 137, 72}, {23, 82, 137, 73}}},
|
||||
{Region: "US East", City: "Miami", Hostname: "us-east-088.whiskergalaxy.com", IPs: []net.IP{{194, 5, 215, 194}, {194, 5, 215, 195}, {194, 5, 215, 196}}},
|
||||
{Region: "US East", City: "New Jersey", Hostname: "us-east-020.whiskergalaxy.com", IPs: []net.IP{{162, 222, 195, 66}, {162, 222, 195, 67}, {162, 222, 195, 68}}},
|
||||
{Region: "US East", City: "New Jersey", Hostname: "us-east-054.whiskergalaxy.com", IPs: []net.IP{{167, 160, 167, 194}, {167, 160, 167, 195}, {167, 160, 167, 196}}},
|
||||
{Region: "US East", City: "New York", Hostname: "us-east-013.whiskergalaxy.com", IPs: []net.IP{{185, 232, 22, 194}, {185, 232, 22, 195}, {185, 232, 22, 196}}},
|
||||
{Region: "US East", City: "New York", Hostname: "us-east-046.whiskergalaxy.com", IPs: []net.IP{{206, 217, 129, 226}, {206, 217, 129, 227}, {206, 217, 129, 228}}},
|
||||
{Region: "US East", City: "New York", Hostname: "us-east-050.whiskergalaxy.com", IPs: []net.IP{{23, 105, 149, 130}, {173, 208, 45, 33}, {173, 208, 45, 34}}},
|
||||
{Region: "US East", City: "New York", Hostname: "us-east-064.whiskergalaxy.com", IPs: []net.IP{{206, 217, 128, 2}, {206, 217, 128, 3}, {206, 217, 128, 4}}},
|
||||
{Region: "US East", City: "New York", Hostname: "us-east-068.whiskergalaxy.com", IPs: []net.IP{{142, 234, 200, 140}, {142, 234, 200, 176}, {23, 81, 64, 130}}},
|
||||
{Region: "US East", City: "New York", Hostname: "us-east-074.whiskergalaxy.com", IPs: []net.IP{{217, 138, 255, 178}, {217, 138, 255, 179}, {217, 138, 255, 180}}},
|
||||
{Region: "US East", City: "New York", Hostname: "us-east-094.whiskergalaxy.com", IPs: []net.IP{{217, 138, 255, 162}, {217, 138, 255, 163}, {217, 138, 255, 164}}},
|
||||
{Region: "US East", City: "Orlando", Hostname: "us-east-052.whiskergalaxy.com", IPs: []net.IP{{198, 147, 22, 186}, {198, 147, 22, 225}, {198, 147, 22, 227}}},
|
||||
{Region: "US East", City: "Orlando", Hostname: "us-east-082.whiskergalaxy.com", IPs: []net.IP{{66, 115, 182, 130}, {66, 115, 182, 131}, {66, 115, 182, 132}}},
|
||||
{Region: "US East", City: "Philadelphia", Hostname: "us-east-060.whiskergalaxy.com", IPs: []net.IP{{76, 72, 175, 98}, {76, 72, 175, 99}, {76, 72, 175, 100}}},
|
||||
{Region: "US East", City: "Philadelphia", Hostname: "us-east-061.whiskergalaxy.com", IPs: []net.IP{{156, 96, 59, 101}, {156, 96, 59, 102}, {156, 96, 59, 103}}},
|
||||
{Region: "US East", City: "Tampa", Hostname: "us-east-080.whiskergalaxy.com", IPs: []net.IP{{209, 216, 79, 82}, {209, 216, 79, 83}, {209, 216, 79, 84}}},
|
||||
{Region: "US East", City: "Tampa", Hostname: "us-east-081.whiskergalaxy.com", IPs: []net.IP{{209, 216, 79, 66}, {209, 216, 79, 67}, {209, 216, 79, 68}}},
|
||||
{Region: "US East", City: "Washington DC", Hostname: "us-east-089.whiskergalaxy.com", IPs: []net.IP{{198, 7, 56, 247}, {198, 7, 56, 226}, {198, 7, 56, 228}}},
|
||||
{Region: "US East", City: "Washington DC", Hostname: "us-east-090.whiskergalaxy.com", IPs: []net.IP{{198, 7, 56, 248}, {198, 7, 56, 231}, {207, 244, 91, 131}}},
|
||||
{Region: "US East", City: "Washington DC", Hostname: "us-east-092.whiskergalaxy.com", IPs: []net.IP{{198, 7, 56, 232}, {207, 244, 91, 143}, {207, 244, 91, 144}}},
|
||||
{Region: "US East", City: "Washington DC", Hostname: "us-east-093.whiskergalaxy.com", IPs: []net.IP{{198, 7, 56, 230}, {198, 7, 56, 238}, {198, 7, 56, 239}}},
|
||||
{Region: "US West", City: "Bend", Hostname: "us-west-038.whiskergalaxy.com", IPs: []net.IP{{104, 152, 222, 32}, {104, 152, 222, 33}, {104, 152, 222, 34}}},
|
||||
{Region: "US West", City: "Las Vegas", Hostname: "us-west-018.whiskergalaxy.com", IPs: []net.IP{{82, 102, 30, 66}, {82, 102, 30, 67}, {82, 102, 30, 68}}},
|
||||
{Region: "US West", City: "Las Vegas", Hostname: "us-west-030.whiskergalaxy.com", IPs: []net.IP{{37, 120, 147, 162}, {37, 120, 147, 163}, {37, 120, 147, 164}}},
|
||||
{Region: "US West", City: "Los Angeles", Hostname: "us-west-004.whiskergalaxy.com", IPs: []net.IP{{185, 236, 200, 34}, {185, 236, 200, 35}, {185, 236, 200, 36}}},
|
||||
{Region: "US West", City: "Los Angeles", Hostname: "us-west-015.whiskergalaxy.com", IPs: []net.IP{{216, 45, 53, 130}, {216, 45, 53, 131}, {216, 45, 53, 132}}},
|
||||
{Region: "US West", City: "Los Angeles", Hostname: "us-west-027.whiskergalaxy.com", IPs: []net.IP{{212, 103, 49, 66}, {212, 103, 49, 67}, {212, 103, 49, 68}}},
|
||||
{Region: "US West", City: "Los Angeles", Hostname: "us-west-040.whiskergalaxy.com", IPs: []net.IP{{89, 187, 185, 33}, {89, 187, 185, 34}, {89, 187, 185, 35}}},
|
||||
{Region: "US West", City: "Los Angeles", Hostname: "us-west-044.whiskergalaxy.com", IPs: []net.IP{{192, 3, 20, 50}, {192, 3, 20, 51}, {192, 3, 20, 52}}},
|
||||
{Region: "US West", City: "Los Angeles", Hostname: "us-west-047.whiskergalaxy.com", IPs: []net.IP{{23, 19, 68, 138}, {172, 241, 214, 202}, {172, 241, 214, 203}}},
|
||||
{Region: "US West", City: "Los Angeles", Hostname: "us-west-055.whiskergalaxy.com", IPs: []net.IP{{104, 129, 3, 66}, {104, 129, 3, 67}, {104, 129, 3, 68}}},
|
||||
{Region: "US West", City: "Los Angeles", Hostname: "us-west-059.whiskergalaxy.com", IPs: []net.IP{{104, 129, 3, 162}, {104, 129, 3, 163}, {104, 129, 3, 164}}},
|
||||
{Region: "US West", City: "Los Angeles", Hostname: "us-west-060.whiskergalaxy.com", IPs: []net.IP{{217, 138, 217, 50}, {217, 138, 217, 51}, {217, 138, 217, 52}}},
|
||||
{Region: "US West", City: "Los Angeles", Hostname: "us-west-063.whiskergalaxy.com", IPs: []net.IP{{198, 23, 242, 146}, {198, 23, 242, 147}, {198, 23, 242, 148}}},
|
||||
{Region: "US West", City: "Los Angeles", Hostname: "us-west-065.whiskergalaxy.com", IPs: []net.IP{{217, 138, 217, 210}, {217, 138, 217, 211}, {217, 138, 217, 212}}},
|
||||
{Region: "US West", City: "Los Angeles", Hostname: "us-west-066.whiskergalaxy.com", IPs: []net.IP{{89, 187, 187, 97}, {89, 187, 187, 98}, {89, 187, 187, 99}}},
|
||||
{Region: "US West", City: "Phoenix", Hostname: "us-west-046.whiskergalaxy.com", IPs: []net.IP{{23, 83, 129, 72}, {23, 83, 130, 166}, {23, 83, 130, 167}}},
|
||||
{Region: "US West", City: "Phoenix", Hostname: "us-west-061.whiskergalaxy.com", IPs: []net.IP{{23, 83, 129, 65}, {23, 83, 131, 187}, {23, 83, 184, 129}}},
|
||||
{Region: "US West", City: "San Francisco", Hostname: "us-west-048.whiskergalaxy.com", IPs: []net.IP{{172, 241, 250, 137}, {172, 241, 250, 131}, {172, 241, 250, 171}}},
|
||||
{Region: "US West", City: "San Francisco", Hostname: "us-west-053.whiskergalaxy.com", IPs: []net.IP{{209, 58, 129, 83}, {209, 58, 129, 121}, {209, 58, 129, 122}}},
|
||||
{Region: "US West", City: "San Francisco", Hostname: "us-west-054.whiskergalaxy.com", IPs: []net.IP{{209, 58, 129, 88}, {172, 255, 125, 141}, {172, 255, 125, 161}}},
|
||||
{Region: "US West", City: "San Jose", Hostname: "us-west-052.whiskergalaxy.com", IPs: []net.IP{{66, 115, 176, 2}, {66, 115, 176, 3}, {66, 115, 176, 4}}},
|
||||
{Region: "US West", City: "San Jose", Hostname: "us-west-067.whiskergalaxy.com", IPs: []net.IP{{66, 115, 165, 226}, {66, 115, 165, 227}, {66, 115, 165, 228}}},
|
||||
{Region: "US West", City: "Santa Clara", Hostname: "us-west-050.whiskergalaxy.com", IPs: []net.IP{{167, 88, 60, 226}, {167, 88, 60, 227}, {167, 88, 60, 228}}},
|
||||
{Region: "US West", City: "Santa Clara", Hostname: "us-west-051.whiskergalaxy.com", IPs: []net.IP{{167, 88, 60, 242}, {167, 88, 60, 243}, {167, 88, 60, 244}}},
|
||||
{Region: "US West", City: "Seattle", Hostname: "us-west-043.whiskergalaxy.com", IPs: []net.IP{{23, 94, 74, 98}, {23, 94, 74, 99}, {23, 94, 74, 100}}},
|
||||
{Region: "US West", City: "Seattle", Hostname: "us-west-045.whiskergalaxy.com", IPs: []net.IP{{64, 120, 2, 161}, {64, 120, 2, 174}, {64, 120, 2, 175}}},
|
||||
{Region: "US West", City: "Seattle", Hostname: "us-west-056.whiskergalaxy.com", IPs: []net.IP{{104, 129, 56, 66}, {104, 129, 56, 67}, {104, 129, 56, 68}}},
|
||||
{Region: "US West", City: "Seattle", Hostname: "us-west-057.whiskergalaxy.com", IPs: []net.IP{{104, 129, 56, 130}, {104, 129, 56, 131}, {104, 129, 56, 132}}},
|
||||
{Region: "US West", City: "Seattle", Hostname: "us-west-062.whiskergalaxy.com", IPs: []net.IP{{198, 12, 116, 194}, {198, 12, 116, 195}, {198, 12, 116, 196}}},
|
||||
{Region: "Ukraine", City: "Kyiv", Hostname: "ua-006.whiskergalaxy.com", IPs: []net.IP{{45, 141, 156, 10}, {45, 141, 156, 11}, {45, 141, 156, 12}}},
|
||||
{Region: "Ukraine", City: "Kyiv", Hostname: "ua-007.whiskergalaxy.com", IPs: []net.IP{{45, 141, 156, 49}, {45, 141, 156, 50}, {45, 141, 156, 51}}},
|
||||
{Region: "United Arab Emirates", City: "Dubai", Hostname: "ae-001.whiskergalaxy.com", IPs: []net.IP{{45, 9, 249, 42}, {45, 9, 249, 43}, {45, 9, 249, 44}}},
|
||||
{Region: "United Kingdom", City: "Edinburgh", Hostname: "uk-026.whiskergalaxy.com", IPs: []net.IP{{193, 36, 118, 242}, {193, 36, 118, 243}, {193, 36, 118, 244}}},
|
||||
{Region: "United Kingdom", City: "London", Hostname: "uk-007.whiskergalaxy.com", IPs: []net.IP{{185, 212, 168, 132}, {185, 212, 168, 133}, {185, 212, 168, 134}}},
|
||||
{Region: "United Kingdom", City: "London", Hostname: "uk-013.whiskergalaxy.com", IPs: []net.IP{{89, 238, 150, 228}, {89, 238, 150, 229}, {89, 238, 150, 230}}},
|
||||
{Region: "United Kingdom", City: "London", Hostname: "uk-014.whiskergalaxy.com", IPs: []net.IP{{5, 252, 69, 4}, {2, 58, 29, 145}, {2, 58, 29, 146}}},
|
||||
{Region: "United Kingdom", City: "London", Hostname: "uk-015.whiskergalaxy.com", IPs: []net.IP{{5, 252, 69, 5}, {2, 58, 29, 17}, {2, 58, 29, 18}}},
|
||||
{Region: "United Kingdom", City: "London", Hostname: "uk-017.whiskergalaxy.com", IPs: []net.IP{{84, 17, 50, 129}, {84, 17, 50, 130}, {84, 17, 50, 131}}},
|
||||
{Region: "United Kingdom", City: "London", Hostname: "uk-021.whiskergalaxy.com", IPs: []net.IP{{212, 102, 63, 31}, {212, 102, 63, 32}, {212, 102, 63, 33}}},
|
||||
{Region: "United Kingdom", City: "London", Hostname: "uk-024.whiskergalaxy.com", IPs: []net.IP{{217, 138, 254, 50}, {217, 138, 254, 51}, {217, 138, 254, 52}}},
|
||||
{Region: "United Kingdom", City: "London", Hostname: "uk-028.whiskergalaxy.com", IPs: []net.IP{{212, 102, 63, 92}, {212, 102, 63, 93}, {212, 102, 63, 94}}},
|
||||
{Region: "United Kingdom", City: "Manchester", Hostname: "uk-008.whiskergalaxy.com", IPs: []net.IP{{81, 92, 207, 68}, {81, 92, 207, 69}, {81, 92, 207, 70}}},
|
||||
{Region: "United Kingdom", City: "Manchester", Hostname: "uk-010.whiskergalaxy.com", IPs: []net.IP{{89, 238, 135, 132}, {89, 238, 135, 133}, {89, 238, 135, 134}}},
|
||||
{Region: "United Kingdom", City: "Manchester", Hostname: "uk-025.whiskergalaxy.com", IPs: []net.IP{{89, 44, 201, 98}, {89, 44, 201, 99}, {89, 44, 201, 100}}},
|
||||
{Region: "United Kingdom", City: "Manchester", Hostname: "uk-027.whiskergalaxy.com", IPs: []net.IP{{84, 252, 95, 130}, {84, 252, 95, 131}, {84, 252, 95, 132}}},
|
||||
{Region: "Vietnam", City: "Hanoi", Hostname: "vn-001.whiskergalaxy.com", IPs: []net.IP{{103, 9, 76, 196}, {103, 9, 76, 197}, {103, 9, 76, 198}}},
|
||||
{Region: "Vietnam", City: "Hanoi", Hostname: "vn-002.whiskergalaxy.com", IPs: []net.IP{{103, 9, 79, 185}, {103, 9, 79, 186}, {103, 9, 79, 187}}},
|
||||
{Region: "Vietnam", City: "Hanoi", Hostname: "vn-003.whiskergalaxy.com", IPs: []net.IP{{103, 9, 79, 218}, {103, 9, 79, 219}, {103, 9, 79, 220}}},
|
||||
{Region: "WINDFLIX CA", City: "Toronto", Hostname: "wf-ca-003.whiskergalaxy.com", IPs: []net.IP{{104, 218, 60, 110}, {104, 218, 60, 111}, {104, 218, 60, 112}}},
|
||||
{Region: "WINDFLIX CA", City: "Toronto", Hostname: "wf-ca-004.whiskergalaxy.com", IPs: []net.IP{{104, 254, 92, 98}, {104, 254, 92, 99}, {104, 254, 92, 100}}},
|
||||
{Region: "WINDFLIX JP", City: "Tokyo", Hostname: "wf-jp-002.whiskergalaxy.com", IPs: []net.IP{{5, 181, 235, 66}, {5, 181, 235, 67}, {5, 181, 235, 68}}},
|
||||
{Region: "WINDFLIX UK", City: "London", Hostname: "wf-uk-001.whiskergalaxy.com", IPs: []net.IP{{45, 9, 248, 2}, {45, 9, 248, 3}, {45, 9, 248, 4}}},
|
||||
{Region: "WINDFLIX UK", City: "London", Hostname: "wf-uk-006.whiskergalaxy.com", IPs: []net.IP{{81, 92, 200, 84}, {81, 92, 200, 85}, {81, 92, 200, 86}}},
|
||||
{Region: "WINDFLIX UK", City: "London", Hostname: "wf-uk-007.whiskergalaxy.com", IPs: []net.IP{{89, 47, 62, 82}, {89, 47, 62, 83}, {89, 47, 62, 84}}},
|
||||
{Region: "WINDFLIX US", City: "New York", Hostname: "wf-us-010.whiskergalaxy.com", IPs: []net.IP{{146, 70, 25, 2}, {146, 70, 25, 3}, {146, 70, 25, 4}}},
|
||||
{Region: "WINDFLIX US", City: "New York", Hostname: "wf-us-011.whiskergalaxy.com", IPs: []net.IP{{146, 70, 25, 66}, {146, 70, 25, 67}, {146, 70, 25, 68}}},
|
||||
{Region: "WINDFLIX US", City: "New York", Hostname: "wf-us-012.whiskergalaxy.com", IPs: []net.IP{{185, 232, 22, 130}, {185, 232, 22, 131}, {185, 232, 22, 132}}},
|
||||
{Region: "WINDFLIX US", City: "New York", Hostname: "wf-us-013.whiskergalaxy.com", IPs: []net.IP{{217, 138, 206, 210}, {217, 138, 206, 211}, {217, 138, 206, 212}}},
|
||||
{Region: "WINDFLIX US", City: "New York", Hostname: "wf-us-014.whiskergalaxy.com", IPs: []net.IP{{77, 81, 136, 98}, {77, 81, 136, 99}, {77, 81, 136, 100}}},
|
||||
{Region: "WINDFLIX US", City: "New York", Hostname: "wf-us-015.whiskergalaxy.com", IPs: []net.IP{{38, 132, 101, 210}, {38, 132, 101, 211}, {38, 132, 101, 212}}},
|
||||
}
|
||||
func WindscribeServers() (servers []models.WindscribeServer) {
|
||||
servers = make([]models.WindscribeServer, len(allServers.Windscribe.Servers))
|
||||
copy(servers, allServers.Windscribe.Servers)
|
||||
return servers
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user