We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在服务端配置了trojan-go以及为其加入ss的AEAD的加密后,可以使安全性更上一层楼,然而,目前mihomo并没有配置trojan的AEAD加密方法。由于AEAD加密需要在服务端和客户端的配置与密码完全相同的情况下,服务端才可以与客户端正常通讯,所以如果服务端的trojan-go开启了AEAD加密,会导致mihomo客户端无法使用trojan。
... transport: protocol: shadowsocks cipher: aes-256-gcm password: "example" ...
The text was updated successfully, but these errors were encountered:
feat: add ss-opts for trojan outbound like trojan-go's `shadowsocks…
ss-opts
0b6ae6f
…` config #1269
ok
mihomo/docs/config.yaml
Lines 614 to 617 in 0b6ae6f
Sorry, something went wrong.
Has this been added to mihomo 1.18.5?
目前还在alpha版本中
Thank you for your good work!
No branches or pull requests
Verify steps
Description
在服务端配置了trojan-go以及为其加入ss的AEAD的加密后,可以使安全性更上一层楼,然而,目前mihomo并没有配置trojan的AEAD加密方法。由于AEAD加密需要在服务端和客户端的配置与密码完全相同的情况下,服务端才可以与客户端正常通讯,所以如果服务端的trojan-go开启了AEAD加密,会导致mihomo客户端无法使用trojan。
Possible Solution
...
transport:
protocol: shadowsocks
cipher: aes-256-gcm
password: "example"
...
The text was updated successfully, but these errors were encountered: