diff options
Diffstat (limited to 'tools/openssh.html')
-rw-r--r-- | tools/openssh.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/openssh.html b/tools/openssh.html index c44a934..271d919 100644 --- a/tools/openssh.html +++ b/tools/openssh.html @@ -128,7 +128,7 @@ <h3 id="iptables">1.2. Configure iptables</h3> <p>Iptables;</p> - <p>Example of <a href="../core/scripts/iptables.sh">iptables.sh</a></p> + <p>Example of <a href="../linux/scripts/iptables.sh">iptables.sh</a></p> <pre> $IPT -A INPUT -i ${PUB_IF} -p tcp --dport 2222 --sport 1024:65535 -m state --state ESTABLISHED -j ACCEPT |