Dietpi how to create /etc/pihole/pihole-FTL.conf

Using Dietpi with a functioning Pihole installation.

How do I create /etc/pihole/pihole-FTL.conf using terminal?

When I log into terminal as root, using the LS command returns no other directories to navigate to

Can I create pihole-FTL.conf at this level?

Thank you

What is the output of the following command from the Pi terminal?

ls -lha /etc/pihole/*.conf

Thank you jfb

I get the following response:

-rw-r--r-- 1 root root 651 Nov 3 14:09 /etc/pihole/dns-servers.conf
-rw-rw-r-- 1 pihole root 45 Nov 3 14:09 /etc/pihole/pihole-FTL.conf
-rw-r--r-- 1 root root 577 Nov 4 16:14 /etc/pihole/setupVars.conf

The file you seek already exists. To edit the file:

sudo nano /etc/pihole/pihole-FTL.conf

Thank you jfb

I was able to successfully edit the pihole-FTL.conf

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.