'How can I hide this Iptables without showing it in rules?

Like this is my ip table command

iptables -I INPUT -p all -m string --string "OP.officialxtool.com" --algo kmp -j DROP

I want to hide it from Rules I not want to show it by this command iptables -L -v

Please help me if anyone know about that Thanks in Advance



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source