index.html 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <title>Technitium DNS Server</title>
  7. <link href="/css/main.css" rel="stylesheet" />
  8. <link href="/css/bootstrap.min.css" rel="stylesheet" />
  9. <script src="/js/jquery.min.js"></script>
  10. <script src="/js/main.js"></script>
  11. </head>
  12. <body>
  13. <div id="content">
  14. <div class="container">
  15. <div class="features" style="text-align: center; margin-top: 60px;">
  16. <a href="/">
  17. <img src="/img/logo.png" alt="Technitium Logo" />
  18. </a>
  19. <h1>Technitium DNS Server</h1>
  20. <p style="max-width: 800px; margin-right: auto; margin-left: auto;">This server supports encrypted DNS protocol (DNS-over-HTTPS) that you can use with your web browser like Mozilla Firefox.</p>
  21. <h3 style="margin-top: 40px;">The Encrypted DNS Service URL</h3>
  22. <p>
  23. Use the following URL to configure your clients for consuming the DNS-over-HTTPS service.
  24. </p>
  25. <p style="font-size: 16px; font-weight: bold;">
  26. <a id="lnkDoH" href=""></a>
  27. </p>
  28. <h3 style="margin-top: 40px;">Mozilla Firefox Configuration</h3>
  29. <p style="max-width: 800px; margin-right: auto; margin-left: auto;">
  30. To configure Firefox, go to <b>Options &gt; General</b> and scroll down to find <b>Network Settings</b>. Click on the <b>Settings</b> button, find the DNS-over-HTTPS option at the bottom (as shown below), and use the encrypted DNS service URL given above.
  31. </p>
  32. <img class="auto-resize-img shadow-screenshot" style="margin-top: 20px; margin-bottom: 20px;" src="img/firefox-doh.png" alt="Mozilla Firefox Custom DNS-over-HTTPS Option" />
  33. <p style="max-width: 800px; margin-right: auto; margin-left: auto;">
  34. Note! This will work only for Firefox and all other applications on your computer will keep using the default DNS server configured in your network settings.
  35. </p>
  36. </div>
  37. </div>
  38. </div>
  39. </body>
  40. </html>