Create and implement your own ad list

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:

  • create a file in /home/user/custom_adlist.txt containing the desired domains, one domain per line.
  • Go to Adlist (web interface) and add the list: file:///home/user/custom_adlist.txt
  • Go to Tools > Update gravity and click on the big button to import your list contents.
1 Like

Thanks. I tested it and it worked. I will continue to develop it.