From f5faf4454d10443f6ba9b1050d0811739623a8db Mon Sep 17 00:00:00 2001 From: Manevolent Date: Wed, 12 Apr 2023 21:59:49 -0600 Subject: [PATCH] Update tinc.conf.tmpl --- tinc/tinc.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinc/tinc.conf.tmpl b/tinc/tinc.conf.tmpl index 61ec318..f319096 100644 --- a/tinc/tinc.conf.tmpl +++ b/tinc/tinc.conf.tmpl @@ -15,7 +15,7 @@ Port = ${tinc_bind_port:-9993} # Device is named "${network_name:-lixonet}" by Tinc and visible directly in host kernel DeviceType = ${tinc_device_type:-tap} Device = ${tinc_device:-/dev/net/tun} -Mode = ${tinc_mode:-router} +Mode = ${tinc_mode:-switch} Forwarding = kernel AddressFamily = ${tinc_address_family:-any}