aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorpacien2018-02-24 14:23:31 +0100
committerpacien2018-02-24 14:23:31 +0100
commiteb31e3770f8c79ee0debb866e0fd56f9c37eb1be (patch)
treecfe4b5282a4dcfca884b38d83d8985f58ea77c50 /app/src/main/res
parent4f41dc1d2f33223f7051b12d7525d5f0a0e62997 (diff)
downloadtincapp-eb31e3770f8c79ee0debb866e0fd56f9c37eb1be.tar.gz
Add template network.conf at conf. gen.
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/raw/network.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/src/main/res/raw/network.conf b/app/src/main/res/raw/network.conf
new file mode 100644
index 0000000..0497009
--- /dev/null
+++ b/app/src/main/res/raw/network.conf
@@ -0,0 +1,13 @@
1# network.conf: VPN network interface configuration file
2# Doc: http://tincapp.pacien.org/doc.html#network-interface
3
4# IP address of this node
5#Address = 10.0.0.2/32
6
7# Traffic to route through the VPN
8#Route = 10.0.0.0/24
9# or
10#Route = 0.0.0.0/0
11
12# DNS server(s)
13#DNSServer = 10.0.0.1