mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-04 00:46:50 +00:00
Add support for '-' in ddns domain names
This commit is contained in:
@ -39,7 +39,7 @@
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"pattern": "^ddns:[\\w\\.]+$"
|
||||
"pattern": "^ddns:[\\w\\.-]+$"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user