Fix regex

This commit is contained in:
notplants 2021-05-18 18:53:52 +02:00
parent b6ecf6eda3
commit 34f98de61d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// this regex is used to validate that domains are in the correct format
// e.g. blue.dyn.peachcloud.org
pub const DOMAIN_REGEX: &str = r"^.*\.dyn\.commointernet\.net$";
pub const DOMAIN_REGEX: &str = r"^.*\.dyn\.commoninternet\.net$";