Merge pull request 'switch default tunnel mode to tun as is required less overhead and thus the MTU can be higher' (#22) from mark22k/docs:fastd_tuntap into master

Reviewed-on: https://codeberg.org/CRXN/docs/pulls/22
This commit is contained in:
Marek Küthe 2023-01-12 09:02:17 +00:00
commit 8570b3bb9f
1 changed files with 1 additions and 1 deletions

View File

@ -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";