From 23cc349e0aeecd5cfc85fc2c0c65b63602f11513 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 10 Jan 2024 23:37:37 +0200 Subject: [PATCH] add .zone --- files/helpers/regex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/regex.py b/files/helpers/regex.py index e97549617..a8bbc3eaa 100644 --- a/files/helpers/regex.py +++ b/files/helpers/regex.py @@ -210,7 +210,7 @@ tlds = ( # Original gTLDs and ccTLDs 'moe','mom','monster','new','news','online','pics','press','pub','site','blog', 'vip','win','world','wtf','xyz','video','host','art','media','wiki','tech', 'cooking','network','party','goog','markets','today','beauty','camp','top', - 'red','city','quest','works','soy', + 'red','city','quest','works','soy','zone', ) protocols = ('http', 'https')