Skip to content

Commit

Permalink
home: todos
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizzick committed Jul 10, 2024
1 parent 58fe497 commit e2de50b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/home/dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ func initDNS(l *slog.Logger) (err error) {
// proxy, none of the arguments are required, but tlsConf and l still must not
// be nil, in other cases all the arguments also must not be nil. It also must
// not be called unless [config] and [Context] are initialized.
//
// TODO(e.burkov): Use [dnsforward.DNSCreateParams] as a parameter.
func initDNSServer(
filters *filtering.DNSFilter,
sts stats.Interface,
Expand Down
2 changes: 2 additions & 0 deletions internal/home/home.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ func (c *homeContext) getDataDir() string {
}

// Context - a global context object
//
// TODO(a.garipov): Refactor.
var Context homeContext

// Main is the entry point
Expand Down

0 comments on commit e2de50b

Please sign in to comment.