vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

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:
Msrc/static/global_domains.json | 9+++++++++
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 } ]