1
0
mirror of https://github.com/DNSCrypt/dnscrypt-proxy.git synced 2024-12-25 00:00:55 +01:00

Merge pull request #2438 from Expertcoderz/patch-1

Add .mail & .home.arpa undelegated names
This commit is contained in:
Frank Denis 2023-07-15 20:07:05 +02:00 committed by GitHub
commit a4eda39563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,6 +122,7 @@ var undelegatedSet = []string{
"grp",
"gw==",
"home",
"home.arpa",
"hub",
"internal",
"intra",
@ -134,6 +135,7 @@ var undelegatedSet = []string{
"localdomain",
"localhost",
"localnet",
"mail",
"modem",
"mynet",
"myrouter",