aboutsummaryrefslogtreecommitdiffstats
path: root/main/tinc/tinc.networks
blob: e1844ce2ba2443a734fca0bd4183685aa647ed5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.