tindy2013 / subconverter

Utility to convert between various subscription format
GNU General Public License v3.0
13.19k stars 2.82k forks source link

关于QuantumultX的规则报错的问题 #243

Closed oddcc closed 4 years ago

oddcc commented 4 years ago

作者你好,使用中出现了生成QuantumultX的配置后,无法导入QuantumultX,会提示配置http节点的那行语法错误

https://github.com/crossutility/Quantumult-X/blob/master/sample.conf 参考官方的样例测试下来,发现原因如下

生成配置为

http = xxx.yyy.com:543, username=123456, password=000000, tls-verification=false, tag=xxx

改为下面的

http = xxx.yyy.com:543, username=123456, password=000000, over-tls=true, tls-verification=false, tag=xxx

重点在于少了 over-tls=true 这个信息,加上后就可以正常使用了

oddcc commented 4 years ago

更新版本后发现加上了,已关闭issue