We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.9.0
默认配置文件config/example_external_config.ini
在config/example_external_config.ini中,增加两行 config_update_interval = 3600 config_update_strict=true
config_update_interval = 3600 config_update_strict=true
在调用地址中,增加参数“upload=true interval=7200 strict=true“
在修改完默认配置文件,web调用地址后,clash能够从gist订阅到节点。但是subconverter在托管模式下无法自动更新
subconverter根据config_update_interval的配置,能够自动更新订阅,不需要用户手动调用地址来达到更新订阅的功能
到config_update_interval时间后,没有自动更新。需要手动调用地址
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
确认版本最新
检索issue
subconverter版本
v0.9.0
转换过程
默认配置文件config/example_external_config.ini
转换设置
在config/example_external_config.ini中,增加两行
config_update_interval = 3600 config_update_strict=true
在调用地址中,增加参数“upload=true interval=7200 strict=true“
复现步骤
在修改完默认配置文件,web调用地址后,clash能够从gist订阅到节点。但是subconverter在托管模式下无法自动更新
期望结果
subconverter根据config_update_interval的配置,能够自动更新订阅,不需要用户手动调用地址来达到更新订阅的功能
实际结果
到config_update_interval时间后,没有自动更新。需要手动调用地址
错误信息
No response
The text was updated successfully, but these errors were encountered: