mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Add port option to example dnsmasq.conf
This commit is contained in:
3
debian/changelog
vendored
3
debian/changelog
vendored
@@ -4,7 +4,8 @@ dnsmasq (2.61-1) unstable; urgency=low
|
|||||||
* Provide "dump-stats" initscript method. (closes: #654656)
|
* Provide "dump-stats" initscript method. (closes: #654656)
|
||||||
* Add (empty) build-indep and build-arch rules targets.
|
* Add (empty) build-indep and build-arch rules targets.
|
||||||
* Bump standards-version to 3.9.3
|
* Bump standards-version to 3.9.3
|
||||||
|
* Add port option to example dnsmasq.conf (closes: #668386)
|
||||||
|
|
||||||
-- Simon Kelley <simon@thekelleys.org.uk> Tue, 6 Mar 2012 19:45:43 +0000
|
-- Simon Kelley <simon@thekelleys.org.uk> Tue, 6 Mar 2012 19:45:43 +0000
|
||||||
|
|
||||||
dnsmasq (2.60-2) unstable; urgency=high
|
dnsmasq (2.60-2) unstable; urgency=high
|
||||||
|
|||||||
@@ -4,6 +4,11 @@
|
|||||||
# as the long options legal on the command line. See
|
# as the long options legal on the command line. See
|
||||||
# "/usr/sbin/dnsmasq --help" or "man 8 dnsmasq" for details.
|
# "/usr/sbin/dnsmasq --help" or "man 8 dnsmasq" for details.
|
||||||
|
|
||||||
|
# Listen on this specific port instead of the standard DNS port
|
||||||
|
# (53). Setting this to zero completely disables DNS function,
|
||||||
|
# leaving only DHCP and/or TFTP.
|
||||||
|
#port=5353
|
||||||
|
|
||||||
# The following two options make you a better netizen, since they
|
# The following two options make you a better netizen, since they
|
||||||
# tell dnsmasq to filter out queries which the public DNS cannot
|
# tell dnsmasq to filter out queries which the public DNS cannot
|
||||||
# answer, and which load the servers (especially the root servers)
|
# answer, and which load the servers (especially the root servers)
|
||||||
|
|||||||
Reference in New Issue
Block a user