feat: Add powered by to index
All checks were successful
Build Docker / Build Docker (push) Successful in 26s

This commit is contained in:
Nathan Woodburn 2023-12-15 17:13:32 +11:00
parent 126311149c
commit b87bf4c47f
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1
2 changed files with 9 additions and 3 deletions

View File

@ -32,11 +32,18 @@
<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>
<section id="intro" style="margin: 100px;margin-top: 30vh;">
<section id="intro" style="margin: 100px;margin-top: 20vh;">
<div>
<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>
<p>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.<br><br>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.<br><br>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.</p>
<h1 style="margin-top: 50px;">Powered by</h1>
<ul class="list-group">
<li class="list-group-item"><span>Nathan.Woodburn/</span></li>
<li class="list-group-item"><span>easyhandshake.com/</span></li>
<li class="list-group-item"><span>hnsdns.com/</span></li>
<li class="list-group-item"><span>hnsns.net/</span></li>
</ul>
</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">

View File

@ -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;