mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
Add support for '-' in ddns domain names
This commit is contained in:
parent
3b0ff570d9
commit
e3179006d1
@ -39,7 +39,7 @@
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"pattern": "^ddns:[\\w\\.]+$"
|
||||
"pattern": "^ddns:[\\w\\.-]+$"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user