diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-01-03 18:47:21 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-01-03 18:47:21 -0800 |
commit | 2f217e25d799ef351d4e8e06b0da83e72b2183f0 (patch) | |
tree | f02802519be4ec12fec9d5fdb30e546f2ef30cc8 /scripts | |
parent | 3bac66a29d5e87874bfcd298a1a161805f3104db (diff) | |
download | connman-2f217e25d799ef351d4e8e06b0da83e72b2183f0.tar.gz connman-2f217e25d799ef351d4e8e06b0da83e72b2183f0.tar.bz2 connman-2f217e25d799ef351d4e8e06b0da83e72b2183f0.zip |
Add basic interfaces for automatic proxy configuration
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/dhclient.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/dhclient.conf b/scripts/dhclient.conf index dc116ef1..3ed1829a 100644 --- a/scripts/dhclient.conf +++ b/scripts/dhclient.conf @@ -1,5 +1,7 @@ send host-name "<hostname>"; +option proxy-auto-config code 252 = text; request subnet-mask, broadcast-address, routers, host-name, domain-search, domain-name, domain-name-servers, - time-offset, time-servers, ntp-servers, interface-mtu; + time-offset, time-servers, ntp-servers, interface-mtu, + proxy-auto-config; require subnet-mask, domain-name-servers; |