]> jfr.im git - irc/ircd-hybrid/bopm.git/commitdiff
Extra SOCKS4 ports from Keith Dunnett, apparently more common than port 1080.
authorgrifferz <redacted>
Tue, 7 Dec 2004 11:54:07 +0000 (11:54 +0000)
committergrifferz <redacted>
Tue, 7 Dec 2004 11:54:07 +0000 (11:54 +0000)
bopm.conf.blitzed
bopm.conf.sample

index d2da78f9223fc6091b4c908308519e984fddba89..e20e0f3565fd251e22e846b48ea48d07e236e4d3 100644 (file)
@@ -188,6 +188,13 @@ scanner {
    protocol = SOCKS5:1027;
    protocol = SOCKS5:2425;
 
+   protocol = SOCKS4:29992;
+   protocol = SOCKS4:1080;
+   protocol = SOCKS4:38884;
+   protocol = SOCKS4:18844;
+   protocol = SOCKS4:17771;
+   protocol = SOCKS4:31121;
+
    protocol = ROUTER:23;
 
    /* Less fds are given to this scanner */
index 143db01e8201cc7e21e2925c9d623ebfd9df0b16..95a14d76e9c8757a87998be5754877a76f9a9d1c 100644 (file)
@@ -614,6 +614,17 @@ scanner {
        protocol = SOCKS5:9447;
        protocol = SOCKS5:9578;
 
+       /*
+        * These came courtsey of Keith Dunnett from a bunch of public open
+        * proxy lists.
+        */
+       protocol = SOCKS4:29992;
+       protocol = SOCKS4:1080;
+       protocol = SOCKS4:38884;
+       protocol = SOCKS4:18844;
+       protocol = SOCKS4:17771;
+       protocol = SOCKS4:31121;
+
        fd = 400;
 
        /* If required you can add settings such as target_ip here