Commit bfff5cde authored by Hiro's avatar Hiro 🏄
Browse files

Remove 0 space character

parent 3cf1bcef
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ exit relay there)
reduce the amount of abuse sent to the hoster instead of you.
* Does the hoster allow you to set a custom DNS reverse entry? (DNS PTR record)
This are probably things you will need to ask the hoster in a Pre-Sales ticket

# AS/location diversity

When selecting your hosting provider, consider network diversity on an
@@ -407,7 +408,7 @@ To avoid that the configuration gets changed (for example by the DHCP client):
chattr +i /etc/resolv.conf
```

The Debian configuration ships with QNAME minimisation (RFC7816) enabled
The Debian configuration ships with QNAME minimisation (RFC7816) enabled
by default so you don't need to enable it explicitly. The unbound resolver you
just installed does also DNSSEC validation.

+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
        <div class="card h-100 border-0">
          <div class="card-body">
            <h4 class="text-primary">.{{ child.key }}</h4>
            <h4 class="card-title text-primary">{{ child.title }}</h4>
            <h4 class="card-title text-primary"><a href="{{ child.path|url }}">{{ child.title }}</a></h4>
            <p class="card-text">{{ child.subtitle }}</p>
          </div>
        </div>