mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-23 00:05:29 +00:00
8 lines
93 B
Go
8 lines
93 B
Go
|
|
package hybrid
|
||
|
|
|
||
|
|
type ipOptions struct {
|
||
|
|
ScanAllIPs bool
|
||
|
|
IPV4 bool
|
||
|
|
IPV6 bool
|
||
|
|
}
|