Blocklist: Add Tor blocklist

As previously implemented by I2P+
blocklist from I2P+ courtesy drzed
generation script to follow
This commit is contained in:
zzz
2024-05-03 07:24:23 -04:00
parent 0efb0017e8
commit e0e7582302
3 changed files with 788 additions and 0 deletions

View File

@@ -1435,6 +1435,7 @@
<copy file="build/i2psnark.war" todir="pkg-temp/webapps/" />
<copy file="apps/i2psnark/i2psnark.config" todir="pkg-temp/" />
<copy file="installer/resources/blocklist.txt" todir="pkg-temp/" />
<copy file="installer/resources/blocklist-tor.txt" todir="pkg-temp/" />
<copy file="installer/resources/clients.config" todir="pkg-temp/" />
<copy file="installer/resources/i2ptunnel.config" todir="pkg-temp/" />
<copy file="installer/resources/wrapper.config" todir="pkg-temp/" />
@@ -1762,6 +1763,7 @@
<copy file="build/i2psnark.war" todir="pkg-temp/webapps/" />
<copy file="installer/resources/deletelist.txt" todir="pkg-temp/" />
<copy file="installer/resources/blocklist.txt" todir="pkg-temp/" />
<copy file="installer/resources/blocklist-tor.txt" todir="pkg-temp/" />
<copy todir="pkg-temp/man/">
<fileset dir="installer/resources/man/" />
</copy>