Update tinc.conf.tmpl

This commit is contained in:
Manevolent 2022-12-21 22:42:47 -07:00 committed by GitHub
parent 90d12d583d
commit 2c09168b75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ Name = ${tinc_peer_name}
# Do not change these. Lixonet runs over port 9993 by standard. # Do not change these. Lixonet runs over port 9993 by standard.
BindToInterface eth0 BindToInterface eth0
Port = ${tinc_bind_port:-9994} 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}