[create-pull-request] automated change (#70)

Co-authored-by: joshuaspence <joshuaspence@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-05-12 11:52:41 +10:00
committed by GitHub
parent a42eb6a918
commit 0e0a9746aa
4 changed files with 2 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ type SettingTeleport struct {
Key string `json:"key"`
Enabled bool `json:"enabled"`
SubnetCidr string `json:"subnet_cidr"` // ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\/([8-9]|[1-2][0-9]|3[0-2])$|^$
}