Guest User

Untitled

a guest
May 5th, 2011
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. modprobe ipt_MASQUERADE
  4. modprobe ipt_REJECT
  5. modprobe ipt_LOG
  6. modprobe xt_state
  7. modprobe xt_multiport
  8. modprobe xt_owner
  9. modprobe iptable_filter
  10. modprobe iptable_nat
  11.  
  12. exec /system/bin/netd
Advertisement
Add Comment
Please, Sign In to add comment