mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 20:41:44 -07:00
Add UDP MTU configurability.
This commit is contained in:
parent
2d858b05ac
commit
f8014413a3
11 changed files with 134 additions and 84 deletions
|
@ -14,7 +14,8 @@ Settings available in `local.conf` (this is not valid JSON, and JSON does not al
|
|||
"physical": { /* Settings that apply to physical L2/L3 network paths. */
|
||||
"NETWORK/bits": { /* Network e.g. 10.0.0.0/24 or fd00::/32 */
|
||||
"blacklist": true|false, /* If true, blacklist this path for all ZeroTier traffic */
|
||||
"trustedPathId": 0|!0 /* If present and nonzero, define this as a trusted path (see below) */
|
||||
"trustedPathId": 0|!0, /* If present and nonzero, define this as a trusted path (see below) */
|
||||
"mtu": 0|!0 /* if present and non-zero, set UDP maximum payload MTU for this path */
|
||||
} /* ,... additional networks */
|
||||
},
|
||||
"virtual": { /* Settings applied to ZeroTier virtual network devices (VL1) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue