aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2017-02-27 16:09:58 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2017-03-23 08:26:59 -0400
commit6784bec01ac643e22c48310d801fc752be9c3afe (patch)
tree61e5712e552810e1c180d2e38bf91c0e98f11ba9 /meta-networking/recipes-support
parent8bc2e7cb78342c7f07432c49cc5373c47ed0fb4d (diff)
downloadmeta-openembedded-6784bec01ac643e22c48310d801fc752be9c3afe.tar.gz
dnsmasq: add info for port setting
The info is taken from CentOS which is usefull when bind (provides named) and dnsmasq are both installed and one may fail to start: | dnsmasq: failed to create listening socket for port 53: Address already in use Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support')
-rwxr-xr-xmeta-networking/recipes-support/dnsmasq/files/dnsmasq.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/dnsmasq/files/dnsmasq.conf b/meta-networking/recipes-support/dnsmasq/files/dnsmasq.conf
index 34d5135f92..9e5ab9f81b 100755
--- a/meta-networking/recipes-support/dnsmasq/files/dnsmasq.conf
+++ b/meta-networking/recipes-support/dnsmasq/files/dnsmasq.conf
@@ -4,6 +4,11 @@
# as the long options legal on the command line. See
# "/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
+
# Change these lines if you want dnsmasq to serve MX records.
# Only one of mx-host and mx-target need be set, the other defaults
# to the name of the host running dnsmasq.