jdev - 2020-05-02


  1. lovetox

    does someone know how i can ask a specific dns server for a result

  2. lovetox

    for example i want to know if googles dns server 8.8.8.8 can resolve a domain

  3. Zash

    I know how I can

  4. Zash

    If you have dig then `dig @8.8.8.8 rest of query` should do it

  5. lovetox

    ah nice thanks