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

Commits on Dec 4, 2014

  1. Support reading DNS settings from NetworkManager on Linux

    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.
    kkinnunen committed Dec 4, 2014
    Configuration menu
    Copy the full SHA
    6275f3d View commit details
    Browse the repository at this point in the history