Skip to content
Snippets Groups Projects
Commit 8057f65f authored by Bob Mottram's avatar Bob Mottram
Browse files

Example nameserver

parent 2faf59ab
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,13 @@
sudo nano /etc/resolv.conf
</p>
<p class="helptext" translate="yes">Remove or comment out any existing nameservers and add one with the IP address shown for the pihole app. Then save and exit and prevent the file from being automatically changed with:</p>
<p class="helptext" translate="yes">Remove or comment out any existing nameservers and add one with the IP address shown for the pihole app. Something like:</p>
<p class="codetext" translate="yes">
nameserver 192.168.x.y
</p>
<p class="helptext" translate="yes">Then save and exit and prevent the file from being automatically changed with:</p>
<p class="codetext" translate="yes">
sudo chattr +i /etc/resolv.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment