Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2017-12-16 11:25:19 +0300
committernachoparker <nacho@ownyourbits.com>2017-12-16 11:59:37 +0300
commit85c872255b991eb90466d3293aef970504a52790 (patch)
treea31d38a38edbaf2e6cac3d4cf1678b0f184f7fdd
parent4b07f0b423edfa95c85abdda5ddad5a4dab1bf18 (diff)
dnsmasq: added interfacev0.41.10
-rw-r--r--changelog.md12
-rw-r--r--etc/nextcloudpi-config.d/dnsmasq.sh4
2 files changed, 12 insertions, 4 deletions
diff --git a/changelog.md b/changelog.md
index 820716a2..9b65492a 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,9 +1,15 @@
-[v0.41.7](https://github.com/nextcloud/nextcloudpi/commit/6bb9c0c) (2017-12-12) replace ping to github.com to google.com
+[v0.41.10](https://github.com/nextcloud/nextcloudpi/commit/72785d5) (2017-12-16) dnsmasq: added interface
-[v0.41.6](https://github.com/nextcloud/nextcloudpi/commit/4f63c34) (2017-12-05) ncp-config: show changelog on updates
+[v0.41.9](https://github.com/nextcloud/nextcloudpi/commit/e4e205f) (2017-12-14) fix occ command without execute permissions
-[v0.41.5](https://github.com/nextcloud/nextcloudpi/commit/0fe56d8) (2017-12-05) nc-database: accept BTRFS filesystems
+[v0.41.8](https://github.com/nextcloud/nextcloudpi/commit/26d6f66) (2017-12-13) Fixed configuration interoperability between nc-datadit and fail2ban. (#323)
+
+[v0.41.7 ](https://github.com/nextcloud/nextcloudpi/commit/ce92a4f) (2017-12-12) replace ping to github.com to google.com
+
+[v0.41.6 ](https://github.com/nextcloud/nextcloudpi/commit/4f63c34) (2017-12-05) ncp-config: show changelog on updates
+
+[v0.41.5 ](https://github.com/nextcloud/nextcloudpi/commit/0fe56d8) (2017-12-05) nc-database: accept BTRFS filesystems
[v0.41.4 ](https://github.com/nextcloud/nextcloudpi/commit/231ede0) (2017-11-29) nc-limits: added PHP threads and Redis mem limits
diff --git a/etc/nextcloudpi-config.d/dnsmasq.sh b/etc/nextcloudpi-config.d/dnsmasq.sh
index 6d82d4c9..d022def5 100644
--- a/etc/nextcloudpi-config.d/dnsmasq.sh
+++ b/etc/nextcloudpi-config.d/dnsmasq.sh
@@ -19,7 +19,8 @@ DNSSERVER_=8.8.8.8
CACHESIZE_=150
DESCRIPTION="DNS server with cache"
-INFO="Remember to point your PC and devices DNS to your Raspberry Pi IP"
+INFO="Remember to point your PC and devices DNS or
+you router DNS to your Raspberry Pi IP"
install()
{
@@ -65,6 +66,7 @@ configure()
[[ "$IP" == "" ]] && { echo "could not detect IP"; return 1; }
cat > /etc/dnsmasq.conf <<EOF
+interface=$IFACE
domain-needed # Never forward plain names (without a dot or domain part)
bogus-priv # Never forward addresses in the non-routed address spaces.
no-poll # Don't poll for changes in /etc/resolv.conf