File: ifelse.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 (13 lines) | stat: -rw-r--r-- 611 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
iptables -t filter -A INPUT -j MARK --set-mark 1
iptables -t filter -A INPUT -j MARK --set-mark 2
iptables -t filter -A INPUT -j MARK --set-mark 5
iptables -t filter -A INPUT -j MARK --set-mark 7
iptables -t filter -A INPUT -j MARK --set-mark 8
iptables -t filter -A INPUT -j MARK --set-mark 11
iptables -t filter -A INPUT -j MARK --set-mark 13
iptables -t filter -A INPUT -j MARK --set-mark 14
iptables -t filter -A INPUT -j LOG
iptables -t filter -A INPUT -j ACCEPT
iptables -t filter -A INPUT -d 1.2.3.4 -j ACCEPT
iptables -t filter -A INPUT -p udp -j REJECT
iptables -t filter -A INPUT -d 2.3.4.5 -j ACCEPT