File: ttl.result

package info (click to toggle)
ferm 2.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,140 kB
  • sloc: perl: 2,839; sh: 126; makefile: 120
file content (3 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (4)
1
2
3
iptables -t filter -A INPUT -m ttl --ttl-eq 10 -j ACCEPT
iptables -t filter -A INPUT -m ttl --ttl-gt 15 -j DROP
iptables -t filter -A INPUT -m ttl --ttl-lt 2 -j REJECT