Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- modprobe ipt_MASQUERADE
- modprobe ipt_REJECT
- modprobe ipt_LOG
- modprobe xt_state
- modprobe xt_multiport
- modprobe xt_owner
- modprobe iptable_filter
- modprobe iptable_nat
- exec /system/bin/netd
Advertisement
Add Comment
Please, Sign In to add comment