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 2b8d08a3f4a14e16416f1b3d7645f1865547477f
parent cbadf0094181383f222dca5a2bac50dbcb476652
Author: ntimo <git@nowitzki.me>
Date:   Thu, 21 Nov 2019 08:30:04 +0100

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 } ]