Fix: NoResolveIP should return current value (#390)
This commit is contained in:
@ -35,7 +35,7 @@ func (p *Port) Payload() string {
|
||||
}
|
||||
|
||||
func (p *Port) NoResolveIP() bool {
|
||||
return false
|
||||
return true
|
||||
}
|
||||
|
||||
func NewPort(port string, adapter string, isSource bool) (*Port, error) {
|
||||
|
Reference in New Issue
Block a user