From 17c3f1a6d8556c2356293e500e9ef81a643b7788 Mon Sep 17 00:00:00 2001 From: Manevolent Date: Wed, 12 Apr 2023 21:51:00 -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 f319096..61ec318 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:-switch} +Mode = ${tinc_mode:-router} Forwarding = kernel AddressFamily = ${tinc_address_family:-any}