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] clash 转 clash 时,http 代理的 headers 丢失 #753

Open
2 tasks done
FanxJK opened this issue May 7, 2024 · 0 comments
Open
2 tasks done

[BUG] clash 转 clash 时,http 代理的 headers 丢失 #753

FanxJK opened this issue May 7, 2024 · 0 comments

Comments

@FanxJK
Copy link

FanxJK commented May 7, 2024

确认版本最新

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

检索issue

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

subconverter版本

subconverter v0.9.0-6974910 backend

转换过程

clash 配置 转 clash 配置

复现步骤

将以下配置输入 subconverter

proxies:
  - {name: test, type: http, server: proxy.example.com, port: 443, headers: {Host: "host.example.com", Auth: "123456", Proxy-Connection: "Keep-Alive"}}

期望结果

proxies:
  - {name: test, type: http, server: proxy.example.com, port: 443, headers: {Host: "host.example.com", Auth: "123456", Proxy-Connection: "Keep-Alive"}}

实际结果

proxies:
- {name: test, server: proxy.example.com, port: 443, type: http, tls: 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