From 7b588d04465b005d2e550ec6ffee4cf39000b927 Mon Sep 17 00:00:00 2001 From: quindecim Date: Mon, 29 Jun 2020 13:48:30 -0400 Subject: [PATCH] [UPSTREAM] - ConfigFile change to allowlist and blocklist https://github.com/DNSCrypt/dnscrypt-proxy/commit/b089d49d25bf0d35a1a4a7a7637e63e0a3f93501 --- config/{whitelist.txt => allowed-names.txt} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename config/{whitelist.txt => allowed-names.txt} (74%) diff --git a/config/whitelist.txt b/config/allowed-names.txt similarity index 74% rename from config/whitelist.txt rename to config/allowed-names.txt index ebc940d..d893c10 100644 --- a/config/whitelist.txt +++ b/config/allowed-names.txt @@ -1,6 +1,6 @@ ########################### -# Whitelist # +# Allowlist # ########################### ## Author : quindecim : https://git.nixnet.xyz/quindecim @@ -8,5 +8,5 @@ ## https://git.lelux.fi/quindecim | MIRROR ## ## -## This is just a placeholder for who want to use a whitelist file. +## This is just a placeholder for who want to use a allowlist file.