X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/9d8d6ac9faf1bf4444efef3ece2dfcb0d29afbe1..7e032dc63479ed3d0b76fe71c05303fbe7dbc53a:/proxyscan/proxyscan.c diff --git a/proxyscan/proxyscan.c b/proxyscan/proxyscan.c index 37a2fcf2..33d6b836 100644 --- a/proxyscan/proxyscan.c +++ b/proxyscan/proxyscan.c @@ -584,7 +584,7 @@ void killsock(scan *sp, int outcome) { loggline(chp, sp->node); ip = &(((patricia_node_t *)sp->node)->prefix->sin); snprintf(reason, sizeof(reason), "Open Proxy, see http://www.quakenet.org/openproxies.html - ID: %d", chp->glineid); - glinebyip("*", ip, 128, 1800, reason, GLINE_IGNORE_TRUST, "proxyscan"); + glinebyip("*", ip, 128, 43200, reason, GLINE_IGNORE_TRUST, "proxyscan"); Error("proxyscan",ERR_DEBUG,"Found open proxy on host %s",IPtostr(*ip)); snprintf(buf, sizeof(buf), "proxy-gline %lu %s %s %hu %s", time(NULL), IPtostr(*ip), scantostr(sp->type), sp->port, "irc.quakenet.org");