]> jfr.im git - solanum.git/blobdiff - doc/ircd.conf.example
opm: add support for HTTPS CONNECT proxies.
[solanum.git] / doc / ircd.conf.example
index 0ad8bf32b5ad247fc6bd9475603c67c2cded7121..f54ff128be34807acef6a19fa4f6beee982a4d42 100644 (file)
@@ -28,6 +28,7 @@
 #loadmodule "extensions/m_extendchans";
 #loadmodule "extensions/m_findforwards";
 #loadmodule "extensions/m_identify";
+#loadmodule "extensions/m_locops";
 #loadmodule "extensions/no_oper_invis";
 #loadmodule "extensions/sno_farconnect";
 #loadmodule "extensions/sno_globalkline";
@@ -466,6 +467,13 @@ opm {
         */
        port = 32000;
 
+       /* This sets the timeout in seconds before ending open proxy scans.
+        * Values less than 1 or greater than 60 are ignored.
+        * It is advisable to keep it as short as feasible, so clients do not
+        * get held up by excessively long scan times.
+        */
+       timeout = 5;
+
        /* These are the ports to scan for SOCKS4 proxies on. They may overlap
         * with other scan types. Sensible defaults are given below.
         */
@@ -481,6 +489,12 @@ opm {
         * 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;
 };
 
 alias "NickServ" {