switch default tunnel mode to tun as is required less overhead and thus the MTU can be higher
Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
parent
5b49163911
commit
7ddab81d61
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue