diff options
author | Qi.Chen@windriver.com <Qi.Chen@windriver.com> | 2019-03-14 13:50:49 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-03-14 07:24:03 -0700 |
commit | 93c5f470454c0c09d1e04664b4129dbaf4218361 (patch) | |
tree | 367a9a6f419e2ba844fa99386b8487721c9f3e66 /meta-networking/recipes-support/dnsmasq/files | |
parent | 02f05020534af3aae4bce693f44bdb6184c1679f (diff) | |
download | meta-openembedded-93c5f470454c0c09d1e04664b4129dbaf4218361.tar.gz |
dnsmasq: avoid conflict with systemd-resolved
Add a drop-in configuration file for systemd-resolved to avoid
conflict about port 53. The error message is as below.
failed to create listening socket for port 53: Address already in us
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/dnsmasq/files')
-rw-r--r-- | meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolved.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolved.conf b/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolved.conf new file mode 100644 index 000000000..33f464963 --- /dev/null +++ b/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolved.conf | |||
@@ -0,0 +1,3 @@ | |||
1 | # Avoid conflicts between dnsmasq and systemd-resolved about port 53 | ||
2 | [Resolve] | ||
3 | DNSStubListener=no | ||