Skip to content

Commit

Permalink
Merge pull request #2438 from Expertcoderz/patch-1
Browse files Browse the repository at this point in the history
Add .mail & .home.arpa undelegated names
  • Loading branch information
jedisct1 committed Jul 15, 2023
2 parents a352a30 + 4114f03 commit a4eda39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dnscrypt-proxy/plugin_block_undelegated.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ var undelegatedSet = []string{
"grp",
"gw==",
"home",
"home.arpa",
"hub",
"internal",
"intra",
Expand All @@ -134,6 +135,7 @@ var undelegatedSet = []string{
"localdomain",
"localhost",
"localnet",
"mail",
"modem",
"mynet",
"myrouter",
Expand Down

0 comments on commit a4eda39

Please sign in to comment.