Hallo!

Ich möchte eine URL erlauben/bzw blockieren.

probiert habe ich:

iptables -I OUTPUT -p tcp --dport 443 -m string --string test.com --algo regex -j ACCEPT
iptables: No chain/target/match by that name.

Wieso No chain?