zoonderkins / blahdns

A small hobby ads block dns project with doh, dot, dnscrypt support.
https://blahdns.com
GNU Affero General Public License v3.0
431 stars 25 forks source link

🐛Mistake on the Japan DoT link #280

Closed Dyras closed 1 year ago

Dyras commented 1 year ago

Checklist

Describe the issue To keep it short, look at these pictures: Japan: image Switzerland: image

To Reproduce Steps to reproduce the behavior:

  1. Go on the website
  2. Scroll down to Switzerland. Look at DNS-over-TLS, and how the tls_auth_name is above the DoT link
  3. Go down a bit more to Japan. Notice how tls_auth_name is right next to the DoT link

Expected behavior tls_auth_name should be above DoT on the Japan server, not next to it. This is the case with every server except Japan

Additional context I tried to fix this in the index.html but it doesn't seem like the source code is up to date anymore? I wanted to fix some spelling errors etc as well and half of the sentences on the website aren't in the source code.

zoonderkins commented 1 year ago

Hi @Dyras ,

Thanks for your contribution. I will update the latest website html source code and send me a pull request.

Thanks