1
0
mirror of https://github.com/DNSCrypt/dnscrypt-proxy.git synced 2025-01-13 02:22:48 +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", "grp",
"gw==", "gw==",
"home", "home",
"home.arpa",
"hub", "hub",
"internal", "internal",
"intra", "intra",
@ -134,6 +135,7 @@ var undelegatedSet = []string{
"localdomain", "localdomain",
"localhost", "localhost",
"localnet", "localnet",
"mail",
"modem", "modem",
"mynet", "mynet",
"myrouter", "myrouter",