From eb31e3770f8c79ee0debb866e0fd56f9c37eb1be Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 24 Feb 2018 14:23:31 +0100 Subject: Add template network.conf at conf. gen. --- app/src/main/res/raw/network.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app/src/main/res/raw/network.conf (limited to 'app/src/main/res/raw/network.conf') 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 @@ +# network.conf: VPN network interface configuration file +# Doc: http://tincapp.pacien.org/doc.html#network-interface + +# IP address of this node +#Address = 10.0.0.2/32 + +# Traffic to route through the VPN +#Route = 10.0.0.0/24 +# or +#Route = 0.0.0.0/0 + +# DNS server(s) +#DNSServer = 10.0.0.1 -- cgit v1.2.3