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
Linux
Arch Linux
Mihomo Meta alpha-1fff34d linux amd64 with go1.23.3 Tue Nov 26 05:42:00 UTC 2024 Use tags: with_gvisor
log-level: 'debug' mode: 'rule' allow-lan: false mixed-port: 2080 geodata-mode: true geox-url: geoip: 'https://cdn.jsdelivr.net/gh/v2fly/geoip@release/geoip.dat' geosite: 'https://cdn.jsdelivr.net/gh/v2fly/domain-list-community@release/dlc.dat' proxies: - name: 'PROXY' type: 'ss' server: '*****' port: 7433 udp: true cipher: "none" rules: - 'GEOSITE,cn,DIRECT' - 'GEOIP,cn,DIRECT' - 'MATCH,PROXY'
shadowsocks协议cipher为none时仍然需要写password,否则启动报错。添加password字段,随便写任意值可以正常启动
直接运行此配置
INFO[2024-11-26T22:53:26.971846436+08:00] Start initial configuration in progress FATA[2024-11-26T22:53:26.971925289+08:00] Parse config error: proxy 0: key 'password' missing
The text was updated successfully, but these errors were encountered:
password这个key必须配置
Sorry, something went wrong.
No branches or pull requests
验证步骤
操作系统
Linux
系统版本
Arch Linux
Mihomo 版本
Mihomo Meta alpha-1fff34d linux amd64 with go1.23.3 Tue Nov 26 05:42:00 UTC 2024
Use tags: with_gvisor
配置文件
描述
shadowsocks协议cipher为none时仍然需要写password,否则启动报错。添加password字段,随便写任意值可以正常启动
重现方式
直接运行此配置
日志
The text was updated successfully, but these errors were encountered: