소스 검색

[Conf] Add RBL_VIRUSFREE RBL

tags/1.7.9
Vsevolod Stakhov 6 년 전
부모
커밋
f37c712c6e
2개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. 10
    0
      conf/modules.d/rbl.conf
  2. 5
    0
      conf/scores.d/rbl_group.conf

+ 10
- 0
conf/modules.d/rbl.conf 파일 보기

@@ -115,6 +115,16 @@ rbl {
DNSWL_BLOCKED = "127.0.0.255";
}
}

# Provided by https://virusfree.cz
virusfree {
symbol = "RBL_VIRUSFREE_UNKNOWN";
rbl = "bip.virusfree.cz";
ipv6 = true;
returncodes {
RBL_VIRUSFREE_BLACK = "127.0.0.1";
}
}
}

.include(try=true,priority=5) "${DBDIR}/dynamic/rbl.conf"

+ 5
- 0
conf/scores.d/rbl_group.conf 파일 보기

@@ -149,4 +149,9 @@ symbols = {
weight = 1.0;
description = "Address is listed in Spameatingmonkey RBL (ipv6)";
}

"RBL_VIRUSFREE_BLACK" {
weight = 2.0;
description = "From address is listed in virusfree.cz BL";
}
}

Loading…
취소
저장