rdns-server 1.17.11

A high-performance, security-focused DNS server written in Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
layout: default
title: Not found
description: That page doesn't exist on the rDNS site. Try the home page or jump to features, benchmarks, or install.
permalink: /404.html
---

<section class="section">
  <div class="container center">
    <p class="label-uppercase">404</p>
    <h1>This page doesn't exist.</h1>
    <p class="lead" style="margin-inline:auto">The page you wanted may have moved, or you may have followed a stale link.</p>
    <div class="hero-actions" style="justify-content:center;margin-top:2rem">
      <a class="btn btn-primary" href="{{ '/' | relative_url }}">Back to home</a>
      <a class="btn btn-ghost" href="{{ '/install/' | relative_url }}">Install rDNS</a>
    </div>
  </div>
</section>