You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

rbl.conf 287B

12345678910111213141516
  1. rbl {
  2. rbls {
  3. fake {
  4. from = true;
  5. ipv4 = true;
  6. ipv6 = true;
  7. rbl = "fake.rbl";
  8. symbol = "FAKE_RBL_UNKNOWN";
  9. unknown = true;
  10. returncodes = {
  11. "FAKE_RBL_CODE_2" = "127.0.0.2";
  12. "FAKE_RBL_CODE_3" = "127.0.0.3";
  13. }
  14. }
  15. }
  16. }