]> jfr.im git - irc/ircd-hybrid/bopm.git/commitdiff
Added HTTP POST to dnsbl code
authordgl <redacted>
Thu, 31 Oct 2002 12:00:59 +0000 (12:00 +0000)
committerdgl <redacted>
Thu, 31 Oct 2002 12:00:59 +0000 (12:00 +0000)
src/dnsbl.h

index 959e3c14f32b37ebc2af503fe4424f56b5d6c045..9caee3e57098e3522a4141ed4656bdf0c1939937 100644 (file)
@@ -10,5 +10,6 @@ extern void dnsbl_report(struct scan_struct *ss);
 #define DNSBL_TYPE_SOCKS 2
 #define DNSBL_TYPE_HTTP 4
 #define DNSBL_TYPE_CISCO 8
+#define DNSBL_TYPE_HTTPPOST 16
 
 #endif