diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2017-02-27 16:09:58 +0800 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-03-23 08:26:59 -0400 |
| commit | 6784bec01ac643e22c48310d801fc752be9c3afe (patch) | |
| tree | 61e5712e552810e1c180d2e38bf91c0e98f11ba9 | |
| parent | 8bc2e7cb78342c7f07432c49cc5373c47ed0fb4d (diff) | |
| download | meta-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>
| -rwxr-xr-x | meta-networking/recipes-support/dnsmasq/files/dnsmasq.conf | 5 |
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 @@ | |||
| 4 | # as the long options legal on the command line. See | 4 | # as the long options legal on the command line. See |
| 5 | # "/usr/sbin/dnsmasq --help" or "man 8 dnsmasq" for details. | 5 | # "/usr/sbin/dnsmasq --help" or "man 8 dnsmasq" for details. |
| 6 | 6 | ||
| 7 | # Listen on this specific port instead of the standard DNS port | ||
| 8 | # (53). Setting this to zero completely disables DNS function, | ||
| 9 | # leaving only DHCP and/or TFTP. | ||
| 10 | #port=5353 | ||
| 11 | |||
| 7 | # Change these lines if you want dnsmasq to serve MX records. | 12 | # Change these lines if you want dnsmasq to serve MX records. |
| 8 | # Only one of mx-host and mx-target need be set, the other defaults | 13 | # Only one of mx-host and mx-target need be set, the other defaults |
| 9 | # to the name of the host running dnsmasq. | 14 | # to the name of the host running dnsmasq. |
