Skip to content

Commit

Permalink
aghnet: add important todo
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Apr 12, 2021
1 parent 7f1386f commit 9d83cb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/aghnet/etchostscontainer.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ import (
type onChangedT func()

// EtcHostsContainer - automatic DNS records
//
// TODO(e.burkov): Move the logic under interface. Refactor. Probably remove
// the resolving logic.
type EtcHostsContainer struct {
// lock protects table and tableReverse.
lock sync.RWMutex
Expand Down

0 comments on commit 9d83cb6

Please sign in to comment.