diff options
| -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. |
