nuclei/pkg/types/proxy.go

13 lines
205 B
Go

package types
const (
HTTP_PROXY_ENV = "HTTP_PROXY"
)
var (
// ProxyURL is the URL for the proxy server
ProxyURL string
// ProxySocksURL is the URL for the proxy socks server
ProxySocksURL string
)