diff options
Diffstat (limited to 'testing/tinc/tinc.networks')
-rw-r--r-- | testing/tinc/tinc.networks | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/tinc/tinc.networks b/testing/tinc/tinc.networks new file mode 100644 index 0000000000..e1844ce2ba --- /dev/null +++ b/testing/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. |