summarylogtreecommitdiffstats
path: root/configuration
diff options
context:
space:
mode:
authormax.bra2016-10-30 15:28:24 +0100
committermax.bra2016-10-30 15:28:24 +0100
commit0e1c767a24320b582a5e769dab9889a670cb4ad9 (patch)
treeee9ef91c42cc08b5a5d94df9595e1e9b72e24134 /configuration
parent23ffba00233573ab86c035d814912c1a8a59880f (diff)
downloadaur-0e1c767a24320b582a5e769dab9889a670cb4ad9.tar.gz
v. 2.9.5
Diffstat (limited to 'configuration')
-rw-r--r--configuration10
1 files changed, 6 insertions, 4 deletions
diff --git a/configuration b/configuration
index c11c2014411b..6beeb8c060bf 100644
--- a/configuration
+++ b/configuration
@@ -1,6 +1,6 @@
Pi-hole Archlinux configuration instructions
Server version
-rev. 0.4
+rev. 0.5
Pi-Hole Web server admin page: http://<server-ip>/admin
It is possible to add custom ad-list server in /etc/pihole/adlists.list
@@ -15,7 +15,7 @@ A) First install steps
1) copy pi-hole include config lines in right place
# mkdir /etc/dnsmasq.d
- # cp /etc/pihole/configs/dnsmasq.include /etc/dnsmasq.d/pihole.conf
+ # cp /etc/pihole/configs/dnsmasq.include /etc/dnsmasq.d/01-pihole.conf
2) edit your /etc/dnsmasq.conf to uncomment last line (including new pi-hole config lines)
@@ -25,10 +25,12 @@ A) First install steps
*** if you installed dnsmasq with this package for the first time
- 3) backup original dnsmasq config file and copy pi-hole one
+ 3) backup original dnsmasq config file and copy pi-hole main and include files
# cp /etc/dnsmasq.conf /etc/dnsmasq.orig
- # cp /etc/pihole/configs/dnsmasq.complete /etc/dnsmasq.conf
+ # cp /etc/pihole/configs/dnsmasq.main /etc/dnsmasq.conf
+ # mkdir /etc/dnsmasq.d
+ # cp /etc/pihole/configs/dnsmasq.include /etc/dnsmasq.d/01-pihole.conf
*** end if