From 7ddab81d61219bcd5ce086379ba01c96ae595533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Fri, 6 Jan 2023 16:14:08 +0100 Subject: [PATCH] switch default tunnel mode to tun as is required less overhead and thus the MTU can be higher MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marek Küthe --- docs/tunneling/fastd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tunneling/fastd.md b/docs/tunneling/fastd.md index a774bc5..4f4cee9 100644 --- a/docs/tunneling/fastd.md +++ b/docs/tunneling/fastd.md @@ -27,7 +27,7 @@ Create a file with the template and instructions below in `/etc/fastd/crxn/fastd ``` # The interface that will connect to the virtual ethernet network fastd connects us to -mode multitap; +mode tun; # The encryption method (don't change this unless you need to) method "salsa2012+umac";