分享一个目前在用的 dns 设置思路 (mosdns + clash + fakeip)

16次阅读

共计 194 个字符,预计需要花费 1 分钟才能阅读完成。

分享一个目前在用的 dns 设置思路 (mosdns + clash + fakeip)

具体的实现可以参考 easymosdns

我只是把 forward_remote 改成了 clash 的 dns

  - tag: "forward_remote"
    type: fast_forward
    args:
      upstream:
        - addr: 127.0.0.1:1053
          enable_pipeline: true
          #enable_pipeline 为针对 tcp 与 dns over tls 的连接复用开关, 可以减少握手次数降低延迟
正文完
 0