From bbb09e3b7378daf4f2d0d63bdc2e943c0f84c808 Mon Sep 17 00:00:00 2001 From: Patrik Flykt Date: Mon, 29 Apr 2013 09:21:45 +0300 Subject: main: Rename AllowedTetheringTechnologies to TetheringTechnologies --- src/main.conf | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/main.conf') diff --git a/src/main.conf b/src/main.conf index eff312d9..b8b3239b 100644 --- a/src/main.conf +++ b/src/main.conf @@ -77,17 +77,19 @@ # 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. -- cgit v1.2.3