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 fc566a5 commit 9c69536Copy full SHA for 9c69536
1 file changed
network/refresh-iptables.sh
@@ -29,6 +29,7 @@ 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 NFLOG --nflog-prefix "CLAUDETAINER_DROP" --nflog-group 100' >> "$RULES_FILE"
33
echo "COMMIT" >> "$RULES_FILE"
34
35
iptables-restore < "$RULES_FILE"
0 commit comments