Browse Source

update builtin CM list

0.9
Rossen Georgiev 6 years ago
parent
commit
05ae9a4c2c
  1. 37
      steam/core/cm.py

37
steam/core/cm.py

@ -425,27 +425,26 @@ class CMServerList(object):
# build-in list
self.merge_list([
('162.254.193.7', 27018),
('208.78.164.9', 27018),
('208.78.164.11', 27017),
('162.254.193.7', 27019),
('162.254.193.47', 27017),
('155.133.242.9', 27019),
('208.78.164.14', 27018),
('155.133.242.8', 27018),
('162.254.195.45', 27017),
('208.78.164.10', 27018),
('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),
('155.133.248.53', 27019),
('162.254.195.47', 27019),
('162.254.198.131', 27017),
('162.254.192.100', 27019),
('185.25.182.77', 27017),
('155.133.248.52', 27017),
('162.254.198.130', 27019),
('162.254.193.47', 27018),
('162.254.197.40', 27018),
('162.254.193.46', 27018),
('155.133.242.9', 27017),
('162.254.195.44', 27018),
('162.254.195.45', 27018),
('208.78.164.9', 27017),
('208.78.164.11', 27019)
('162.254.196.68', 27018),
('162.254.198.132', 27017),
('146.66.152.11', 27018),
('155.133.246.69', 27019),
('162.254.197.180', 27018),
('155.133.246.68', 27018),
('155.133.248.53', 27018),
('162.254.195.45', 27019),
('162.254.196.83', 27019),
])
def bootstrap_from_webapi(self, cellid=0):

Loading…
Cancel
Save