File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77package core
88
9+ // from: https://github.com/DNSCrypt/dnscrypt-proxy/blob/140587c79df3c1edb7fe11fa2f9c135e122e584b/dnscrypt-proxy/plugin_block_undelegated.go
910var 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" ,
You can’t perform that action at this time.
0 commit comments