mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #462] SPS mode not work with Android #369
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#369
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Raymond-C on GitHub (Jan 10, 2022).
Original GitHub issue: https://github.com/snail007/goproxy/issues/462
Work in PCs but shows error "WARN connect to tcp parent fail, ERR:cmd associate not supported" when try to connet in Android device
Expected Behavior
Android device can work
Current Behavior
Try to connect with Shadowrocket_9.6 / BifristV_0.6.3 / v2RayNG_1.3.1 , all not work ,came with same error
Possible Solution
Steps to Reproduce
Context (Environment)
proxy version is : commercial_11.3
full command is : proxy sps -S socks -T tcp -p :12345 -a aa:bb:500:0: -P socks5://xxxx:xxx@a.b.c.d
system is : ubuntu 20.4
Below is full log
2022/01/10 13:46:23.537152 WARN connect to tcp parent fail, ERR:cmd associate not supported, form: 8.218.14.68:51755 from 8.218.14.68:51755
2022/01/10 13:46:23.946307 WARN connect to tcp parent fail, ERR:cmd associate not supported, form: 8.218.14.68:51757 from 8.218.14.68:51757
2022/01/10 13:46:23.946606 WARN connect to tcp parent fail, ERR:cmd associate not supported, form: 8.218.14.68:51759 from 8.218.14.68:51759
2022/01/10 13:46:23.948229 WARN connect to tcp parent fail, ERR:cmd associate not supported, form: 8.218.14.68:51756 from 8.218.14.68:51756
2022/01/10 13:46:25.386507 WARN connect to tcp parent fail, ERR:cmd associate not supported, form: 8.218.14.68:51771 from 8.218.14.68:51771
2022/01/10 13:46:25.794262 WARN connect to tcp parent fail, ERR:cmd associate not supported, form: 8.218.14.68:51775 from 8.218.14.68:51775
2022/01/10 13:46:25.800645 WARN connect to tcp parent fail, ERR:cmd associate not supported, form: 8.218.14.68:51774 from 8.218.14.68:51774
2022/01/10 13:46:25.995680 WARN connect to tcp parent fail, ERR:cmd associate not supported, form: 8.218.14.68:51778 from 8.218.14.68:51778
@snail007 commented on GitHub (Jan 11, 2022):
sdk's sps is commercial edition feature
@Raymond-C commented on GitHub (Jan 11, 2022):
Hi, I am testing with commercial Version
And I have further findings:
Even though I am visiting same destination, Android APP request in UDP protocol while Win/IOS program request in TCP protocol.
The proxy can run after dropping the parent node
If parent node is no authenticated one, below command can work perfect,too
However, I am expecting to use with authenticated parent like
socks5://a:b@1.2.3.4:8080and get some new errors
Is there any way to resolve this issue?
@snail007 commented on GitHub (Jan 11, 2022):
pls supply the "Steps to Reproduce", in order to debug the issue fastly.
@Raymond-C commented on GitHub (Mar 8, 2022):
Seems to be DNS issue
If I define a specified DNS address is Android setting,the issue will be solved
The PC software will set a random DNS by default while Android one not