diff options
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | 2013-04-25 14:47:47 +0300 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2013-04-26 12:31:23 +0300 |
commit | 78daeb197605d997cf6c00a5dfce36afde0b6cc9 (patch) | |
tree | 526d30eb06e5ff582f254b9d534bd4b05d605aaa /src/main.conf | |
parent | 88943c8550d7f79d503c65b6eb68558e742b1a42 (diff) | |
download | connman-78daeb197605d997cf6c00a5dfce36afde0b6cc9.tar.gz connman-78daeb197605d997cf6c00a5dfce36afde0b6cc9.tar.bz2 connman-78daeb197605d997cf6c00a5dfce36afde0b6cc9.zip |
conf: Add description of AllowedTetheringTechnologies
Diffstat (limited to 'src/main.conf')
-rw-r--r-- | src/main.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main.conf b/src/main.conf index 29856137..a034d338 100644 --- a/src/main.conf +++ b/src/main.conf @@ -76,3 +76,15 @@ # setting enabled applications will notice more network breaks than # normal. Default value is false. # SingleConnectedTechnology = false + +# List of technologies that are allowed to enable tethering separated by ",". +# The default value is wifi,bluetooth,gadget. Only those technologies listed +# here are used for tethering. If one wants to tether ethernet, +# then add "ethernet" in the list. +# NOTE that if ethernet tethering is enabled, then a DHCP server is +# started on all ethernet interfaces. Tethered ethernet should +# never be connected to corporate or home network as it will disrupt +# normal operation of these networks. Due to this ethernet is not +# tethered by default. Do not activate ethernet tethering unless you +# really know what you are doing. +# AllowedTetheringTechnologies = wifi,bluetooth,gadget |