您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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. }