config: set checktype to judges,head
This commit is contained in:
@@ -18,12 +18,12 @@ profiling = 0
|
|||||||
# Database file for proxy storage
|
# Database file for proxy storage
|
||||||
database = proxies.sqlite
|
database = proxies.sqlite
|
||||||
|
|
||||||
# Check type: judges (recommended), ssl, irc, or head
|
# Check type(s): judges, ssl, irc, head (comma-separated for random selection)
|
||||||
# judges - HTTP judge servers that echo back request headers
|
# judges - HTTP judge servers that echo back request headers
|
||||||
# ssl - TLS handshake test (fast, no payload, verifies MITM)
|
# ssl - TLS handshake test (fast, no payload, verifies MITM)
|
||||||
# irc - IRC server connection test
|
# irc - IRC server connection test
|
||||||
# head - HTTP HEAD request test
|
# head - HTTP HEAD request test
|
||||||
checktype = judges
|
checktype = judges,head
|
||||||
|
|
||||||
# SSL verification mode (1=always, 0=never, 2=random)
|
# SSL verification mode (1=always, 0=never, 2=random)
|
||||||
# When enabled, tests TLS handshake with certificate verification.
|
# When enabled, tests TLS handshake with certificate verification.
|
||||||
|
|||||||
Reference in New Issue
Block a user