MetaCubeX / mihomo

A simple Python Pydantic model for Honkai: Star Rail parsed data from the Mihomo API.
https://wiki.metacubex.one
MIT License
16.94k stars 2.67k forks source link

[Bug] ss配置中添加ws 0-RTT参数失败 #1660

Open AquaSimulacra opened 1 week ago

AquaSimulacra commented 1 week ago

验证步骤

操作系统

Windows

系统版本

Windows 11 24H2

Mihomo 版本

1.8.10

配置文件

tcp-concurrent: true

geodata-mode: true
geo-auto-update: true
geo-update-interval: 24
geox-url:
  geosite: "https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/geosite.dat"

global-client-fingerprint: chrome

dns:
  enable: true
  listen: 0.0.0.0:53
  ipv6: true
  prefer-h3: true
  nameserver-policy:
    'geosite:cn':
    - https://223.5.5.5/dns-query
    - 223.5.5.5
  nameserver:
    - https://1.1.1.1/dns-query
  fallback:
    - 1.1.1.1

proxies:
- name: "Shadowsocks"
  type: ss
  server: 
  port: 27951
  cipher: 2022-blake3-aes-256-gcm
  password: 
  tfo: true
  udp: true
  udp-over-tcp: true
  udp-over-tcp-version: 2
  plugin: v2ray-plugin
  plugin-opts:
    mode: websocket
    tfo: true
    path: "/?ed=2048"
    tls: true
    host: 
  smux:
    enabled: false

proxy-groups:
-
  name: Proxy
  type: select
  proxies:
    - Shadowsocks
    - Vless
    - Vmess

rules:
  - DOMAIN-SUFFIX,bing.com,Shadowsocks
  - DOMAIN-SUFFIX,copilot.microsoft.com,Shadowsocks
  - GEOSITE,cn,DIRECT
  - MATCH,Proxy

描述

image 在v2ray-plugin中的ws path填写/?ed=2048,ss将无法联通远端服务器

重现方式

同描述

日志

No response