mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #253] ss功能不支持readme写的一些加密参数 #171
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#171
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 @kpivy8 on GitHub (Apr 2, 2019).
Original GitHub issue: https://github.com/snail007/goproxy/issues/253
aes-128-gcm , aes-192-gcm ,aes-256-gcm , chacha20-ietf-poly1305,这几个协议经测试是不支持的
@snail007 commented on GitHub (Apr 2, 2019):
我测试都是没问题的,不知道你是怎么测试的,用的什么软件,我测试用的是安卓ss官方github上的客户端。
@kpivy8 commented on GitHub (Apr 3, 2019):
不好意思,忘记写上测试命令了,命令如下:
./proxy sps -S ss -H aes-128-gcm -J passwd -T tcp -P 192.168.1.25:3306 -t tcp -p :666
@snail007 commented on GitHub (Apr 3, 2019):
使用错误,仔细看手册,你那是设置上级密码和加密。 你本地也要设置,上级与本地两回事。
@kpivy8 commented on GitHub (Apr 3, 2019):
好的, 谢谢