Refactor cURL and hostfile URL

This commit is contained in:
Chipster 2025-06-24 05:28:28 -05:00
parent 598854b2e3
commit 127cffd180

View file

@ -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