diff options
author | Daniel Wagner <daniel.wagner@bmw-carit.de> | 2011-01-26 09:50:29 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-01-26 09:55:18 +0100 |
commit | 01694dcca9cae3efa643126849e068fb2029c6b4 (patch) | |
tree | 15abd9f63d3f37e1133a91d45eb20ea08c9596d3 /README | |
parent | cdbacb918f7ec9a8562da4153173b80994e9a40c (diff) | |
download | connman-01694dcca9cae3efa643126849e068fb2029c6b4.tar.gz connman-01694dcca9cae3efa643126849e068fb2029c6b4.tar.bz2 connman-01694dcca9cae3efa643126849e068fb2029c6b4.zip |
dnsproxy: Move from plugins to core
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 1 insertions, 16 deletions
@@ -11,6 +11,7 @@ The following features are built-in into Connection Manager: - Generic plugin infrastructure - Device and network abstraction (with basic storage support) - IPv4, routing and DNS configuration + - DNS Proxy Various plugins can be enabled for networking support: - Ethernet plugin @@ -18,7 +19,6 @@ Various plugins can be enabled for networking support: - Bluetooth plugin Also plugins with additional features are available: - - Resolver plugin (DNS proxy) - Loopback setup - PolicyKit support @@ -59,21 +59,6 @@ For a working system, certain configuration options need to be enabled: Enable support for Bluetooth devices (requires BlueZ) - --enable-dnsproxy - - Enable DNS proxy support for /etc/resolv.conf abstraction - - The best solution for multiple connections and proper DNS - handling is a DNS proxy server. This binds a DNS proxy - server to port 53 on the loopback interface (127.0.0.1). - - The /etc/resolv.conf file needs a "nameserver 127.0.0.1" - entry, but can now set the immutable bit or be on a read-only - filesystem. No further modification to that file will be made. - - It is important that this is not used together with other - DNS proxy solution like dnsmasq. - --enable-loopback Enable setup of loopback device |