Fix regex
This commit is contained in:
parent
b6ecf6eda3
commit
34f98de61d
@ -1,4 +1,4 @@
|
|||||||
|
|
||||||
// this regex is used to validate that domains are in the correct format
|
// this regex is used to validate that domains are in the correct format
|
||||||
// e.g. blue.dyn.peachcloud.org
|
// e.g. blue.dyn.peachcloud.org
|
||||||
pub const DOMAIN_REGEX: &str = r"^.*\.dyn\.commointernet\.net$";
|
pub const DOMAIN_REGEX: &str = r"^.*\.dyn\.commoninternet\.net$";
|
Loading…
x
Reference in New Issue
Block a user