mirror of
https://github.com/oe7drt/YSFClients.git
synced 2025-12-06 05:32:02 +01:00
Refactor cURL and hostfile URL
This commit is contained in:
parent
598854b2e3
commit
127cffd180
|
|
@ -38,6 +38,6 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Download the YSFHosts.txt file
|
# 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
|
exit 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue