]> jfr.im git - solanum.git/blobdiff - doc/reference.conf
opm: add support for HTTPS CONNECT proxies.
[solanum.git] / doc / reference.conf
index 714366674a5ad397a2b961e5f9f712a0b33023ad..4a451229f886fc7f5eb211b8f065790a83901d24 100644 (file)
@@ -960,11 +960,17 @@ opm {
         */
        socks5_ports = 80, 443, 1080, 8000, 8080, 10800;
 
-       /* These are the ports to scan for HTTP connect proxies on (plaintext).
+       /* These are the ports to scan for HTTP CONNECT proxies on (plaintext).
         * They may overlap with other scan types. Sensible defaults are given
         * below.
         */
        httpconnect_ports = 80, 8080, 8000;
+
+       /* These are the ports to scan for HTTPS CONNECT proxies on (SSL).
+        * They may overlap with other scan types. Sensible defaults are given
+        * below.
+        */
+       httpsconnect_ports = 443, 4443;
 };
 
 /*