Chore: rename NoResolveIP to ShouldResolveIP
This commit is contained in:
@ -53,8 +53,8 @@ func (p *Process) Payload() string {
|
||||
return p.process
|
||||
}
|
||||
|
||||
func (p *Process) NoResolveIP() bool {
|
||||
return true
|
||||
func (p *Process) ShouldResolveIP() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func NewProcess(process string, adapter string) (*Process, error) {
|
||||
|
Reference in New Issue
Block a user