main: Rename AllowedTetheringTechnologies to TetheringTechnologies
[platform/upstream/connman.git] / src / main.conf
index eff312d..b8b3239 100644 (file)
 # 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.
+# List of technologies for which tethering is allowed separated by ",".
+# The default value is wifi,bluetooth,gadget. Only those technologies
+# listed here are used for tethering. If ethernet tethering is desired,
+# then ethernet should be added to the list. The technologies listed here
+# have to support tethering, currently tethering is implemented for wifi,
+# bluetooth, gadget and ethernet.
 # 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
+# TetheringTechnologies = wifi,bluetooth,gadget
 
 # Restore earlier tethering status when returning from offline mode,
 # re-enabling a technology, and after restarts and reboots.