Piwhole
1
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
jfb
2
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
jfb
4
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
system
Closed
6
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.