Browse Source

update CM bootstrap list #127

pull/129/head
Rossen Georgiev 8 years ago
parent
commit
43d98fbe39
  1. 49
      steam/core/cm.py

49
steam/core/cm.py

@ -425,34 +425,31 @@ class CMServerList(object):
# build-in list
self.merge_list([
('146.66.152.10', 27018),
('146.66.152.11', 27017),
('146.66.152.11', 27018),
('155.133.242.8', 27020),
('162.254.195.44', 27019),
('162.254.195.46', 27019),
('162.254.196.40', 27017),
('162.254.196.40', 27018),
('162.254.196.40', 27019),
('162.254.196.40', 27020),
('162.254.196.40', 27021),
('162.254.193.7', 27018),
('208.78.164.9', 27018),
('208.78.164.11', 27017),
('162.254.193.7', 27019),
('162.254.196.41', 27018),
('162.254.196.41', 27020),
('162.254.196.42', 27021),
('162.254.196.43', 27021),
('162.254.197.40', 27018),
('162.254.197.41', 27017),
('162.254.197.41', 27020),
('162.254.197.41', 27021),
('162.254.197.42', 27017),
('162.254.197.42', 27018),
('185.25.180.14', 27017),
('185.25.180.14', 27018),
('208.78.164.12', 27017),
('208.78.164.12', 27018),
('162.254.193.47', 27017),
('155.133.242.9', 27019),
('162.254.196.43', 27017),
('208.78.164.14', 27018),
('208.78.164.14', 27019),
('208.78.164.9', 27019),
('155.133.242.8', 27018),
('162.254.195.45', 27017),
('208.78.164.10', 27018),
('162.254.196.41', 27017),
('208.78.164.12', 27017),
('208.64.201.176', 27018),
('146.66.152.10', 27017),
('162.254.193.46', 27019),
('185.25.180.14', 27017),
('162.254.193.46', 27018),
('155.133.242.9', 27017),
('162.254.196.40', 27019),
('162.254.195.44', 27018),
('162.254.195.45', 27018),
('208.78.164.9', 27017),
('208.78.164.11', 27019)
])
def bootstrap_from_webapi(self, cellid=0):

Loading…
Cancel
Save