Add wireguard MTU option

+ fix OpenVPN suffix to both conf and ovn
This commit is contained in:
litinoveweedle
2026-01-26 20:24:29 +01:00
parent af403e5eae
commit b001f1ebca
2 changed files with 6 additions and 1 deletions

View File

@@ -130,7 +130,7 @@ schema:
localdisks: str?
networkdisks: str?
openvpn_alt_mode: bool?
openvpn_config: match(^\w+\.ovpn$)?
openvpn_config: match(^\w+\.(ovpn|conf)$)?
openvpn_enabled: bool?
openvpn_password: str?
openvpn_username: str?