From d06f038e1b313e839a5ae4611c766c34376b0449 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 6 Nov 2018 19:57:49 +0000 Subject: [PATCH] Use module K on XLX755 as the default. --- XLXHosts.txt | 2 +- XLXHostsupdate.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/XLXHosts.txt b/XLXHosts.txt index 58ad191..bafae7c 100644 --- a/XLXHosts.txt +++ b/XLXHosts.txt @@ -236,7 +236,7 @@ 750;203.86.206.49;4004 751;203.118.145.79;4004 752;66.154.105.195;4004 -755;178.22.148.229;4004 +755;178.22.148.229;4011 757;43.229.63.42;4004 762;129.21.36.65;4004 766;201.62.48.61;4004 diff --git a/XLXHostsupdate.sh b/XLXHostsupdate.sh index 9123140..3220057 100755 --- a/XLXHostsupdate.sh +++ b/XLXHostsupdate.sh @@ -116,6 +116,8 @@ BEGIN { reflector=4006 if ($1 == "XLX714") reflector=4003 + if ($1 == "XLX755") + reflector=4011 if ($1 == "XLX886") reflector=4003 if ($1 == "XLX950")