diff options
author | Patrik Flykt <patrik.flykt@linux.intel.com> | 2012-04-12 14:45:05 +0300 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2012-04-17 13:36:59 +0300 |
commit | 593e3e4c8a46ce05aaf64cc06e387575894bf166 (patch) | |
tree | e8cf45487fbb4ff770bff198a5024314e98d5c38 /src | |
parent | af6e73b30d4018937c26c50de16340f9834c797b (diff) | |
download | connman-593e3e4c8a46ce05aaf64cc06e387575894bf166.tar.gz connman-593e3e4c8a46ce05aaf64cc06e387575894bf166.tar.bz2 connman-593e3e4c8a46ce05aaf64cc06e387575894bf166.zip |
main.conf: Document main.conf options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.conf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/main.conf b/src/main.conf index 92ec8412..fc6d8a6a 100644 --- a/src/main.conf +++ b/src/main.conf @@ -12,3 +12,28 @@ BackgroundScanning = true # These can contain mixed combination of fully qualified # domain names, IPv4 and IPv6 addresses. # FallbackTimeservers = + +# List of fallback nameservers separated by "," appended +# to the list of nameservers given by the service. The +# nameserver entries must be in numeric format, host +# names are ignored. +# FallbackNameservers = + +# List of technologies that are marked autoconnectable +# by default, separated by commas ",". The default value +# for this entry when empty is ethernet,wifi,cellular. +# Services that are automatically connected must have been +# set up and saved to storage beforehand. +# DefaultAutoConnectTechnologies = + +# List of preferred technologies from the most preferred +# one to the least preferred one separated by commas ",". +# Services of the listed technology type will be tried one +# by one in the order given, until one of them gets connected +# with state 'online' or they are all tried. A service of a +# preferred technology type in state 'ready' will get the +# default route when compared to a non-preferred type; a +# service of a preferred technology type in state 'online' +# will get the default route when compared to either a +# non-preferred type or a preferred type in state 'ready'. +# PreferredTechnologies = |