commit 4b71197c97342c78d5621ab7871590c2885b6fbf
parent 8b8839d049d996e11c63f5b0279db3312ee0df38
Author: Daniel GarcĂa <dani-garcia@users.noreply.github.com>
Date: Fri, 22 Nov 2019 15:54:21 +0100
Merge pull request #738 from ntimo/task/add-netcup-global-domains
Added netcup domains to global domains
Diffstat:
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git 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
}
]