DNSCrypt / dnscrypt-resolvers

Lists of public DNSCrypt / DoH DNS servers and DNS relays
https://dnscrypt.info
1.15k stars 255 forks source link

changed techsaviours.org to digitalprivacy.diy #923

Closed Dan-Sun closed 4 weeks ago

Dan-Sun commented 1 month ago

We've changed the name to DIGITAL PRIVACY .DIY instead of TECH SAVIOURS .ORG.
Therefore, we have set up a new server, new domains and new services.

techsaviours.org dnscrypt will be still maintained and available until 25 Oct 24.

Dan-Sun commented 4 weeks ago

By the way, it's also available via ipv6. Is there a need to add this? The DNS Stamps are the same.

jedisct1 commented 4 weeks ago

Hi!

The IPv6 stamps should be different.

How are you running the server?

If you're running encrypted-dns directly, in the config file, you can list all the external IP addresses.

For example:

listen_addrs = [
    { local = "0.0.0.0:443",    external = "65.21.228.41:443" },
    { local = "[::]:443",       external = "[2a01:4f9:6b:1adb::2]:443" }
]

Both stamps should then be displayed.

You can also go to https://dnscrypt.info/stamps/ , enter the current stamp and change the IP to get the new one.

jedisct1 commented 4 weeks ago

New name is very cool, btw :)

Dan-Sun commented 3 weeks ago

New name is very cool, btw :)

Thanks! Definitely a better fit.

And thanks for the hint to get the stamps for ipv6. So I got everything now. I'll create a new pull request. Sorry ...