Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Support reading DNS settings from NetworkManager on Linux#36

Open
kimmok wants to merge 1 commit into
chromium:masterfrom
kimmok:linux-network-manager-read-primary-dns
Open

Support reading DNS settings from NetworkManager on Linux#36
kimmok wants to merge 1 commit into
chromium:masterfrom
kimmok:linux-network-manager-read-primary-dns

Conversation

@kimmok

@kimmok kimmok commented Dec 4, 2014

Copy link
Copy Markdown

Support reading DNS settings from NetworkManager on Linux. Call
nmcli-tool to get the DNS settings.

On Ubuntu 12.04, NetworkManager is setup by default to run dnsmasq on
127.0.0.1:53. This causes reading the DNS server from /etc/resolv.conf
to return that address, which will not work as an address for
webpage-replay to use.

Does not support setting the DNS, as dnsmasq is most likely listening on
127.0.0.1:53. Thus, this fixes problems only for --no-dns_forwarding
use-cases.

Support reading DNS settings from NetworkManager on Linux. Call
nmcli-tool to get the DNS settings.

On Ubuntu 12.04, NetworkManager is setup by default to run dnsmasq on
127.0.0.1:53. This causes reading the DNS server from /etc/resolv.conf
to return that address, which will not work as an address for
webpage-replay to use.

Does not support setting the DNS, as dnsmasq is most likely listening on
127.0.0.1:53. Thus, this fixes problems only for --no-dns_forwarding
use-cases.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants