Skip to content
New issue

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

[BUG] v0.9.0链接调用scv参数不生效 #762

Open
2 tasks done
AetherKong opened this issue Jun 11, 2024 · 0 comments
Open
2 tasks done

[BUG] v0.9.0链接调用scv参数不生效 #762

AetherKong opened this issue Jun 11, 2024 · 0 comments

Comments

@AetherKong
Copy link

确认版本最新

  • 我已经确认在最新Action编译的版本中复现

检索issue

  • 我已经确认之前没有issue涉及此BUG

subconverter版本

v0.9.0

转换过程

clash配置转换clash配置

转换设置

本地运行
https://localhost:25500/sub?target=clash&new_name=true&url=<url>&insert=false&config=https%3A%2F%2Fraw.githubusercontent.com%2FAetherKong%2FMy_Rule%2Fmaster%2FClash%2Fconfig%2FACL4SSR_Online_Full_Meta.ini&emoji=true&list=false&tfo=false&scv=false&fdn=false&sort=false&udp=true&scv=true

复现步骤

原配置:

proxies:
  - {name: xxx, server: xxx.com, port: 12001, type: trojan, password: xxxx, sni: cdn.alibaba.com, skip-cert-verify: false, udp: true}

v0.9.0版加链接参数scv=true不改变skip-cert-verify的值,用v0.8.1版则正常

期望结果

原配置:

proxies:
  - {name: xxx, server: xxx.com, port: 12001, type: trojan, password: xxxx, sni: cdn.alibaba.com, skip-cert-verify: true, udp: true}

实际结果

proxies:
  - {name: xxx, server: xxx.com, port: 12001, type: trojan, password: xxxx, sni: cdn.alibaba.com, skip-cert-verify: false, udp: true}

错误信息

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant