Skip to content

Set default connection name for a wireguard connection

Set default connection name for a wireguard connection to New-wireguard To comply with 15 character limit and no spaces

Additional work should be done to validate the Connection name field before allowing you to click apply. Suggested regex below: ^(?!-)[a-zA-Z0-9-]{1,15}$

BUG: 479179

Merge request reports