summaryrefslogtreecommitdiffstats
path: root/test/functional/configs/rbl.conf
blob: 15106548b96a12f11ef68451c101c176b155775f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
rbl {
  rbls {
    fake {
      from = true;
      ipv4 = true;
      ipv6 = true;
      rbl = "fake.rbl";
      symbol = "FAKE_RBL_UNKNOWN";
      unknown = true;
      returncodes = {
        "FAKE_RBL_CODE_2" = "127.0.0.2";
        "FAKE_RBL_CODE_3" = "127.0.0.3";
      }
    }
  }
}