Details

Category: Network

Publisher: trickest

Created Date: 6/23/2021

Container: quay.io/trickest/httprobe:5555984

Source URL: https://github.com/tomnomnom/httprobe

Parameters

domains
file
required
Command: - List of domains
threads
string
Command: -c - Number of threads
timeout
string
Command: -t - Timeout in milliseconds.
prefer-https
boolean
Command: --prefer-https - If you don't care about checking HTTP if HTTPS is working.
protocol-port
string
Command: -p - By default httprobe checks for HTTP on port 80 and HTTPS on port 443. You can add additional probes with this flag specifying protocol:port.
protocol-port-2
string
Command: -p - By default httprobe checks for HTTP on port 80 and HTTPS on port 443. You can add additional probes with this flag specifying protocol:port.
skip-standard-ports
boolean
Command: -s - If you don't want to probe for HTTP on port 80 or HTTPS on port 443, you can use this parameter. In that case, you need to specify the probes you do want using the protocol-port.