From 62802d19cc91c7bc13966685f2699406b233b201 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Sun, 12 Feb 2017 00:42:58 +0200 Subject: [PATCH] remove dead CMs from bootstrap list --- steam/core/cm.py | 46 ++++++++++++++++++++++++++++++---------------- 1 file changed, 30 insertions(+), 16 deletions(-) diff --git a/steam/core/cm.py b/steam/core/cm.py index bd0bde0..b17cacb 100644 --- a/steam/core/cm.py +++ b/steam/core/cm.py @@ -416,22 +416,36 @@ class CMServerList(object): self.clear() # build-in list - self.merge_list([('162.254.195.44', 27019), ('146.66.152.11', 27017), - ('162.254.196.40', 27017), ('146.66.152.11', 27018), - ('162.254.197.41', 27017), ('162.254.197.42', 27018), - ('146.66.152.10', 27018), ('162.254.196.41', 27020), - ('185.25.180.14', 27018), ('162.254.196.43', 27021), - ('146.66.155.8', 27018), ('162.254.196.40', 27018), - ('162.254.197.41', 27021), ('162.254.197.42', 27017), - ('185.25.180.14', 27017), ('185.25.182.10', 27018), - ('162.254.196.40', 27021), ('208.78.164.9', 27019), - ('208.78.164.12', 27018), ('162.254.196.40', 27019), - ('162.254.197.41', 27020), ('208.78.164.14', 27018), - ('162.254.195.46', 27019), ('162.254.197.40', 27018), - ('155.133.242.8', 27020), ('162.254.196.41', 27018), - ('208.78.164.14', 27019), ('208.78.164.12', 27017), - ('162.254.196.40', 27020), ('162.254.196.42', 27021) - ]) + 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.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), + ('208.78.164.14', 27018), + ('208.78.164.14', 27019), + ('208.78.164.9', 27019), + ]) def bootstrap_from_webapi(self, cellid=0): """