From 23944dd1d33566e2657f86aa9b079d074339ac07 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 20 Nov 2017 10:17:20 +0000 Subject: [PATCH 1/3] Change default reflector for XLX235 --- XLXHosts.txt | 2 +- XLXHostsupdate.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/XLXHosts.txt b/XLXHosts.txt index 6612233..28d68b2 100644 --- a/XLXHosts.txt +++ b/XLXHosts.txt @@ -36,7 +36,7 @@ 081;121.84.13.151;4004 085;27.92.11.123;4004 087;44.137.36.209;4004 -088;194.109.192.235;4004 +088;194.109.192.235;4001 089;194.109.192.236;4004 090;91.92.136.252;4004 093;98.29.99.252;4004 diff --git a/XLXHostsupdate.sh b/XLXHostsupdate.sh index 5837dc3..5cf9d99 100644 --- a/XLXHostsupdate.sh +++ b/XLXHostsupdate.sh @@ -92,6 +92,8 @@ BEGIN { reflector=4004 if ($1 == "XLX017") reflector=4003 + if ($1 == "XLX235") + reflector=4001 if ($1 == "XLX313") reflector=4001 if ($1 == "XLX518") From e29d6087a3b1d9a37dac55237c4a5ee62119dcbf Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 20 Nov 2017 10:23:27 +0000 Subject: [PATCH 2/3] Revert "Change default reflector for XLX235" This reverts commit 23944dd1d33566e2657f86aa9b079d074339ac07. --- XLXHosts.txt | 2 +- XLXHostsupdate.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/XLXHosts.txt b/XLXHosts.txt index 28d68b2..6612233 100644 --- a/XLXHosts.txt +++ b/XLXHosts.txt @@ -36,7 +36,7 @@ 081;121.84.13.151;4004 085;27.92.11.123;4004 087;44.137.36.209;4004 -088;194.109.192.235;4001 +088;194.109.192.235;4004 089;194.109.192.236;4004 090;91.92.136.252;4004 093;98.29.99.252;4004 diff --git a/XLXHostsupdate.sh b/XLXHostsupdate.sh index 5cf9d99..5837dc3 100644 --- a/XLXHostsupdate.sh +++ b/XLXHostsupdate.sh @@ -92,8 +92,6 @@ BEGIN { reflector=4004 if ($1 == "XLX017") reflector=4003 - if ($1 == "XLX235") - reflector=4001 if ($1 == "XLX313") reflector=4001 if ($1 == "XLX518") From ab62a7ddf2c209ff91c1ecac44d8af2a6b108dec Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 20 Nov 2017 10:25:21 +0000 Subject: [PATCH 3/3] Add XLX235 / Default reflector for XLX235 --- XLXHosts.txt | 1 + XLXHostsupdate.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/XLXHosts.txt b/XLXHosts.txt index 6612233..5f96317 100644 --- a/XLXHosts.txt +++ b/XLXHosts.txt @@ -70,6 +70,7 @@ 228;212.237.33.114;4004 229;194.191.4.54;4004 232;89.185.97.35;4004 +235:5.150.254.97:4001 241;151.80.158.227;4004 246;172.93.48.159;4004 265;51.255.43.60;4004 diff --git a/XLXHostsupdate.sh b/XLXHostsupdate.sh index 5837dc3..5cf9d99 100644 --- a/XLXHostsupdate.sh +++ b/XLXHostsupdate.sh @@ -92,6 +92,8 @@ BEGIN { reflector=4004 if ($1 == "XLX017") reflector=4003 + if ($1 == "XLX235") + reflector=4001 if ($1 == "XLX313") reflector=4001 if ($1 == "XLX518")