Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Apr 2014 17:40:46 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351356 - in head/dns/dnsmasq: . files
Message-ID:  <201404151740.s3FHekF8048687@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Tue Apr 15 17:40:46 2014
New Revision: 351356
URL: http://svnweb.freebsd.org/changeset/ports/351356
QAT: https://qat.redports.org/buildarchive/r351356/

Log:
  Propose local-service option in default .example configuration.
  
  PR:		ports/188548
  Submitted by:	Jeroen van der Ham <jeroen@1sand0s.nl>

Added:
  head/dns/dnsmasq/files/patch-dnsmasq.conf.example   (contents, props changed)
Modified:
  head/dns/dnsmasq/Makefile

Modified: head/dns/dnsmasq/Makefile
==============================================================================
--- head/dns/dnsmasq/Makefile	Tue Apr 15 17:33:02 2014	(r351355)
+++ head/dns/dnsmasq/Makefile	Tue Apr 15 17:40:46 2014	(r351356)
@@ -4,6 +4,7 @@
 PORTNAME=	dnsmasq
 DISTVERSION=	2.69
 PORTEPOCH=	1
+PORTREVISION=	1
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/ \
 		LOCAL/mandree/

Added: head/dns/dnsmasq/files/patch-dnsmasq.conf.example
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/dnsmasq/files/patch-dnsmasq.conf.example	Tue Apr 15 17:40:46 2014	(r351356)
@@ -0,0 +1,15 @@
+--- ./dnsmasq.conf.example.orig	2014-04-09 21:36:53.000000000 +0200
++++ ./dnsmasq.conf.example	2014-04-15 19:32:54.000000000 +0200
+@@ -123,6 +123,12 @@
+ # running another nameserver on the same machine.
+ #bind-interfaces
+ 
++# Accept DNS queries only from hosts whose address is on a local
++# subnet, ie a subnet for which an interface exists on the server.
++# This option only has effect if there are no --interface
++# --except-interface, --listen-address or --auth-server options.
++local-service
++
+ # If you don't want dnsmasq to read /etc/hosts, uncomment the
+ # following line.
+ #no-hosts



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404151740.s3FHekF8048687>