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
I compiled the 1.0.1 version by a arm-linux musleabi gcc with static link, then push it into a android device at /system/bin and chmod 777 it, finally run it with 'ads shell microsocks -p 999'
I run 'curl --socks5 192.168.1.5:999 https://www.xxx.com', it's correct, proxydroid and proxifier both are ok.
problem:
when I use System proxy of MAC and Ubuntu, then browse website with either chrome nor safari, just respond a ERR_SOCKS_CONNECTION_FAILED, but on the same PC, curl is ok. Is there any logs I can found in android folders ?
The text was updated successfully, but these errors were encountered:
do you use username and password ? if so, see #17 (comment). if not, please provide a pcap so i can debug the issue.
btw you should use a port number > 1024, so you don't have to run it as root.
problem:
when I use System proxy of MAC and Ubuntu, then browse website with either chrome nor safari, just respond a ERR_SOCKS_CONNECTION_FAILED, but on the same PC, curl is ok. Is there any logs I can found in android folders ?
The text was updated successfully, but these errors were encountered: