From 78daeb197605d997cf6c00a5dfce36afde0b6cc9 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Thu, 25 Apr 2013 14:47:47 +0300 Subject: conf: Add description of AllowedTetheringTechnologies --- src/main.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src') 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 -- cgit v1.2.3