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

Support reading DNS settings from NetworkManager on Linux #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kimmok
Copy link

@kimmok kimmok commented Dec 4, 2014

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