move MTU correct section
This commit is contained in:
parent
8612506944
commit
75bc0e4b0e
@ -60,9 +60,11 @@ in {
|
|||||||
[Match]
|
[Match]
|
||||||
Name = tinc.${netname}
|
Name = tinc.${netname}
|
||||||
|
|
||||||
[Network]
|
[Link]
|
||||||
# tested with `ping -6 turingmachine.r -s 1378`, not sure how low it must be
|
# 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.ipv4}/12
|
||||||
Address=${cfg.ipv6}/16
|
Address=${cfg.ipv6}/16
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user