mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-28 20:40:20 +00:00
46 lines
2.3 KiB
HTML
46 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>Technitium DNS Server</title>
|
|
|
|
<link href="/css/main.css" rel="stylesheet" />
|
|
<link href="/css/bootstrap.min.css" rel="stylesheet" />
|
|
|
|
<script src="/js/jquery.min.js"></script>
|
|
<script src="/js/main.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="content">
|
|
<div class="container">
|
|
<div class="features" style="text-align: center; margin-top: 60px;">
|
|
<a href="/">
|
|
<img src="/img/logo.png" alt="Technitium Logo" />
|
|
</a>
|
|
<h1>Technitium DNS Server</h1>
|
|
<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>
|
|
|
|
<h3 style="margin-top: 40px;">The Encrypted DNS Service URL</h3>
|
|
<p>
|
|
Use the following URL to configure your clients for consuming the DNS-over-HTTPS service.
|
|
</p>
|
|
<p style="font-size: 16px; font-weight: bold;">
|
|
<a id="lnkDoH" href=""></a>
|
|
</p>
|
|
|
|
<h3 style="margin-top: 40px;">Mozilla Firefox Configuration</h3>
|
|
<p style="max-width: 800px; margin-right: auto; margin-left: auto;">
|
|
To configure Firefox, go to <b>Options > 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.
|
|
</p>
|
|
<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" />
|
|
<p style="max-width: 800px; margin-right: auto; margin-left: auto;">
|
|
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.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|