tindy2013 / subconverter

Utility to convert between various subscription format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fake-ip-filter:"+.lan"转换后没有引号了

BlueDolphin9527 opened this issue · comments

确认版本最新

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

检索issue

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

subconverter版本

0.9.0

转换过程

机场自适应订阅转Clash

转换设置

https://raw.githubusercontent.com/BlueDolphin9527/Clash_DIY_Rules/main/subconverter_profile

复现步骤

clash_rule_base这样设置
fake-ip-filter:

- '+.coolapk.com'

  • "*"
  • "+.lan"
    或者下面这套
    fake-ip-filter:

- '+.coolapk.com'

  • "*"
  • '+.lan'

期望结果

和clash_rule_base中的一样

实际结果

+.lan不管是单引号还是双引号都会消失
fake-ip-filter:

- '+.coolapk.com'

  • "*"
  • +.lan

错误信息