my system on Raspberry pi 5 with 8 GB:
Pi-hole [v5.18.4] FTL [v5.25.2] Web Interface [v5.21]
How can I create and implement my own adlist?
my system on Raspberry pi 5 with 8 GB:
Pi-hole [v5.18.4] FTL [v5.25.2] Web Interface [v5.21]
How can I create and implement my own adlist?
If you just want to create a local custom list, you can create a file with the domains you want in the same machine as Pi-hole is installed and then add the file to your adlists.
Example:
/home/user/custom_adlist.txt
containing the desired domains, one domain per line.file:///home/user/custom_adlist.txt
Thanks. I tested it and it worked. I will continue to develop it.