summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTomasz Bursztyka <tomasz.bursztyka@nokia.com>2010-10-08 12:10:29 +0300
committerMarcel Holtmann <marcel@holtmann.org>2010-10-08 11:39:12 +0200
commitfc6a5bcad7df1b234bd0fbd2aa5b89f7bcd443b8 (patch)
tree7eb0dab4bea73bae86d95fc562819ee1211269e5 /doc
parente25a8f5e79b81f5c5b12f74d1b8b197d2a13b2ac (diff)
downloadconnman-fc6a5bcad7df1b234bd0fbd2aa5b89f7bcd443b8.tar.gz
connman-fc6a5bcad7df1b234bd0fbd2aa5b89f7bcd443b8.tar.bz2
connman-fc6a5bcad7df1b234bd0fbd2aa5b89f7bcd443b8.zip
Small proxy settings rewrite in service API documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/service-api.txt25
1 files changed, 11 insertions, 14 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt
index 85990417..46245222 100644
--- a/doc/service-api.txt
+++ b/doc/service-api.txt
@@ -402,18 +402,15 @@ Properties string State [readonly]
Possible values are "direct", "auto" and
"manual".
- If the DHCP server, or WPAD protocol, provides
- an automatic configuration URL, then this value
- is set to "auto" in case "auto" is configured"
- referenced by the URL value. If "auto" is
- configured and DHCP and WPAD auto-discover
- methods fails then method will be "direct".
-
- In case of "auto" method, the URL file has
- to be provided. In case of "direct" no
- additional information are provided. For
- the "manual" method the Servers have to
- be set.
+ In case of "auto" method, the URL file can be
+ provided unless you want to let DHCP/WPAD
+ auto-discover to be tried. In such case if DHCP
+ and WPAD auto-discover methods fails then
+ method will be "direct".
+
+ In case of "direct" no additional information
+ are provided. For the "manual" method the
+ Servers have to be set, Excludes is optional.
string URL [readonly]
@@ -445,8 +442,8 @@ Properties string State [readonly]
user configuration.
If "auto" method is set with an empty URL, then
- WPAD protocol will be ran. Otherwise the specified
- URL will be used.
+ DHCP/WPAD auto-discover will be tried. Otherwise the
+ specified URL will be used.
dict Provider [readonly]