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
#!/system/xbin/bash -
OLDGW=$(ip route show 0/0 | head -n1 | grep 'via' | awk '{print $3}')
ip route add 1.0.1.0/24 via $OLDGW
ip route add 1.0.2.0/23 via $OLDGW
ip route add 1.0.8.0/21 via $OLDGW
....
The text was updated successfully, but these errors were encountered: