10 lines
199 B
Text
10 lines
199 B
Text
|
Name = <%= @fqdn_tinc %>
|
||
|
AddressFamily = ipv4
|
||
|
Device = /dev/net/tun
|
||
|
#PMTU = 1440
|
||
|
Mode = <%= @mode %>
|
||
|
|
||
|
BindToAddress = <%= @host_address %> <%= @port %>
|
||
|
BindToInterface = <%= @tinc_interface.to_s %>
|
||
|
|