From 818d592df2ec0edf3aa0a2137fd16a87121a5afc Mon Sep 17 00:00:00 2001 From: sump pump Date: Fri, 26 Jun 2020 13:18:18 -0600 Subject: [PATCH] Update tinc.conf.tmpl --- tinc/tinc.conf.tmpl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tinc/tinc.conf.tmpl b/tinc/tinc.conf.tmpl index e9a5aac..168093a 100644 --- a/tinc/tinc.conf.tmpl +++ b/tinc/tinc.conf.tmpl @@ -9,11 +9,7 @@ Name = ${tinc_peer_name} # Do not change these. Lixonet runs over port 9993 by standard. -{{ if len "${tinc_bind_interface:-}" }} -BindToInterface ${tinc_bind_interface} -{{ else }} -BindToAddress ${tinc_bind_address:-$internal_address} -{{ end }} +BindToInterface eth0 Port = ${tinc_bind_port:-9994} # Device is named "${network_name:-lixonet}" by Tinc and visible directly in host kernel