summaryrefslogtreecommitdiffstats
path: root/main/tinc/tinc.networks
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-12-10 20:04:19 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-12-10 20:04:19 +0000
commitb70d422361400cc6a43c322e9f446dc2b3791504 (patch)
tree08a86d44c040996449053eaf8f01c1a3754bd3f5 /main/tinc/tinc.networks
parent0cfedfd014e9681c080967c74baac1290365ae46 (diff)
downloadaports-b70d422361400cc6a43c322e9f446dc2b3791504.tar.bz2
aports-b70d422361400cc6a43c322e9f446dc2b3791504.tar.xz
main/tinc: renamed
Diffstat (limited to 'main/tinc/tinc.networks')
-rw-r--r--main/tinc/tinc.networks13
1 files changed, 13 insertions, 0 deletions
diff --git a/main/tinc/tinc.networks b/main/tinc/tinc.networks
new file mode 100644
index 000000000..e1844ce2b
--- /dev/null
+++ b/main/tinc/tinc.networks
@@ -0,0 +1,13 @@
+# file: /etc/conf.d/tinc.networks for /etc/init.d/tincd
+
+# In this file you define the tinc networks you want to connect to
+
+# USAGE:
+# you add a network to the init script by defining:
+# NETWORK: your_network_name
+#
+# if you want to connect to multiple VPN's just set them behind each other. e.g.
+# NETWORK: foo
+# NETWORK: bar
+#
+# this would join the network foo and the network bar.