pymumu / smartdns

A local DNS server to obtain the fastest website IP for the best Internet experience, support DoT, DoH. 一个本地DNS服务器,获取最快的网站IP,获得最佳上网体验,支持DoH,DoT。
https://pymumu.github.io/smartdns/
GNU General Public License v3.0
8.49k stars 1.09k forks source link

配置参数疑虑,官网的配置参数写的有两种,到底使用哪一种才是正确的? #1839

Open siren202101 opened 1 month ago

siren202101 commented 1 month ago

问题现象
配置中的疑问 https://pymumu.github.io/smartdns/configuration/ 这个网页中的内容:可用值/要求 和 举例 两个不一样例如:domain-rules设置域名规则 测速模式: 可用值是:-c|-speed-check-mode none 举例则是:-speed-check-mode none 多出来的:-c| 需不需要添加?一下是哪个是正确的? domain-rules /www.example.com/ -c|-speed-check-mode ping,tcp:80,tcp:443 domain-rules /www.example.com/ -speed-check-mode ping,tcp:80,tcp:443

还有分组也是:上游服务器设置分组的是:-g|-group [group] 设置分组端口的是:-group 这个配置指令在上游服务器设置分组时需不需要添加:-g|

运行环境

  1. 固件型号

  2. 运营商

  3. smartdns来源以及版本

  4. 涉及的配置(注意去除个人相关信息)

重现步骤

  1. 上游DNS配置。

  2. 访问的域名。

信息收集

  1. 将/var/log/smrtdns.log日志作为附件上传(注意去除个人相关信息)。
  2. 如进程异常,请将coredump功能开启,上传coredump信息文件,同时上传配套的smartdns进程文件。
    在自定义界面,开启设置->自定义设置->生成coredump配置,重现问题后提交coredump文件 coredump文件在/tmp目录下
giveup commented 1 month ago

这里的-c|-speed-check-mode指的是两种写法。一种是-c,另外一种是-speed-check-mode。而|只是一个分割符。

siren202101 commented 1 month ago

这里的-c|-speed-check-mode指的是两种写法。一种是-c,另外一种是-speed-check-mode。而|只是一个分割符。

原来如此,谢谢大佬