• davel [he/him]
      link
      fedilink
      English
      261 year ago

      They can’t even reliably see domains when you use HTTPS, because some IP addresses serve many domains.

      • @kn33@lemmy.world
        link
        fedilink
        English
        101 year ago

        They can still (mostly) sniff SNI for now which gives them a domain even when the IP isn’t unique.

        • @rokzoi@lemmy.world
          link
          fedilink
          11 year ago

          Correct me if i am wrong but DNSSEC has nothing to do with encryption of your request. It is used to verify that the record you received is from the correct authority. Furthermore your DNS requests have to go through your ISP even if you don’t use their DNS server as it is your only connection to the Internet.

          The only thing you could do is encrypt the traffic somehow (dns over https exists), but then you have to trust that provider instead, and your ISP can still see the IP addresses you try to reach after you know them and might be able to still do a domain lookup using DNS if it is also configured to return the domain when looking up the IP. If they would put in the effort of course.