0

not working,

 hi nextdns

web ui shows system does not conectting with us, but right hand side shows it linked.

in fact, we test, its not reallu working.

2 replies

null
    • justjayz
    • 2 days ago
    • Reported - view

    are you using either 

    DNS-over-TLS/QUIC xxxxxx.dns.nextdns.io

    Or 

    https://dns.nextdns.io/xxxxxx

    ???

      • kingcone
      • 8 hrs ago
      • Reported - view

       

       hi jayz, pls have a look

      does it come ok?

      ************************************************

      root@duck:~ > pct exec 160 -- cpct exec 160 -- cat /etc/oxidns/config.yaml
      runtime:
        worker_threads: 1
      log:
        level: info

      api:
        http: "127.0.0.1:9199"

      plugins:
        - tag: forward_main
          type: forward
          args:
            concurrent: 2
            timeout: 3000
            upstreams:
              - tag: "nextdns_26bed1_doh"
                addr: "https://dns.nextdns.io/26bed1"
                bootstrap: "45.90.28.136:53"

              - tag: "controld_p0_doh"
                addr: "https://freedns.controld.com/p0"
                bootstrap: "76.76.2.41:53"

              - tag: "dnssb_doh"
                addr: "https://doh.sb/dns-query"
                bootstrap: "45.90.28.136:53"

              - tag: "dnsforge_blank_doh"
                addr: "https://blank.dnsforge.de/dns-query"
                bootstrap: "76.76.2.41:53"

              - tag: "libredns_doh"
                addr: "https://doh.libredns.gr/dns-query"
                bootstrap: "45.90.28.136:53"

              - tag: "nextdns_26bed1_dot"
                addr: "tls://26bed1.dns.nextdns.io:853"
                bootstrap: "45.90.28.136:53"

              - tag: "controld_p0_dot"
                addr: "tls://p0.freedns.controld.com:853"
                bootstrap: "76.76.2.41:53"

              - tag: "dnssb_dot"
                addr: "tls://doh.sb:853"
                bootstrap: "45.90.28.136:53"

              - tag: "dnsforge_blank_dot"
                addr: "tls://blank.dnsforge.de:853"
                bootstrap: "76.76.2.41:53"

              - tag: "libredns_dot"
                addr: "tls://doh.libredns.gr:853"
                bootstrap: "45.90.28.136:53"

              - tag: "nextdns_26bed1_doq"
                addr: "quic://26bed1.dns.nextdns.io:853"
                bootstrap: "45.90.28.136:53"

              - tag: "controld_p0_doq"
                addr: "quic://p0.freedns.controld.com:853"
                bootstrap: "76.76.2.41:53"

        - tag: cache_main
          type: cache
          args:
            size: 4096
            max_negative_ttl: 300

        - tag: seq_main
          type: sequence
          args:
            - exec: "$cache_main"
            - matches: "!has_resp"
              exec: "$forward_main"
            - exec: "accept"

        - tag: udp_in
          type: udp_server
          args:
            entry: "seq_main"
            listen: "127.0.0.1:5353"

        - tag: tcp_in
          type: tcp_server
          args:
            entry: "seq_main"
            listen: "127.0.0.1:5353"

Content aside

  • 8 hrs agoLast active
  • 2Replies
  • 47Views
  • 2 Following