该ID暂无昵称
该ID暂无昵称
My laptop will be taken in many places, and the dns server will change in different network. I can use `openresolv` to assign a file to update the "network dns...
### 希望添加的功能 目前 `domain_set` 和 `ip_set` 两种只支持从本地文件获取配置, 同时也没有 reload 机制, 希望加上能启动时从远程如 http 获取对应配置的功能, 并提供定时刷新的能力. 当前设想了配置格式是 ```yaml - tag: local_ip type: ip_set args: files: - /etc/mosdns/ip_list.txt - /etc/mosdns/myvpsip.txt remote: - http://example.com/iplist.txt...
When downloading file without `timeout_ms`, the default timeout will be calculated and set to 20s. It is not enough for downloading large file. I checked the docs and codes and...
/kind bug **1. What `kops` version are you running? The command `kops version`, will display this information.** ``` kops version Client version: 1.27.0 ``` **2. What Kubernetes version are you...
Implemented #250, based on [#879](https://github.com/hibiken/asynq/pull/879), cc @kanzihuang, with support for dynamically adding queues and controlling concurrency levels. ~~Not fully verified, but~~ it works perfectly for my use case: a distributed...