summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2023-09-29 16:36:38 +0200
committerSimon Rettberg2023-09-29 16:36:38 +0200
commitd6b640d92d6c5f422b77e2017ec53479e5295b9f (patch)
treedf4f8e5fa1fbb3fd4f52a6a70da7579a04404997
parent[SSUS] Clean up old slx-admin modules (diff)
downloadsetup-scripts-d6b640d92d6c5f422b77e2017ec53479e5295b9f.tar.gz
setup-scripts-d6b640d92d6c5f422b77e2017ec53479e5295b9f.tar.xz
setup-scripts-d6b640d92d6c5f422b77e2017ec53479e5295b9f.zip
[SSPS] timesync: Use more privacy-friendly URLs
-rwxr-xr-xsatellit_installer/static_files/timesync/usr/local/sbin/redneck-timesync.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/satellit_installer/static_files/timesync/usr/local/sbin/redneck-timesync.sh b/satellit_installer/static_files/timesync/usr/local/sbin/redneck-timesync.sh
index 30ebaad..2fbed8a 100755
--- a/satellit_installer/static_files/timesync/usr/local/sbin/redneck-timesync.sh
+++ b/satellit_installer/static_files/timesync/usr/local/sbin/redneck-timesync.sh
@@ -21,13 +21,13 @@ MIN_DIFF=30
MAX_DIFF=86400
URLS="
- https://www.google.de
- https://www.cloudflare.com
https://www.uni-freiburg.de
https://www.bwlehrpool.de
+ https://bwlp-masterserver.ruf.uni-freiburg.de
https://www.dfn.de
- https://www.amazon.de
- https://www.microsoft.de
+ https://www.switch.ch
+ https://www.debian.org
+ https://kernel.org
"
F=$(mktemp)