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