aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/raw/network.conf
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/raw/network.conf')
-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