Add light version of iptables_display.sh script
This commit is contained in:
parent
8bad6cd338
commit
34f80a011f
|
@ -0,0 +1,10 @@
|
||||||
|
#! /bin/sh
|
||||||
|
# $Id: iptables_display.sh,v 1.6 2016/02/09 09:37:44 nanard Exp $
|
||||||
|
IPTABLES=/sbin/iptables
|
||||||
|
|
||||||
|
#display miniupnpd chains
|
||||||
|
$IPTABLES -v -n -t nat -L MINIUPNPD
|
||||||
|
$IPTABLES -v -n -t nat -L MINIUPNPD-POSTROUTING
|
||||||
|
$IPTABLES -v -n -t mangle -L MINIUPNPD
|
||||||
|
$IPTABLES -v -n -t filter -L MINIUPNPD
|
||||||
|
|
Loading…
Reference in New Issue