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.

10 replies

null
    • justjayz
    • 6 days ago
    • Reported - view

    are you using either 

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

    Or 

    https://dns.nextdns.io/xxxxxx

    ???

      • kingcone
      • 4 days 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"

    • Jonathan.22
    • 2 days ago
    • Reported - view

    It is not clear what you are doing? Are you setting up a windows device, a router, a android device? What instructions are you following?

      • kingcone
      • 2 days ago
      • Reported - view

       its linux and linux lxc as well, my bro

    • justjayz
    • 2 days ago
    • Reported - view

    looks like you are using several dns servers as upstreams. 

    • Jonathan.22
    • 2 days ago
    • Reported - view

    On a Linux desktop i have used the following instructions successfully:

    ----------------------------------

    NextDNS Command-Line Client

    1. Run the following command: sh -c "$(curl -sL https://nextdns.io/install)"

    2. Follow the instructions.

    Head over to our open-source repository at https://github.com/nextdns/nextdns/wiki for manual installation instructions.

    -------------------------------------------

      • kingcone
      • yesterday
      • Reported - view

       i done this way b4 nextdns cli into the lxc and the desktop, its as nextdns-cli#5353 front of the adghome#53, as upstream dns. i would give a try these days. 

      the nextdns logined pages still flashing "" this device is using nextdns / this device is not using nextdns " 

      • kingcone
      • yesterday
      • Reported - view

       in this cli-front dns, i have been done ctld-cli and knotdns b4, so its really need look at this seriously why does it fail and fails

    • Jonathan.22
    • yesterday
    • Reported - view

    If it is flashing you are using multiple dns providers.

    (I had a similar issue using systemd-resolved on one machine.  I was missing Domains=~. in my resolved.conf, and hence it was switching between the DHCP dns and the DNS in resolved.conf this is discussed in the arch linux wiki.)

    Is that what we see in your config.yaml, that you have multiple dns providers. Sorry I am not familiar with this. 

      • kingcone
      • 12 hrs ago
      • Reported - view

       thx my bro, i must give a try. single setting to nextdns

Content aside

  • 12 hrs agoLast active
  • 10Replies
  • 151Views
  • 3 Following