module-tinc/templates/tinc.conf.erb

14 lines
221 B
Text
Raw Normal View History

2010-10-22 02:38:59 +02:00
Name = <%= fqdn %>
2010-08-31 17:54:24 +02:00
AddressFamily = ipv4
Device = /dev/net/tun
#PMTU = 1440
Mode = switch
#Mode = router
<% unless connect_to.to_s == 'absent' -%>
ConnectTo = <%= connect_to %>
2010-08-31 17:54:24 +02:00
<% end -%>
#GraphDumpFile = /tmp/tincdump