forked from hotpotcookie/unclesurv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.json
32 lines (32 loc) · 878 Bytes
/
setup.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"setup_rule": {
"max_ping_attempt": 10,
"disable_protocol": [
"tcp",
"udp",
"icmp"
],
"disable_tcp_port": [
80,
8080,
443
],
"disable_udp_port": [
53
],
"detection_method": "ip",
"rule_chain_match": "DROP"
},
"setup_gmail": {
"sender_alias": "Admin UncleSurv",
"target_addrs": [
],
"mails_subjct": "[WARNING] UncleSurv : One IP address have been Quarantine !",
"mails_header": "Unclesurv have detected and blocked one IP address that are potentially harmful to the system as a threat of DOS attack.",
"mails_footer": "Please Consider to contact the administrator for such events, since it may growth for this perticular MAC source."
}
}