Parent Directory
|
Revision Log
fix init script and add an example as per bug #211807 thanks to Sebastian Droppelmann. added /etc/tinc directory as per bug #207113 thanks to Jens. version bump as per bug #204016 (Portage version: 2.1.4.4)
| 1 | # file: /etc/conf.d/tinc.networks for /etc/init.d/tincd |
| 2 | |
| 3 | # In this file you define the tinc networks you want to connect to |
| 4 | |
| 5 | # USAGE: |
| 6 | # you add a network to the init script by defining: |
| 7 | # NETWORK: your_network_name |
| 8 | # |
| 9 | # if you want to connect to multiple VPN's just set them behind each other. e.g. |
| 10 | # NETWORK: foo |
| 11 | # NETWORK: bar |
| 12 | # |
| 13 | # this would join the network foo and the network bar. |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |