combine ignoreregex into single expression
This commit is contained in:
parent
aaab4e5eff
commit
610aa092e6
@ -3,8 +3,7 @@ failregex = .*\[UFW BLOCK\] IN=.* SRC=<HOST>
|
|||||||
|
|
||||||
# ignore common multicast device discovery calls on LOCAL IPv4/IPv6 networks
|
# ignore common multicast device discovery calls on LOCAL IPv4/IPv6 networks
|
||||||
# still ban non-local (WAN) calls to any associated ports
|
# still ban non-local (WAN) calls to any associated ports
|
||||||
ignoreregex = SRC=(10\.|172\.1[6-9]\.|172\.2[0-9]\.|172\.3[0-1]\.|192\.168\.).* DST=224\.0\.0.* DF PROTO=2\s+$
|
ignoreregex = SRC=(10\.|172\.1[6-9]\.|172\.2[0-9]\.|172\.3[0-1]\.|192\.168\.|fe\w*:).* DST=(static.ip.address.here|224\.0\.0\.*).* PROTO=(2|UDP)(\s+|.* DPT=(1900|3702|5353|5355) LEN=\d*\s+)$
|
||||||
SRC=(10\.|172\.1[6-9]\.|172\.2[0-9]\.|172\.3[0-1]\.|192\.168\.|fe\w*\:).* DST=.* PROTO=UDP.* DPT=(1900|3702|5353|5355) LEN=\d*\s+$
|
|
||||||
|
|
||||||
|
|
||||||
# NOTES:
|
# NOTES:
|
||||||
|
Loading…
Reference in New Issue
Block a user