Skip to content

Commit 7132dd2

Browse files
update undelegated domains (#232)
1 parent 6b8f499 commit 7132dd2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

intra/core/undelegated.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
package core
88

9+
// from: https://github.com/DNSCrypt/dnscrypt-proxy/blob/140587c79df3c1edb7fe11fa2f9c135e122e584b/dnscrypt-proxy/plugin_block_undelegated.go
910
var UndelegatedDomains = []string{
1011
"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa",
1112
"0.in-addr.arpa",
@@ -121,9 +122,11 @@ var UndelegatedDomains = []string{
121122
".example",
122123
"fritz.box", // github.com/celzero/rethink-app/issues/1298
123124
"f.f.ip6.arpa",
125+
".fritz.box",
124126
".grp",
125127
".gw==",
126128
".home",
129+
".home.arpa", // github.com/celzero/rethink-app/issues/2260
127130
".hub",
128131
".internal",
129132
".intra",
@@ -136,11 +139,12 @@ var UndelegatedDomains = []string{
136139
".localdomain",
137140
".localhost",
138141
".localnet",
142+
".mail",
139143
".modem",
140144
".mynet",
141145
".myrouter",
142146
".novalocal",
143-
// "onion", github.com/celzero/rethink-app/issues/1259
147+
// ".onion", // github.com/celzero/rethink-app/issues/1259
144148
".openstacklocal",
145149
".priv",
146150
".private",

0 commit comments

Comments
 (0)