Results 4 issues of k9982874

According to the feedback on qbittorrent issue list, WebAPI endpoints were restricted to POST method only. https://github.com/qbittorrent/qBittorrent/issues/18097#issuecomment-1336194151 Please update the APIs, thanks.

The api key option is needed for some ollama self-host service

I want to listen to changes in variables created by GucRegistry. I checked the source there is no way to pass an assign_hook function with the define series functions. Could...

Remote Ruleset新增Dialer支持,允许Remote Ruleset像outbound一样覆盖default_domain_resolver的设置 ### 起因: 一般情况下default_domain_resolver可以满足ruleset的解析,但是当使用一些内部私有地址时,在公共服务器上无法正确解析 下面是个例子,此时private-ruleset无法正确下载,因为`https://example.com`并不能被dns_ali正确解析 ```json { "dns": { "servers": [ "dns_ali" ] }, "route": { "default_domain_resolver": { "server": "dns_ali" }, ... "rule_set": [ { "tag": "private-ruleset", "type":...