KOP-XIAO / QuantumultX

2.72k stars 614 forks source link

fix: proxy config with space character #110

Closed SilentTiger closed 10 months ago

SilentTiger commented 10 months ago

some clash configs have a space in {} in the begin and end of the proxy row:

proxies:
  - { server: x.x.x.x, port: xxx, name: 'xxx', type: xx, password: xxx, udp: true, alpn: xxx, http/1.1] }

this kind of config cannot be parsed correctly.