Skip to content

请问作者大大和各位大佬,如何国内部分也使用DOH? #223

Discussion options

You must be logged in to vote

大佬的外接没法直接用DOH,你还是要再建个MOSDNS做DOH服务器

server:
    forward-zone:
        name: "."
        forward-addr: 127.0.0.1@5335

MOSDNS不要做分流,只添加DOH服务器.用的V4版本比如这样:

log:
    file: "./mosdns.log"
    level: error

plugins:
  - tag: cache
    type: cache
    args:
      size: 5000
      compress_resp: true
      lazy_cache_ttl: 86400
      cache_everything: true
      lazy_cache_reply_ttl: 3

  - tag: forward_local
    type: fast_forward
    args:
      upstream:
        - addr: "https://223.5.5.5/dns-query"
        - enable_http3: true
        - addr: "https://1.12.12.12/dns-query"

  - tag: forward_apad_pro
    type: fast_forward
    args:
      upstream:
        - addr: "https://doh.apad.pro/dns-query…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@WhiteByeBye
Comment options

@zxzlf
Comment options

@TOPGUUN
Comment options

Answer selected by WhiteByeBye
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants