projects
/
xdandroid:rootfs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Missed a Droidwall module in earlier commit
[xdandroid:rootfs.git]
/
bin
/
netd
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