From 2b8d08a3f4a14e16416f1b3d7645f1865547477f Mon Sep 17 00:00:00 2001 From: ntimo Date: Thu, 21 Nov 2019 08:30:04 +0100 Subject: [PATCH] Added netcup domains to global domains --- src/static/global_domains.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/static/global_domains.json b/src/static/global_domains.json index b687376..f9d9cbd 100644 --- a/src/static/global_domains.json +++ b/src/static/global_domains.json @@ -766,5 +766,14 @@ "askubuntu.com" ], "Excluded": false + }, + { + "Type": 75, + "Domains": [ + "netcup.de", + "netcup.eu", + "customercontrolpanel.de" + ], + "Excluded": false } ]