rust-iptables icon indicating copy to clipboard operation
rust-iptables copied to clipboard

Add Android support to iptables platform guard

Open sqlerrorthing opened this issue 5 months ago • 0 comments

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

sqlerrorthing avatar Oct 31 '25 19:10 sqlerrorthing