From 26029b55b448a796b0931d11944e398cd6384a3b Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Thu, 8 Oct 2020 04:28:15 +0000 Subject: [PATCH] fix: host filters on GitLab Pages - #26 - https://www.reddit.com/r/uBlockOrigin/comments/j1ehm5/ --- README.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 3e429271..db9fb207 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Not sure which format to choose? See [Compatibility](https://gitlab.com/curben/u Import the following URL into uBO to subscribe (includes online and **offline** malicious websites): -- https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter.txt +- https://curben.gitlab.io/malware-filter/urlhaus-filter.txt
Mirrors @@ -40,7 +40,7 @@ Lite version (**online** links only): _enabled by default in uBO >=[1.28.2](https://github.com/gorhill/uBlock/releases/tag/1.28.2)_ -- https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-online.txt +- https://curben.gitlab.io/malware-filter/urlhaus-filter-online.txt
Mirrors @@ -66,7 +66,7 @@ If you've installed the lite version but prefer to use the regular version, it's Import the following URL into AdGuard browser extensions to subscribe (includes online and **offline** malicious websites): -- https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-ag.txt +- https://curben.gitlab.io/malware-filter/urlhaus-filter-ag.txt
Mirrors @@ -84,7 +84,7 @@ Import the following URL into AdGuard browser extensions to subscribe (includes Lite version (**online** links only): -- https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-ag-online.txt +- https://curben.gitlab.io/malware-filter/urlhaus-filter-ag-online.txt
Mirrors @@ -104,7 +104,7 @@ _Requires Vivaldi Desktop/Android 3.3+, blocking level must be at least "Block T Import the following URL into Vivaldi's **Tracker Blocking Sources** to subscribe (includes online and **offline** malicious websites): -- https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-vivaldi.txt +- https://curben.gitlab.io/malware-filter/urlhaus-filter-vivaldi.txt
Mirrors @@ -122,7 +122,7 @@ Import the following URL into Vivaldi's **Tracker Blocking Sources** to subscrib Lite version (**online** links only): -- https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-vivaldi-online.txt +- https://curben.gitlab.io/malware-filter/urlhaus-filter-vivaldi-online.txt
Mirrors @@ -140,7 +140,7 @@ Lite version (**online** links only): This blocklist includes domains and IP addresses. -- https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-domains.txt +- https://curben.gitlab.io/malware-filter/urlhaus-filter-domains.txt
Mirrors @@ -157,7 +157,7 @@ This blocklist includes domains and IP addresses.
Lite version (online domains/IPs only): -- https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-domains-online.txt +- https://curben.gitlab.io/malware-filter/urlhaus-filter-domains-online.txt
Mirrors @@ -175,7 +175,7 @@ Lite version (online domains/IPs only): This AdGuard Home-compatible blocklist includes domains and IP addresses. -- https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-agh.txt +- https://curben.gitlab.io/malware-filter/urlhaus-filter-agh.txt
Mirrors @@ -192,7 +192,7 @@ This AdGuard Home-compatible blocklist includes domains and IP addresses.
Lite version (online domains/IPs only): -- https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-agh-online.txt +- https://curben.gitlab.io/malware-filter/urlhaus-filter-agh-online.txt
Mirrors @@ -210,7 +210,7 @@ Lite version (online domains/IPs only): This blocklist includes domains only. -- https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-hosts.txt +- https://curben.gitlab.io/malware-filter/urlhaus-filter-hosts.txt
Mirrors @@ -227,7 +227,7 @@ This blocklist includes domains only.
Lite version (online domains only): -- https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-hosts-online.txt +- https://curben.gitlab.io/malware-filter/urlhaus-filter-hosts-online.txt
Mirrors @@ -252,7 +252,7 @@ This blocklist includes domains only. mkdir -p /usr/local/etc/dnsmasq/ # Create a new cron job for daily update -printf '#!/bin/sh\ncurl -L "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-dnsmasq.conf" -o "/usr/local/etc/dnsmasq/urlhaus-filter-dnsmasq.conf"\n' > /etc/cron.daily/urlhaus-filter +printf '#!/bin/sh\ncurl -L "https://curben.gitlab.io/malware-filter/urlhaus-filter-dnsmasq.conf" -o "/usr/local/etc/dnsmasq/urlhaus-filter-dnsmasq.conf"\n' > /etc/cron.daily/urlhaus-filter # cron job requires execution permission chmod 755 /etc/cron.daily/urlhaus-filter @@ -261,7 +261,7 @@ chmod 755 /etc/cron.daily/urlhaus-filter printf "\nconf-file=/usr/local/etc/dnsmasq/urlhaus-filter-dnsmasq.conf\n" >> /etc/dnsmasq.conf ``` -- https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-dnsmasq.conf +- https://curben.gitlab.io/malware-filter/urlhaus-filter-dnsmasq.conf
Mirrors @@ -278,7 +278,7 @@ printf "\nconf-file=/usr/local/etc/dnsmasq/urlhaus-filter-dnsmasq.conf\n" >> /et
Lite version (online domains only): -- https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-dnsmasq-online.conf +- https://curben.gitlab.io/malware-filter/urlhaus-filter-dnsmasq-online.conf
Mirrors @@ -303,7 +303,7 @@ This blocklist includes domains only. mkdir -p /usr/local/etc/bind/ # Create a new cron job for daily update -printf '#!/bin/sh\ncurl -L "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-bind.conf" -o "/usr/local/etc/bind/urlhaus-filter-bind.conf"\n' > /etc/cron.daily/urlhaus-filter +printf '#!/bin/sh\ncurl -L "https://curben.gitlab.io/malware-filter/urlhaus-filter-bind.conf" -o "/usr/local/etc/bind/urlhaus-filter-bind.conf"\n' > /etc/cron.daily/urlhaus-filter # cron job requires execution permission chmod 755 /etc/cron.daily/urlhaus-filter @@ -330,7 +330,7 @@ $TTL 86400 ; one day Zone file is derived from [here](https://github.com/tomzuu/blacklist-named/blob/master/null.zone.file). -- https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-bind.conf +- https://curben.gitlab.io/malware-filter/urlhaus-filter-bind.conf
Mirrors @@ -347,7 +347,7 @@ Zone file is derived from [here](https://github.com/tomzuu/blacklist-named/blob/
Lite version (online domains only): -- https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-bind-online.conf +- https://curben.gitlab.io/malware-filter/urlhaus-filter-bind-online.conf
Mirrors @@ -372,7 +372,7 @@ This blocklist includes domains only. mkdir -p /usr/local/etc/unbound/ # Create a new cron job for daily update -printf '#!/bin/sh\ncurl -L "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-unbound.conf" -o "/usr/local/etc/unbound/urlhaus-filter-unbound.conf"\n' > /etc/cron.daily/urlhaus-filter +printf '#!/bin/sh\ncurl -L "https://curben.gitlab.io/malware-filter/urlhaus-filter-unbound.conf" -o "/usr/local/etc/unbound/urlhaus-filter-unbound.conf"\n' > /etc/cron.daily/urlhaus-filter # cron job requires execution permission chmod 755 /etc/cron.daily/urlhaus-filter @@ -381,7 +381,7 @@ chmod 755 /etc/cron.daily/urlhaus-filter printf '\n include: "/usr/local/etc/unbound/urlhaus-filter-unbound.conf"\n' >> /etc/unbound/unbound.conf ``` -- https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-unbound.conf +- https://curben.gitlab.io/malware-filter/urlhaus-filter-unbound.conf
Mirrors @@ -398,7 +398,7 @@ printf '\n include: "/usr/local/etc/unbound/urlhaus-filter-unbound.conf"\n' >>
Lite version (online domains only): -- https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-unbound-online.conf +- https://curben.gitlab.io/malware-filter/urlhaus-filter-unbound-online.conf
Mirrors