diff options
author | Silvino Silva <silvino@bk.ru> | 2020-03-11 01:07:48 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2020-03-11 01:07:48 +0000 |
commit | 24fa6cfc200a16a0d81ff4c7af96853db4028650 (patch) | |
tree | c25591fbf9e222c65ae8d90a5342d32b131105b6 /core/conf/iptables/ipt-start.sh | |
parent | 721c5af0bb335b2367121681694ceaa7606b18ce (diff) | |
download | doc-24fa6cfc200a16a0d81ff4c7af96853db4028650.tar.gz |
uptables update
Diffstat (limited to 'core/conf/iptables/ipt-start.sh')
-rw-r--r-- | core/conf/iptables/ipt-start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/conf/iptables/ipt-start.sh b/core/conf/iptables/ipt-start.sh index b7af1fd..65b848c 100644 --- a/core/conf/iptables/ipt-start.sh +++ b/core/conf/iptables/ipt-start.sh @@ -1,6 +1,6 @@ #!/bin/bash -echo "setting client network..." +echo "starting iptables..." source /etc/iptables/ipt-firewall.sh |