Hi,
I previously used gravity.list as a text file for scripting, but now it's a database. Any idea how to dump all of the gravity.db blocklist DOMAINS to a file ?
I tried:
sudo sqlite3 /etc/pihole/gravity.db "select address from adlist" > outputfile.txt
But that only outputs the LIST URLS not actual domains.
Thanks