Merge pull request #336 from W0CHP/master

Refactor cURL and hostfile URL
This commit is contained in:
Jonathan Naylor 2025-07-09 12:26:58 +01:00 committed by GitHub
commit b189b73eea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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