Skip to content

add adlist for pihole

Martin Sweeny requested to merge martin.sweeny/the-quantum-ad-list:master into master

Basically made a copy of the adlist but in a format useable by pihole, unbound dns etc

Generated with the following command on Linux:

egrep -v "^[[:blank:]]*(#|$)" ./For\ hosts\ file/The_Quantum_Ad-List.txt | awk '{ print $2 }' > ./For\ pihole/adlist.txt

Merge request reports