Rivoreo Source Code Repositories
src.rivoreo.one
/
net
/
ipfilter
/
c015c10fd519d67c8facf86ba29bc7c5d9a7b639
/
.
/
rules
/
example.6
blob: d40f0f3d2a18867698171bb23b973200da65584c [
file
] [
log
] [
blame
] [
view
] [
raw
]
#
# block all TCP packets with only the SYN flag set (this is the first
# packet sent to establish a connection) out of the SYN-ACK pair.
#
block
in
proto tcp
from
any to any flags S
/
SA