sublink-worker icon indicating copy to clipboard operation
sublink-worker copied to clipboard

希望增加 HTTPS 代理 的支持

Open yeahwong opened this issue 1 month ago • 0 comments

surge、sing-box、mihomo 都支持 https 代理,但目前 sublink-worker 还不支持。请求加入 https 代理格式。

谢谢。

mihomo http

proxies:
- name: "http"
  type: http
  server: server
  port: 443
  # username: username
  # password: password
  # tls: true # https
  # skip-cert-verify: true
  # sni: custom.com
  # fingerprint: xxxx # 同 experimental.fingerprints 使用 sha256 指纹,配置协议独立的指纹,将忽略 experimental.fingerprints
  # ip-version: dual
  headers:

surge http

[Proxy]
ProxyHTTP = http, 1.2.3.4, 443, username, password
ProxyHTTPS = https, 1.2.3.4, 443, username, password

sing-box

{
  "type": "http",
  "tag": "http-out",

  "server": "127.0.0.1",
  "server_port": 1080,
  "username": "sekai",
  "password": "admin",
  "path": "",
  "headers": {},
  "tls": {},

  ... // 拨号字段
}

yeahwong avatar Nov 19 '25 10:11 yeahwong