File: ecn.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 (5 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (4)
1
2
3
4
5
iptables -t filter -A INPUT -m ecn --ecn-tcp-cwr -j ACCEPT
iptables -t filter -A INPUT -m ecn --ecn-tcp-cwr --ecn-tcp-ece -j DROP
iptables -t filter -A INPUT -m ecn --ecn-ip-ect 0 -j ACCEPT
iptables -t filter -A INPUT -m ecn --ecn-ip-ect 1 -j DROP
iptables -t filter -A INPUT -m ecn --ecn-ip-ect 3 -j DROP