From 85c872255b991eb90466d3293aef970504a52790 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Sat, 16 Dec 2017 09:25:19 +0100 Subject: [PATCH] dnsmasq: added interface --- changelog.md | 12 +++++++++--- etc/nextcloudpi-config.d/dnsmasq.sh | 4 +++- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 820716a2d..9b65492a9 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 6d82d4c9b..d022def59 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 <