From 127cffd180dd5d025717e9b25496ffd4b8371593 Mon Sep 17 00:00:00 2001 From: Chipster Date: Tue, 24 Jun 2025 05:28:28 -0500 Subject: [PATCH] Refactor cURL and hostfile URL --- YSFGateway/YSFHostsUpdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YSFGateway/YSFHostsUpdate.sh b/YSFGateway/YSFHostsUpdate.sh index 0f8a83c..4228ad3 100644 --- a/YSFGateway/YSFHostsUpdate.sh +++ b/YSFGateway/YSFHostsUpdate.sh @@ -38,6 +38,6 @@ then fi # Download the YSFHosts.txt file -curl https://dvref.com/downloads/YSFHosts-resolved.txt > ${YSFHOSTS} +curl --fail --silent -S -L -o ${YSFHOSTS} -A "YSFGateway - G4KLX" https://hostfiles.refcheck.radio/YSFHosts.txt exit 0