conf: Add description of AllowedTetheringTechnologies
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Thu, 25 Apr 2013 11:47:47 +0000 (14:47 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Fri, 26 Apr 2013 09:31:23 +0000 (12:31 +0300)
src/main.conf

index 2985613..a034d33 100644 (file)
 # 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