Advertisement
Guest User

Untitled

a guest
Aug 15th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. ptions {
  2. pidfile = "/var/run/bopm/bopm.pid";
  3. dns_fdlimit = 64;
  4.  
  5.  
  6. };
  7.  
  8. IRC {
  9. nick = "bopmSiD";
  10. realname = "Blitzed Open Proxy Monitor";
  11. username = "bopm";
  12. server = "10.8.0.1";
  13. password = "secret";
  14. port = 6667;
  15.  
  16. oper = "";
  17. mode = "+abcdfgiklnorsuwxyzZ";
  18. away = "I'm a bot. Your messages will be ignored.";
  19.  
  20. channel {
  21. name = "#operserv";
  22. };
  23.  
  24. connregex = "\\*\\*\\* Notice -- Client connecting: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";
  25.  
  26. };
  27.  
  28. OPM {
  29. blacklist {
  30. name = "dnsbl.swiftbl.org";
  31.  
  32. type = "A record reply";
  33.  
  34. reply {
  35. 2 = "SOCKS Proxy";
  36. 3 = "IRC Proxy";
  37. 4 = "HTTP Proxy";
  38. 5 = "IRC Drone";
  39. 6 = "TOR";
  40. };
  41. ban_unknown = yes;
  42. kline = "kline +*@h 10000 :DNSBL Listed";
  43. };
  44. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement