You are on page 1of 1

Install Pi-hole

1. curl -sSL https://install.pi-hole.net | bash


curl -sSL https://install.pi-hole.net | PIHOLE_SKIP_OS_CHECK=true sudo -E bash
2. nano /etc/pihole/pihole-FTL.conf
set BLOCKINGMODE=IP
PRIVACYLEVEL=0
3. masukkan adlist entri url list ads & blocking
https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
https://mirror1.malwaredomains.com/files/justdomains
https://github.com/chadmayfield/pihole-
blocklists/raw/master/lists/pi_blocklist_porn_all.list
https://raw.githubusercontent.com/chadmayfield/pihole-
blocklists/master/lists/pi_blocklist_porn_top1m.list
https://adaway.org/hosts.txt
https://v.firebog.net/hosts/AdguardDNS.txt
https://hosts-file.net/ad_servers.txt
https://raw.githubusercontent.com/StevenBlack/hosts/master/data/SpotifyAds/hosts
https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt
https://v.firebog.net/hosts/Easylist.txt
https://v.firebog.net/hosts/Airelle-hrsk.txt
https://hosts-file.net/exp.txt
https://hosts-file.net/psh.txt
https://mirror.cedia.org.ec/malwaredomains/immortal_domains.txt
https://www.malwaredomainlist.com/hostslist/hosts.txt
https://bitbucket.org/ethanr/dns-
blacklists/raw/8575c9f96e5b4a1308f2f12394abd86d0927a4a0/bad_lists/Mandiant_APT1_Rep
ort_Appendix_D.txt
https://v.firebog.net/hosts/Prigent-Malware.txt
https://v.firebog.net/hosts/Prigent-Phishing.txt
https://raw.githubusercontent.com/quidsup/notrack/master/malicious-sites.txt
https://ransomwaretracker.abuse.ch/downloads/RW_DOMBL.txt
https://v.firebog.net/hosts/Shalla-mal.txt
https://raw.githubusercontent.com/StevenBlack/hosts/master/data/add.Risk/hosts
https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist
https://hosts-file.net/grm.txt
https://reddestdream.github.io/Projects/MinimalHosts/etc/MinimalHostsBlocker/minima
lhosts
https://raw.githubusercontent.com/StevenBlack/hosts/master/data/KADhosts/hosts
https://raw.githubusercontent.com/StevenBlack/hosts/master/data/add.Spam/hosts
https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts
https://pgl.yoyo.org/adservers/serverlist.php?
hostformat=hosts&showintro=0&mimetype=plaintext
https://raw.githubusercontent.com/anudeepND/blacklist/master/adservers.txt
https://v.firebog.net/hosts/Admiral.txt
https://raw.githubusercontent.com/StevenBlack/hosts/master/data/UncheckyAds/hosts
https://v.firebog.net/hosts/static/w3kbl.txt

4. pihole -g
5. masukkan index2 (halaman blokir) ke /var/www/html/pihole/index2
6. edit /etc/lighttpd/lighttpd.conf ganti jadi index2.php
7. sudo chmod +x /var/www/html/pihole/index2.php
8. service lighttpd restart
9. cek versi= pihole version or pihole -v
10. update pihole= pihole -up or pihole updatePihole
11. check for update= pihole updatePihole --check-only

You might also like