Skip to content

Commit e317900

Browse files
committed
Add support for '-' in ddns domain names
1 parent 3b0ff57 commit e317900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/schema/endpoints/access-lists.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
{
4141
"type": "string",
42-
"pattern": "^ddns:[\\w\\.]+$"
42+
"pattern": "^ddns:[\\w\\.-]+$"
4343
}
4444
]
4545
},

0 commit comments

Comments
 (0)