You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
routes-up.sh脚本前若干行调整为:
alias nestat='/data/data/burrows.apps.busybox/app_busybox/netstat'
alias grep='/data/data/burrows.apps.busybox/app_busybox/grep'
alias awk='/data/data/burrows.apps.busybox/app_busybox/awk'
alias route='/data/data/burrows.apps.busybox/app_busybox/route'
操作路由表需要root权限,需要配合busybox使用。
routes-up.sh脚本前若干行调整为:
alias nestat='/data/data/burrows.apps.busybox/app_busybox/netstat'
alias grep='/data/data/burrows.apps.busybox/app_busybox/grep'
alias awk='/data/data/burrows.apps.busybox/app_busybox/awk'
alias route='/data/data/burrows.apps.busybox/app_busybox/route'
gateway=
route -n | awk '{print $1}'
gateway=$(echo $gateway | awk -F " " '{print $3}')
后边保持不变,祝好运!
The text was updated successfully, but these errors were encountered: