b65939c648a1c7110a1738a6b884dbf9892f4fd2
howto/tinc.md
| ... | ... | @@ -18,7 +18,7 @@ Mode = switch |
| 18 | 18 | # To discover other hosts, it is required to initially specify a number of hosts to connect to. ConnectTo can be specified multiple times. |
| 19 | 19 | ConnectTo = remote_host |
| 20 | 20 | # In newer versions (>= 1.1) you can use AutoConnect instead |
| 21 | -AutoConnect = yes |
|
| 21 | +#AutoConnect = yes |
|
| 22 | 22 | ``` |
| 23 | 23 | |
| 24 | 24 | Tinc requires to add manually ip addresses and routes to the tap/tun interfaces. On startup it will execute `/etc/tinc/tinc-up` if it exists **and** is executable: |