summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/searxng.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/searxng.md b/content/searxng.md
index 1770163..7e0c570 100644
--- a/content/searxng.md
+++ b/content/searxng.md
@@ -31,8 +31,8 @@ apt install git nginx -y
Open http and https ports.
```sh
-iptables -I INPUT 6 -m state --state NEW -p tcp --dport 80 -j ACCEPT
-iptables -I INPUT 6 -m state --state NEW -p tcp --dport 443 -j ACCEPT
+iptables -I INPUT -m state --state NEW -p tcp --dport 80 -j ACCEPT
+iptables -I INPUT -m state --state NEW -p tcp --dport 443 -j ACCEPT
netfilter-persistent save
ufw allow 80
ufw allow 443