2023-12-15 17:00:01 +11:00
<!DOCTYPE html>
< html data-bs-theme = "dark" lang = "en-au" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, shrink-to-fit=no" >
< title > HNS DoH< / title >
2023-12-16 11:30:14 +11:00
< meta name = "twitter:image" content = "https://hnsdoh.woodburn.au/assets/img/HNS.png" >
< meta name = "twitter:card" content = "summary" >
< meta name = "twitter:description" content = "Access Handshake Domains with DNS over HTTPS" >
< meta property = "og:title" content = "HNS DoH" >
2023-12-15 17:00:01 +11:00
< meta name = "description" content = "Access Handshake Domains with DNS over HTTPS" >
2023-12-16 11:30:14 +11:00
< meta property = "og:type" content = "website" >
< meta property = "og:description" content = "Access Handshake Domains with DNS over HTTPS" >
< meta name = "twitter:title" content = "HNS DoH" >
< meta property = "og:image" content = "https://hnsdoh.woodburn.au/assets/img/HNS.png" >
2023-12-15 17:00:01 +11:00
< script type = "application/ld+json" >
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "HNS DoH",
2023-12-16 11:30:14 +11:00
"url": "https://hnsdoh.woodburn.au"
2023-12-15 17:00:01 +11:00
}
< / script >
< link rel = "icon" type = "image/png" sizes = "670x700" href = "assets/img/HNS.png" >
< link rel = "icon" type = "image/png" sizes = "670x700" href = "assets/img/HNSW.png" media = "(prefers-color-scheme: dark)" >
< link rel = "icon" type = "image/png" sizes = "670x700" href = "assets/img/HNS.png" >
< link rel = "icon" type = "image/png" sizes = "670x700" href = "assets/img/HNSW.png" media = "(prefers-color-scheme: dark)" >
< link rel = "icon" type = "image/png" sizes = "670x700" href = "assets/img/HNS.png" >
< link rel = "icon" type = "image/png" sizes = "670x700" href = "assets/img/HNS.png" >
< link rel = "icon" type = "image/png" sizes = "670x700" href = "assets/img/HNS.png" >
< link rel = "stylesheet" href = "assets/bootstrap/css/bootstrap.min.css" >
< link rel = "stylesheet" href = "assets/css/bs-theme-overrides.css" >
< link rel = "stylesheet" href = "assets/css/Navbar-Right-Links-Dark-icons.css" >
2023-12-16 12:05:45 +11:00
< link rel = "stylesheet" href = "assets/css/Team-images.css" >
2023-12-16 11:30:14 +11:00
<!-- Matomo -->
< script >
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://analytics.woodburn.au/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '11']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
< / script >
<!-- End Matomo Code -->
2023-12-15 17:00:01 +11:00
< / head >
< body >
< header >
< nav class = "navbar navbar-expand-md fixed-top bg-dark py-3" data-bs-theme = "dark" >
< div class = "container-fluid" > < a class = "navbar-brand d-flex align-items-center" href = "/#" > < span class = "bs-icon-sm bs-icon-rounded bs-icon-primary d-flex justify-content-center align-items-center me-2 bs-icon" > < img src = "assets/img/HNSW.png" width = "20px" > < / span > < span > HNS DoH< / span > < / a > < button class = "navbar-toggler" data-bs-toggle = "collapse" > < span class = "visually-hidden" > Toggle navigation< / span > < span class = "navbar-toggler-icon" > < / span > < / button > < / div >
< / nav >
< / header >
2023-12-15 17:13:32 +11:00
< section id = "intro" style = "margin: 100px;margin-top: 20vh;" >
2023-12-16 17:19:42 +11:00
< div class = "text-center" >
2023-12-15 17:00:01 +11:00
< h1 class = "text-center" style = "margin-bottom: 50px;" > HNS DoH< / h1 >
< h2 class = "text-center" style = "margin-bottom: 50px;" > Welcome to HNS DoH, your gateway to Handshake domains.< / h2 >
2023-12-16 16:20:03 +11:00
< p > Introducing our cutting-edge DNS over HTTPS (DoH) service, a revolutionary approach to secure and efficient internet communication. In a digital landscape where privacy and reliability are paramount, our service stands out by integrating multiple upstream providers, guaranteeing high availability.< br > By strategically harnessing the strengths of diverse DNS providers, we ensure that your online activities remain both private and swift. Say hello to a new era of accessing Handshake domains.< / p >
2023-12-16 12:05:45 +11:00
< h1 style = "margin-top: 50px;" > Upstream DNS provided by< / h1 >
2023-12-16 17:19:42 +11:00
< ul class = "list-group text-start" >
2023-12-15 17:13:32 +11:00
< li class = "list-group-item" > < span > Nathan.Woodburn/< / span > < / li >
2023-12-16 16:20:03 +11:00
< li class = "list-group-item" > < span > EasyHandshake< / span > < / li >
< li class = "list-group-item" > < span > HNS DNS< / span > < / li >
< li class = "list-group-item" > < span > HNS NS< / span > < / li >
2023-12-16 17:19:42 +11:00
< / ul > < a class = "btn btn-primary" role = "button" href = "#providers" style = "margin-top: 50px;" > More Info< / a >
2023-12-15 17:00:01 +11:00
< / div >
< / section >
< section id = "setup" style = "min-height: 400px;padding-top: 10vh;text-align: center;margin-right: 10%;margin-left: 10%;" data-bs-target = "#navcol-5" data-bs-smooth-scroll = "true" >
< h3 class = "display-1" > Setup< / h3 >
< ul class = "list-group" >
< li class = "list-group-item" >
< div >
< h5 class = "display-5" > DNS over HTTPS< / h5 >
2023-12-16 16:20:03 +11:00
< p > For DNS over HTTPS you should use either< br > - https://hnsdoh.com/dns-query< br > (Some devices require the format https://hnsdoh.com)< / p >
2023-12-15 17:00:01 +11:00
< / div >
< / li >
< li class = "list-group-item" >
< div >
< h5 class = "display-5" > DNS over TLS< / h5 >
2023-12-16 16:20:03 +11:00
< p > For DNS over TLS you can use a lower availability server below< br > - doh.hnshosting.au (Powered by Nathan.Woodburn/)< br > - hs.dnssec.dev (Powered by Impervious)< / p >
2023-12-15 17:00:01 +11:00
< / div >
< / li >
< li class = "list-group-item" >
< div >
< h5 class = "display-5" > Plain DNS< / h5 >
2023-12-16 16:20:03 +11:00
< p > As a last resort you can use any of plain DNS below< br > - 194.50.5.26 (powered by Nathan.Woodburn/)< br > - 194.50.5.27 (powered by Nathan.Woodburn/)< br > - 194.50.5.28 (powered by Nathan.Woodburn/)< br > - 139.144.68.241 (powered by HNS DNS)< br > - 139.144.68.242 (powered by HNS DNS)< br > - 2a01:7e01:e002:c300:: (powered by HNS DNS)< br > - 2a01:7e01:e002:c500:: (powered by HNS DNS)< / p >
2023-12-15 17:00:01 +11:00
< / div >
< / li >
< / ul >
< / section >
2023-12-16 12:05:45 +11:00
< section style = "margin-top: 10vh;margin-right: 10%;margin-left: 10%;" >
< div style = "text-align: center;" >
< h1 style = "margin-bottom: 5vh;" > Project Information< / h1 >
< div class = "card-group" >
< div class = "card" >
< div class = "card-body" >
< h4 class = "card-title" > Open Source< / h4 >
< p class = "card-text" > This DoH load balancing system is open source.< br > You can check the code or run your own< / p > < a class = "btn btn-primary" role = "button" href = "https://github.com/nathanwoodburn/hns_doh_loadbalancer" target = "_blank" > View Code< / a >
< / div >
< / div >
< div class = "card" >
< div class = "card-body" >
< h4 class = "card-title" > Community run < / h4 >
2023-12-16 12:22:45 +11:00
< p class = "card-text" > To ensure high availability, HNSDoH is run by the community around the globe.< br > Do you have some spare compute resources?< / p > < a class = "btn btn-primary" role = "button" href = "https://github.com/nathanwoodburn/hns_doh_loadbalancer/#how-to-help" target = "_blank" > Learn how to help< / a >
2023-12-16 12:05:45 +11:00
< / div >
< / div >
< / div >
2023-12-16 21:42:11 +11:00
< div class = "container py-4 py-xl-5" >
< div class = "row row-cols-1" >
< div class = "col" > < img class = "rounded w-100 h-100 fit-cover" style = "min-height: 300px;" src = "assets/img/overview.webp" > < / div >
< / div >
< div class = "row row-cols-1 row-cols-lg-3" >
< div class = "col d-flex flex-column justify-content-center p-4" >
< div class = "text-center text-md-start d-flex flex-column align-items-center align-items-md-start align-items-lg-center mb-5" style = "height: 100%;" >
< div class = "bs-icon-md bs-icon-rounded bs-icon-primary d-flex flex-shrink-0 justify-content-center align-items-center d-inline-block mb-3 bs-icon md" > < svg xmlns = "http://www.w3.org/2000/svg" width = "1em" height = "1em" fill = "currentColor" viewBox = "0 0 16 16" class = "bi bi-1-square" >
< path d = "M9.283 4.002V12H7.971V5.338h-.065L6.072 6.656V5.385l1.899-1.383h1.312Z" > < / path >
< path d = "M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2Zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2Z" > < / path >
< / svg > < / div >
< div >
< h4 style = "text-align: center;" > DNS Load Balanced< / h4 >
< p > First the user randomly selects a Load balancing node from a list of available IP addresses for hnsdoh.com< / p >
< / div >
< / div >
< / div >
< div class = "col d-flex flex-column justify-content-center p-4" >
< div class = "text-center text-md-start d-flex flex-column align-items-center align-items-md-start align-items-lg-center mb-5" style = "height: 100%;" >
< div class = "bs-icon-md bs-icon-rounded bs-icon-primary d-flex flex-shrink-0 justify-content-center align-items-center d-inline-block mb-3 bs-icon md" > < svg xmlns = "http://www.w3.org/2000/svg" width = "1em" height = "1em" fill = "currentColor" viewBox = "0 0 16 16" class = "bi bi-2-square" >
< path d = "M6.646 6.24v.07H5.375v-.064c0-1.213.879-2.402 2.637-2.402 1.582 0 2.613.949 2.613 2.215 0 1.002-.6 1.667-1.287 2.43l-.096.107-1.974 2.22v.077h3.498V12H5.422v-.832l2.97-3.293c.434-.475.903-1.008.903-1.705 0-.744-.557-1.236-1.313-1.236-.843 0-1.336.615-1.336 1.306Z" > < / path >
< path d = "M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2Zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2Z" > < / path >
< / svg > < / div >
< div >
< h4 style = "text-align: center;" > Software Balanced< / h4 >
< p > Once the user has selected a load balancing node, that node will forward the request to one of the upstream DNS providers.< / p >
< / div >
< / div >
< / div >
< div class = "col d-flex flex-column justify-content-center p-4" >
< div class = "text-center text-md-start d-flex flex-column align-items-center align-items-md-start align-items-lg-center mb-5" style = "height: 100%;" >
< div class = "bs-icon-md bs-icon-rounded bs-icon-primary d-flex flex-shrink-0 justify-content-center align-items-center d-inline-block mb-3 bs-icon md" > < svg xmlns = "http://www.w3.org/2000/svg" width = "1em" height = "1em" fill = "currentColor" viewBox = "0 0 16 16" class = "bi bi-3-square" >
< path d = "M7.918 8.414h-.879V7.342h.838c.78 0 1.348-.522 1.342-1.237 0-.709-.563-1.195-1.348-1.195-.79 0-1.312.498-1.348 1.055H5.275c.036-1.137.95-2.115 2.625-2.121 1.594-.012 2.608.885 2.637 2.062.023 1.137-.885 1.776-1.482 1.875v.07c.703.07 1.71.64 1.734 1.917.024 1.459-1.277 2.396-2.93 2.396-1.705 0-2.707-.967-2.754-2.144H6.33c.059.597.68 1.06 1.541 1.066.973.006 1.6-.563 1.588-1.354-.006-.779-.621-1.318-1.541-1.318Z" > < / path >
< path d = "M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2Zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2Z" > < / path >
< / svg > < / div >
< div >
< h4 style = "text-align: center;" > High reliability< / h4 >
< p > The load balancing nodes keep a track of any upstream DNS failures. They will then direct any new users to one of the working dns providers< / p >
< / div >
< / div >
< / div >
< / div >
< / div >
2023-12-16 12:05:45 +11:00
< div class = "container py-4 py-xl-5" >
< div class = "row mb-4 mb-lg-5" >
< div class = "col-md-8 col-xl-6 text-center mx-auto" >
2023-12-16 21:42:11 +11:00
< h2 > Load balancing nodes< / h2 >
2023-12-16 17:19:42 +11:00
< p class = "w-lg-50" > Here is a list of the community run nodes for HNS DoH< / p >
2023-12-16 12:05:45 +11:00
< / div >
< / div >
< div class = "row gx-4 row-cols-2 row-cols-md-4" style = "--bs-primary: #ffffff;--bs-primary-rgb: 255,255,255;" >
< div class = "col" >
< div class = "card border-0 shadow-none" >
< div class = "card-body text-center d-flex flex-column align-items-center p-0" > < img class = "rounded-circle mb-3 fit-cover" width = "130" height = "130" src = "assets/img/people/profile%20-%20small.webp" >
< h5 class = "fw-bold text-primary card-title mb-0" > < strong > Nathan.Woodburn/< / strong > < / h5 >
< p class = "text-muted card-text mb-2" > Australia< / p > < a class = "btn btn-primary" role = "button" target = "_blank" href = "https://nathan.woodburn.au" > < svg xmlns = "http://www.w3.org/2000/svg" width = "1em" height = "1em" viewBox = "0 0 24 24" fill = "none" >
< path fill-rule = "evenodd" clip-rule = "evenodd" d = "M14 7C13.4477 7 13 7.44772 13 8V16C13 16.5523 13.4477 17 14 17H18C18.5523 17 19 16.5523 19 16V8C19 7.44772 18.5523 7 18 7H14ZM17 9H15V15H17V9Z" fill = "currentColor" > < / path >
< path d = "M6 7C5.44772 7 5 7.44772 5 8C5 8.55228 5.44772 9 6 9H10C10.5523 9 11 8.55228 11 8C11 7.44772 10.5523 7 10 7H6Z" fill = "currentColor" > < / path >
< path d = "M6 11C5.44772 11 5 11.4477 5 12C5 12.5523 5.44772 13 6 13H10C10.5523 13 11 12.5523 11 12C11 11.4477 10.5523 11 10 11H6Z" fill = "currentColor" > < / path >
< path d = "M5 16C5 15.4477 5.44772 15 6 15H10C10.5523 15 11 15.4477 11 16C11 16.5523 10.5523 17 10 17H6C5.44772 17 5 16.5523 5 16Z" fill = "currentColor" > < / path >
< path fill-rule = "evenodd" clip-rule = "evenodd" d = "M4 3C2.34315 3 1 4.34315 1 6V18C1 19.6569 2.34315 21 4 21H20C21.6569 21 23 19.6569 23 18V6C23 4.34315 21.6569 3 20 3H4ZM20 5H4C3.44772 5 3 5.44772 3 6V18C3 18.5523 3.44772 19 4 19H20C20.5523 19 21 18.5523 21 18V6C21 5.44772 20.5523 5 20 5Z" fill = "currentColor" > < / path >
< / svg > Website< / a >
< / div >
< / div >
< / div >
< div class = "col" >
< div class = "card border-0 shadow-none" >
< div class = "card-body text-center d-flex flex-column align-items-center p-0" > < img class = "rounded-circle mb-3 fit-cover" width = "130" height = "130" src = "https://cdn.bootstrapstudio.io/placeholders/1400x800.png" >
< h5 class = "fw-bold text-primary card-title mb-0" > < strong > Join to support< / strong > < / h5 >
2023-12-16 12:22:45 +11:00
< p class = "text-muted card-text mb-2" > Location< / p > < a class = "btn btn-primary disabled" role = "button" href = "/#" target = "_blank" > < svg xmlns = "http://www.w3.org/2000/svg" width = "1em" height = "1em" viewBox = "0 0 24 24" fill = "none" >
2023-12-16 12:05:45 +11:00
< path fill-rule = "evenodd" clip-rule = "evenodd" d = "M14 7C13.4477 7 13 7.44772 13 8V16C13 16.5523 13.4477 17 14 17H18C18.5523 17 19 16.5523 19 16V8C19 7.44772 18.5523 7 18 7H14ZM17 9H15V15H17V9Z" fill = "currentColor" > < / path >
< path d = "M6 7C5.44772 7 5 7.44772 5 8C5 8.55228 5.44772 9 6 9H10C10.5523 9 11 8.55228 11 8C11 7.44772 10.5523 7 10 7H6Z" fill = "currentColor" > < / path >
< path d = "M6 11C5.44772 11 5 11.4477 5 12C5 12.5523 5.44772 13 6 13H10C10.5523 13 11 12.5523 11 12C11 11.4477 10.5523 11 10 11H6Z" fill = "currentColor" > < / path >
< path d = "M5 16C5 15.4477 5.44772 15 6 15H10C10.5523 15 11 15.4477 11 16C11 16.5523 10.5523 17 10 17H6C5.44772 17 5 16.5523 5 16Z" fill = "currentColor" > < / path >
< path fill-rule = "evenodd" clip-rule = "evenodd" d = "M4 3C2.34315 3 1 4.34315 1 6V18C1 19.6569 2.34315 21 4 21H20C21.6569 21 23 19.6569 23 18V6C23 4.34315 21.6569 3 20 3H4ZM20 5H4C3.44772 5 3 5.44772 3 6V18C3 18.5523 3.44772 19 4 19H20C20.5523 19 21 18.5523 21 18V6C21 5.44772 20.5523 5 20 5Z" fill = "currentColor" > < / path >
2023-12-16 12:22:45 +11:00
< / svg > Website< / a >
2023-12-16 12:05:45 +11:00
< / div >
< / div >
< / div >
< div class = "col" >
< div class = "card border-0 shadow-none" >
< div class = "card-body text-center d-flex flex-column align-items-center p-0" > < img class = "rounded-circle mb-3 fit-cover" width = "130" height = "130" src = "https://cdn.bootstrapstudio.io/placeholders/1400x800.png" >
< h5 class = "fw-bold text-primary card-title mb-0" > < strong > Join to support< / strong > < / h5 >
2023-12-16 12:22:45 +11:00
< p class = "text-muted card-text mb-2" > Location< / p > < a class = "btn btn-primary disabled" role = "button" target = "_blank" href = "/#" > < svg xmlns = "http://www.w3.org/2000/svg" width = "1em" height = "1em" viewBox = "0 0 24 24" fill = "none" >
2023-12-16 12:05:45 +11:00
< path fill-rule = "evenodd" clip-rule = "evenodd" d = "M14 7C13.4477 7 13 7.44772 13 8V16C13 16.5523 13.4477 17 14 17H18C18.5523 17 19 16.5523 19 16V8C19 7.44772 18.5523 7 18 7H14ZM17 9H15V15H17V9Z" fill = "currentColor" > < / path >
< path d = "M6 7C5.44772 7 5 7.44772 5 8C5 8.55228 5.44772 9 6 9H10C10.5523 9 11 8.55228 11 8C11 7.44772 10.5523 7 10 7H6Z" fill = "currentColor" > < / path >
< path d = "M6 11C5.44772 11 5 11.4477 5 12C5 12.5523 5.44772 13 6 13H10C10.5523 13 11 12.5523 11 12C11 11.4477 10.5523 11 10 11H6Z" fill = "currentColor" > < / path >
< path d = "M5 16C5 15.4477 5.44772 15 6 15H10C10.5523 15 11 15.4477 11 16C11 16.5523 10.5523 17 10 17H6C5.44772 17 5 16.5523 5 16Z" fill = "currentColor" > < / path >
< path fill-rule = "evenodd" clip-rule = "evenodd" d = "M4 3C2.34315 3 1 4.34315 1 6V18C1 19.6569 2.34315 21 4 21H20C21.6569 21 23 19.6569 23 18V6C23 4.34315 21.6569 3 20 3H4ZM20 5H4C3.44772 5 3 5.44772 3 6V18C3 18.5523 3.44772 19 4 19H20C20.5523 19 21 18.5523 21 18V6C21 5.44772 20.5523 5 20 5Z" fill = "currentColor" > < / path >
2023-12-16 12:22:45 +11:00
< / svg > Website< / a >
2023-12-16 12:05:45 +11:00
< / div >
< / div >
< / div >
< div class = "col" >
< div class = "card border-0 shadow-none" >
< div class = "card-body text-center d-flex flex-column align-items-center p-0" > < img class = "rounded-circle mb-3 fit-cover" width = "130" height = "130" src = "https://cdn.bootstrapstudio.io/placeholders/1400x800.png" >
< h5 class = "fw-bold text-primary card-title mb-0" > < strong > Join to support< / strong > < / h5 >
2023-12-16 12:22:45 +11:00
< p class = "text-muted card-text mb-2" > Location< / p > < a class = "btn btn-primary disabled" role = "button" href = "/#" target = "_blank" > < svg xmlns = "http://www.w3.org/2000/svg" width = "1em" height = "1em" viewBox = "0 0 24 24" fill = "none" >
2023-12-16 12:05:45 +11:00
< path fill-rule = "evenodd" clip-rule = "evenodd" d = "M14 7C13.4477 7 13 7.44772 13 8V16C13 16.5523 13.4477 17 14 17H18C18.5523 17 19 16.5523 19 16V8C19 7.44772 18.5523 7 18 7H14ZM17 9H15V15H17V9Z" fill = "currentColor" > < / path >
< path d = "M6 7C5.44772 7 5 7.44772 5 8C5 8.55228 5.44772 9 6 9H10C10.5523 9 11 8.55228 11 8C11 7.44772 10.5523 7 10 7H6Z" fill = "currentColor" > < / path >
< path d = "M6 11C5.44772 11 5 11.4477 5 12C5 12.5523 5.44772 13 6 13H10C10.5523 13 11 12.5523 11 12C11 11.4477 10.5523 11 10 11H6Z" fill = "currentColor" > < / path >
< path d = "M5 16C5 15.4477 5.44772 15 6 15H10C10.5523 15 11 15.4477 11 16C11 16.5523 10.5523 17 10 17H6C5.44772 17 5 16.5523 5 16Z" fill = "currentColor" > < / path >
< path fill-rule = "evenodd" clip-rule = "evenodd" d = "M4 3C2.34315 3 1 4.34315 1 6V18C1 19.6569 2.34315 21 4 21H20C21.6569 21 23 19.6569 23 18V6C23 4.34315 21.6569 3 20 3H4ZM20 5H4C3.44772 5 3 5.44772 3 6V18C3 18.5523 3.44772 19 4 19H20C20.5523 19 21 18.5523 21 18V6C21 5.44772 20.5523 5 20 5Z" fill = "currentColor" > < / path >
2023-12-16 12:22:45 +11:00
< / svg > Website< / a >
2023-12-16 12:05:45 +11:00
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / section >
2023-12-16 17:19:42 +11:00
< section id = "providers" style = "margin-top: 10vh;margin-right: 10%;margin-left: 10%;" >
< div style = "text-align: center;" >
< h1 > Providers< / h1 >
< h3 style = "margin-bottom: 5vh;" > Upstream DNS Providers< / h3 >
< div >
< div class = "table-responsive" >
< table class = "table table-striped" >
< thead >
< tr >
< th > Provider< / th >
< th > DNS over HTTPS< / th >
< th > DNS over TLS< / th >
< th > Standard DNS< / th >
< th data-bs-toggle = "tooltip" data-bss-tooltip = "" title = "Resolve crosschain domains" > HIP05< / th >
< / tr >
< / thead >
< tbody >
< tr >
2023-12-16 21:42:11 +11:00
< td > < a href = "https://nathan.woodburn.au" style = "color: rgb(255,255,255);" target = "_blank" > Nathan.Woodburn/< / a > < / td >
2023-12-16 17:19:42 +11:00
< td > Yes< / td >
< td > Yes< / td >
< td > Yes< / td >
2023-12-16 21:42:11 +11:00
< td title = "Resolve crosschain domains" > Yes< / td >
2023-12-16 17:19:42 +11:00
< / tr >
< tr >
2023-12-16 21:42:11 +11:00
< td > < a href = "https://easyhandshake.com/" style = "color: rgb(255,255,255);" target = "_blank" > EasyHandshake< / a > < / td >
2023-12-16 17:19:42 +11:00
< td > Yes< / td >
< td > No< / td >
< td > No< / td >
< td title = "Resolve crosschain domains" > No< / td >
< / tr >
< tr >
2023-12-16 21:42:11 +11:00
< td > < a href = "https://hnsdns.com/" style = "color: rgb(255,255,255);" target = "_blank" > HNS DNS< / a > < / td >
2023-12-16 17:19:42 +11:00
< td > Yes< / td >
< td > No< / td >
< td > Yes< / td >
< td title = "Resolve crosschain domains" > Yes< / td >
< / tr >
< tr >
2023-12-16 21:42:11 +11:00
< td > < a href = "https://hnsns.net/" style = "color: rgb(255,255,255);" target = "_blank" > HNS NS< / a > < / td >
2023-12-16 17:19:42 +11:00
< td > Yes< / td >
< td > No< / td >
< td > No< / td >
< td title = "Resolve crosschain domains" > Yes< / td >
< / tr >
< / tbody >
< / table >
< / div >
< / div >
< / div >
< / section >
2023-12-15 17:00:01 +11:00
< footer class = "text-center bg-dark" >
< div class = "container text-white py-4 py-lg-5" >
2023-12-16 11:30:14 +11:00
< p class = "text-muted mb-0" > Copyright © 2023 HNS DoH< / p > <!-- Matomo Image Tracker -->
< img referrerpolicy = "no-referrer-when-downgrade" src = "https://analytics.woodburn.au/matomo.php?idsite=11&rec=1" style = "border:0" alt = "" / >
<!-- End Matomo -->
2023-12-15 17:00:01 +11:00
< / div >
< / footer >
< script src = "assets/bootstrap/js/bootstrap.min.js" > < / script >
2023-12-16 17:19:42 +11:00
< script src = "assets/js/bs-init.js" > < / script >
2023-12-15 17:00:01 +11:00
< / body >
< / html >