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