Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Remove ports that no longer need forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Linton committed Apr 19, 2019
1 parent a4fb60c commit 0430c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/setup_android_tunnels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [[ $(adb devices | grep -v List | grep device | wc -l) -lt 1 ]]; then
exit 1
fi

ports_to_forward=(8081 8545 3008 8080 5002 3000 9999 4000 9012)
ports_to_forward=(8081)

for port in ${ports_to_forward[*]}
do
Expand Down

0 comments on commit 0430c9b

Please sign in to comment.