summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2016-10-31 17:15:19 +0100
committermax.bra2016-10-31 17:15:19 +0100
commit190b433c95467c491120e2f0cb3e17fdc91cba4c (patch)
treea204a8011aa0659c5c42e19334281b5d45550f1b
parent95f04ca1b5a0a4a2dea483176d27f72c86094187 (diff)
downloadaur-190b433c95467c491120e2f0cb3e17fdc91cba4c.tar.gz
old file restored and removed
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--dnsmasq.complete50
3 files changed, 2 insertions, 52 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40cf8ac75ca4..a3aab4241e4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pi-hole-server
pkgdesc = The Pi-hole is an advertising-aware DNS/Web server. Arch adaptation for lan wide DNS server.
pkgver = 2.9.5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/pi-hole/pi-hole
install = pi-hole-server.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index fa5590a3381f..f3b97c31dd20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pi-hole-server
_pkgname=pi-hole
pkgver=2.9.5
-pkgrel=2
+pkgrel=3
_wwwpkgname=AdminLTE
_wwwpkgver=1.4.4.2
pkgdesc='The Pi-hole is an advertising-aware DNS/Web server. Arch adaptation for lan wide DNS server.'
diff --git a/dnsmasq.complete b/dnsmasq.complete
deleted file mode 100644
index 4f89d36a82fe..000000000000
--- a/dnsmasq.complete
+++ /dev/null
@@ -1,50 +0,0 @@
-# If you want dnsmasq to read another file, as well as /etc/hosts, use
-# this.
-addn-hosts=/etc/pihole/gravity.list
-
-# The following two options make you a better netizen, since they
-# tell dnsmasq to filter out queries which the public DNS cannot
-# answer, and which load the servers (especially the root servers)
-# unnecessarily. If you have a dial-on-demand link they also stop
-# these requests from bringing up the link unnecessarily.
-
-# Never forward plain names (without a dot or domain part)
-domain-needed
-# Never forward addresses in the non-routed address spaces.
-bogus-priv
-
-# If you don't want dnsmasq to read /etc/resolv.conf or any other
-# file, getting its servers from this file instead (see below), then
-# uncomment this.
-no-resolv
-
-# Add other name servers here, with domain specs if they are for
-# non-public domains.
-server=8.8.8.8
-server=8.8.4.4
-
-# If you want dnsmasq to listen for DHCP and DNS requests only on
-# specified interfaces (and the loopback) give the name of the
-# interface (eg eth0) here.
-#interface=eth0
-# Or which to listen on by address (remember to include 127.0.0.1 if
-# you use this.)
-#listen-address=127.0.0.1
-
-# Set the cachesize here.
-cache-size=10000
-
-# For debugging purposes, log each DNS query as it passes through
-# dnsmasq.
-log-queries
-log-facility=/run/log/pihole/pihole.log
-
-# Normally responses which come from /etc/hosts and the DHCP lease
-# file have Time-To-Live set as zero, which conventionally means
-# do not cache further. If you are happy to trade lower load on the
-# server for potentially stale date, you can set a time-to-live (in
-# seconds) here.
-local-ttl=300
-
-# This allows it to continue functioning without being blocked by syslog, and allows syslog to use dnsmasq for DNS queries without risking deadlock
-log-async