doc(netx): reference issue mentioning future improvements (#802)
See https://github.com/ooni/probe/issues/2121#issuecomment-1147424810
This commit is contained in:
parent
2502a237fb
commit
57e207e644
4 changed files with 20 additions and 8 deletions
|
|
@ -13,6 +13,7 @@ import (
|
|||
// NewDialer creates a new Dialer from the specified config.
|
||||
func NewDialer(config Config) model.Dialer {
|
||||
if config.FullResolver == nil {
|
||||
// TODO(https://github.com/ooni/probe/issues/2121#issuecomment-1147424810)
|
||||
config.FullResolver = NewResolver(config)
|
||||
}
|
||||
logger := model.ValidLoggerOrDefault(config.Logger)
|
||||
|
|
|
|||
Loading…
Reference in a new issue