We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d840fa9 commit 46cc856Copy full SHA for 46cc856
lists.txt
@@ -1,3 +1,3 @@
1
# adblocking hosts lists
2
# format: name,url
3
-badmojr_1hosts,https://raw.githubusercontent.com/badmojr/1Hosts/master/Pro/hosts.txt
+badmojr_1hosts,https://raw.githubusercontent.com/badmojr/1Hosts/refs/heads/master/Lite/hosts.txt
update.sh
@@ -73,6 +73,7 @@ while read -r line; do
73
file=$(cut -d',' -f1 <<< "$line")
74
url=$(cut -d',' -f2 <<< "$line")
75
curl \
76
+ --fail \
77
-o hosts/"$file" \
78
--etag-save hosts/"$file".etag \
79
--etag-compare hosts/"$file".etag \
0 commit comments