diff --git a/ruantiblock/files/etc/ruantiblock/ruantiblock.conf b/ruantiblock/files/etc/ruantiblock/ruantiblock.conf index 58ca9bf..4d6db4a 100644 --- a/ruantiblock/files/etc/ruantiblock/ruantiblock.conf +++ b/ruantiblock/files/etc/ruantiblock/ruantiblock.conf @@ -158,8 +158,8 @@ BLLIST_ALT_DNS_ADDR="8.8.8.8" RBL_ALL_URL="https://reestr.rublacklist.net/api/v3/snapshot/" RBL_IP_URL="https://reestr.rublacklist.net/api/v3/ips/" RBL_DPI_URL="https://reestr.rublacklist.net/api/v3/dpi/" -#ZI_ALL_URL="https://raw.githubusercontent.com/zapret-info/z-i/master/dump.csv" -ZI_ALL_URL="https://app.assembla.com/spaces/z-i/git/source/master/dump.csv?_format=raw" +ZI_ALL_URL="https://raw.githubusercontent.com/zapret-info/z-i/master/dump.csv" +#ZI_ALL_URL="https://app.assembla.com/spaces/z-i/git/source/master/dump.csv?_format=raw" AF_IP_URL="https://antifilter.download/list/allyouneed.lst" AF_FQDN_URL="https://antifilter.download/list/domains.lst" FZ_URL="https://raw.githubusercontent.com/fz139/vigruzki/main/dump.xml.00 https://raw.githubusercontent.com/fz139/vigruzki/main/dump.xml.01 https://raw.githubusercontent.com/fz139/vigruzki/main/dump.xml.02" diff --git a/ruantiblock/files/usr/bin/ruantiblock b/ruantiblock/files/usr/bin/ruantiblock index 82f5e3e..51176ab 100755 --- a/ruantiblock/files/usr/bin/ruantiblock +++ b/ruantiblock/files/usr/bin/ruantiblock @@ -175,8 +175,8 @@ export BLLIST_ALT_DNS_ADDR="8.8.8.8" export RBL_ALL_URL="https://reestr.rublacklist.net/api/v3/snapshot/" export RBL_IP_URL="https://reestr.rublacklist.net/api/v3/ips/" export RBL_DPI_URL="https://reestr.rublacklist.net/api/v3/dpi/" -#export ZI_ALL_URL="https://raw.githubusercontent.com/zapret-info/z-i/master/dump.csv" -export ZI_ALL_URL="https://app.assembla.com/spaces/z-i/git/source/master/dump.csv?_format=raw" +export ZI_ALL_URL="https://raw.githubusercontent.com/zapret-info/z-i/master/dump.csv" +#export ZI_ALL_URL="https://app.assembla.com/spaces/z-i/git/source/master/dump.csv?_format=raw" export AF_IP_URL="https://antifilter.download/list/allyouneed.lst" export AF_FQDN_URL="https://antifilter.download/list/domains.lst" export FZ_URL="https://raw.githubusercontent.com/fz139/vigruzki/main/dump.xml.00 https://raw.githubusercontent.com/fz139/vigruzki/main/dump.xml.01 https://raw.githubusercontent.com/fz139/vigruzki/main/dump.xml.02"