Update tinc.conf.tmpl
This commit is contained in:
parent
17c3f1a6d8
commit
f5faf4454d
@ -15,7 +15,7 @@ Port = ${tinc_bind_port:-9993}
|
|||||||
# Device is named "${network_name:-lixonet}" by Tinc and visible directly in host kernel
|
# Device is named "${network_name:-lixonet}" by Tinc and visible directly in host kernel
|
||||||
DeviceType = ${tinc_device_type:-tap}
|
DeviceType = ${tinc_device_type:-tap}
|
||||||
Device = ${tinc_device:-/dev/net/tun}
|
Device = ${tinc_device:-/dev/net/tun}
|
||||||
Mode = ${tinc_mode:-router}
|
Mode = ${tinc_mode:-switch}
|
||||||
Forwarding = kernel
|
Forwarding = kernel
|
||||||
AddressFamily = ${tinc_address_family:-any}
|
AddressFamily = ${tinc_address_family:-any}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user