fix(sshd_config): Add info about missing RoutingDomain documentation

This commit is contained in:
Myzel394 2024-10-15 16:27:10 +02:00
parent 33a58a3cc3
commit b9b932d0f2
No known key found for this signature in database
GPG Key ID: ED20A1D1D423AF3F

View File

@ -65,6 +65,7 @@ var OptionsTokensMap = map[NormalizedOptionName][]string{
"%U", "%U",
"%u", "%u",
}, },
// Routing domain is missing in the fields as it's not documented
"routingdomain": { "routingdomain": {
"%D", "%D",
}, },