From b87bf4c47fd6978ece6db273a10536a405a3e291 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Fri, 15 Dec 2023 17:13:32 +1100 Subject: [PATCH] feat: Add powered by to index --- content/index.html | 9 ++++++++- nginx.conf | 3 +-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/content/index.html b/content/index.html index 29fa87b..32ff555 100644 --- a/content/index.html +++ b/content/index.html @@ -32,11 +32,18 @@
HNS DoH
-
+

HNS DoH

Welcome to HNS DoH, your gateway to Handshake domains.

As the digital landscape continues to evolve, traditional Domain Name System (DNS) protocols face increasing vulnerabilities. In response to these challenges, we proudly present a revolutionary solution that combines the security of DNS over HTTPS with the decentralized and censorship-resistant nature of Handshake domains. Our service empowers you to navigate the internet with confidence, ensuring that your online presence is shielded from prying eyes and potential threats.

Harness the power of Handshake domains, a decentralized naming protocol built on blockchain technology, and elevate your internet experience to new heights. [Service Name] not only prioritizes privacy but also embraces the principles of openness and resilience, placing control back into the hands of users like never before.

Join us on a journey towards a safer, more private internet, where your Handshake domains seamlessly integrate with the robust security provided by DNS over HTTPS. Welcome to a future where privacy is not just a feature but a fundamental right.

+

Powered by

+
    +
  • Nathan.Woodburn/
  • +
  • easyhandshake.com/
  • +
  • hnsdns.com/
  • +
  • hnsns.net/
  • +
diff --git a/nginx.conf b/nginx.conf index e9aac8e..f9ed79a 100644 --- a/nginx.conf +++ b/nginx.conf @@ -6,7 +6,7 @@ server { proxy_ssl_server_name on; proxy_set_header Host doh.hnshosting.au; proxy_pass https://doh.hnshosting.au; - add_header X-DoH-Server "HNSHosting.au"; + add_header X-DoH-Server "Nathan.Woodburn/"; } } @@ -66,7 +66,6 @@ server { proxy_pass http://main; } - # All other requests will be redirected to a static page location / { root /var/www/html;