From 4114f032c3677a8ef2c33dc12ffe46b851fd9bbe Mon Sep 17 00:00:00 2001 From: Expertcoderz Date: Sat, 15 Jul 2023 13:12:40 +0000 Subject: [PATCH] Add .mail & .home.arpa undelegated names Both names have been recognized for internal use in private networks. --- dnscrypt-proxy/plugin_block_undelegated.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dnscrypt-proxy/plugin_block_undelegated.go b/dnscrypt-proxy/plugin_block_undelegated.go index e7481aaa..bb7838bc 100644 --- a/dnscrypt-proxy/plugin_block_undelegated.go +++ b/dnscrypt-proxy/plugin_block_undelegated.go @@ -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",