diff options
author | Silvino Silva <silvino@bk.ru> | 2019-06-07 23:39:05 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2019-06-07 23:39:05 +0000 |
commit | 045ea9a3815a56609af07a3c7d9df6fcc18910a5 (patch) | |
tree | 29eb52783ec09481a6f6874164789efc1dc42242 /core/conf/iptables/ipt-firewall.sh | |
parent | 175b83995519059948b5d2e9da4a76c7ab070bc3 (diff) | |
download | doc-045ea9a3815a56609af07a3c7d9df6fcc18910a5.tar.gz |
iptables scripts revision
Diffstat (limited to 'core/conf/iptables/ipt-firewall.sh')
-rw-r--r-- | core/conf/iptables/ipt-firewall.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/conf/iptables/ipt-firewall.sh b/core/conf/iptables/ipt-firewall.sh index 6ea613a..12c3834 100644 --- a/core/conf/iptables/ipt-firewall.sh +++ b/core/conf/iptables/ipt-firewall.sh @@ -1,7 +1,5 @@ #!/bin/bash -IPT="/usr/sbin/iptables" - ipt_clear () { echo "clear all iptables tables" |