Add support for '-' in ddns domain names

This commit is contained in:
Varun Gupta 2024-04-28 17:54:21 -07:00
parent 3b0ff570d9
commit e3179006d1

View File

@ -39,7 +39,7 @@
},
{
"type": "string",
"pattern": "^ddns:[\\w\\.]+$"
"pattern": "^ddns:[\\w\\.-]+$"
}
]
},