move MTU correct section

This commit is contained in:
Jörg Thalheim 2020-08-16 16:53:33 +01:00
parent 8612506944
commit 75bc0e4b0e
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92
1 changed files with 4 additions and 2 deletions

View File

@ -60,9 +60,11 @@ in {
[Match]
Name = tinc.${netname}
[Network]
[Link]
# tested with `ping -6 turingmachine.r -s 1378`, not sure how low it must be
MTU=1377
MTUBytes=1377
[Network]
Address=${cfg.ipv4}/12
Address=${cfg.ipv6}/16
'';