rust-iptables
rust-iptables copied to clipboard
Add Android support to iptables platform guard
Previously, the code was only enabled on Linux systems. Since Android uses the same Linux kernel and Netfilter framework, iptables is also available there. This change ensures the code compiles and runs correctly on Android targets.
Closes #17