Dnomd343

Results 40 comments of Dnomd343

这个目前还没有实现(主要是overture功能不太够),你可以临时先用[这个办法](https://github.com/dnomd343/ClearDNS/issues/16#issuecomment-2208675122)处理一下。 近期太忙了没什么时间,后续功能更新会带上这个能力的。

Can we consider playing silent audio to keep it connected to ssh? This will not cause privacy leakage, and users can decide whether to turn it on through options. I...

显示域名需要后端服务拿到响应信息,即反向代理配置需要转发相应http头部,如[文档](https://github.com/dnomd343/kms-server?tab=readme-ov-file#5-配置反向代理)示例,添加 `proxy_set_header Host $http_host;` 转发域名信息。

这个需要让 ClearDNS 增加热重载配置功能来实现,插件封装后作为子进程运行,在更新配置后先主进程发送重载信号让新配置生效。 功能实现起来不会很难,我之前也一直想补上这个,不过最近学业比较忙🥲可能没那么快更新。 如果你想先用上,可以让插件先跑在宿主机上面,更新列表后重启容器,这样子配置冷重载也能实现,就是不太优雅。

是的,这部分没有加入文件读取支持(之前的场景里面 hosts 基本不变的)。

Thank you very much. I will look forward to it.

这个是内网开启了FakeDNS导致的,需要你在软路由里面关闭这个功能。

可以在运行启动时加入 `--debug` 选项,或者添加 `DEBUG=TRUE` 来进入 debug 模式,使 overture 输出 debug 级别日志,输出的内容将会打印在 stdout 中,由于 golang 的日志格式和其他进程不同,可以方便地过滤出来。 ```bash $ docker run --rm -it dnomd343/cleardns --debug | grep -E '\[[0-9]{4}(-[0-9]{2}){2}' INFO[2023-04-13 07:52:10] Overture...

> 我尝试添加了自定义 脚本 估计是因为 脚本只支持 ash? custom: > > * "cd /etc/cleardns/ && pkill -9 overture && overture -c overture.json -v > overture.log 2>&1 &" > > 但是好像没成功 这个不是 ash...

可以的,后续版本会加上。