add hint where to place the mtu command for fastd tunnels
Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
parent
fa6b22326b
commit
1a523e3083
|
@ -113,6 +113,8 @@ mtu <mtu>;
|
||||||
```
|
```
|
||||||
Replace `<mtu>` with the calculated number.
|
Replace `<mtu>` with the calculated number.
|
||||||
|
|
||||||
|
You can either write this statement in the configuration file. Then it applies to all configured peers. Alternatively, you can put it in the `peer` block on a per-peer basis.
|
||||||
|
|
||||||
### Starting and maintaining the daemon
|
### Starting and maintaining the daemon
|
||||||
|
|
||||||
You can then start the daemon as follows:
|
You can then start the daemon as follows:
|
||||||
|
|
Loading…
Reference in New Issue