fix: dns resolution taking long and add caching options (#8)
This commit is contained in:
@@ -64,6 +64,7 @@ type Options struct {
|
||||
FilterSet bool // true if user specified any filter flags
|
||||
ResolveAddrs bool // when true, resolve IP addresses to hostnames
|
||||
ResolvePorts bool // when true, resolve port numbers to service names
|
||||
NoCache bool // when true, disable DNS caching
|
||||
}
|
||||
|
||||
func New(opts Options) model {
|
||||
|
||||
Reference in New Issue
Block a user