summaryrefslogtreecommitdiff
path: root/src/main.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.conf')
-rw-r--r--src/main.conf12
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