From c108e36cb28fb6147315908485eeb667dc5e27bf Mon Sep 17 00:00:00 2001
From: pacien
Date: Thu, 13 Jun 2019 19:54:21 +0200
Subject: add some keys to default configuration file

---
 app/src/main/res/raw/network.conf | 35 +++++++++++++++++------------------
 1 file changed, 17 insertions(+), 18 deletions(-)

diff --git a/app/src/main/res/raw/network.conf b/app/src/main/res/raw/network.conf
index 7db306a..3141141 100644
--- a/app/src/main/res/raw/network.conf
+++ b/app/src/main/res/raw/network.conf
@@ -1,20 +1,5 @@
-# Tinc App, an Android binding and user interface for the tinc mesh VPN daemon
-# Copyright (C) 2017-2018 Pacien TRAN-GIRARD
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <https://www.gnu.org/licenses/>.
-
-# network.conf: VPN network interface configuration file
+# network.conf: Tinc App network interface configuration file.
+# Keys can be repeated to specify multiple values.
 # Doc: https://tincapp.pacien.org/doc.html#network-interface
 
 # IP address of this node
@@ -22,8 +7,22 @@
 
 # Traffic to route through the VPN
 #Route = 10.0.0.0/24
-# or
+# or, to route everything:
 #Route = 0.0.0.0/0
 
 # DNS server(s)
 #DNSServer = 10.0.0.1
+
+# Search domain(s) to associate to the DNS resolver(s)
+#SearchDomain = mynet
+
+# Applications allowed or disallowed to use the VPN connection
+#AllowApplication = com.example.app
+# or
+#DisallowApplication = com.example.app
+
+# Allow applications to bypass the VPN connection
+#AllowBypass = false
+
+# Automatic reconnection on network change
+#ReconnectOnNetworkChange = true
-- 
cgit v1.2.3