We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0c9e4 commit fc566a5Copy full SHA for fc566a5
1 file changed
network/refresh-iptables.sh
@@ -29,7 +29,6 @@ while IFS= read -r domain || [[ -n "$domain" ]]; do
29
done < "$DOMAINS_FILE"
30
31
echo "-A OUTPUT -p udp -j DROP" >> "$RULES_FILE"
32
-echo '-A OUTPUT -j LOG --log-prefix "CLAUDETAINER_DROP: " --log-level 4 -m limit --limit 5/min' >> "$RULES_FILE"
33
echo "COMMIT" >> "$RULES_FILE"
34
35
iptables-restore < "$RULES_FILE"
0 commit comments