Remove 0 space character

This commit is contained in:
hiro 2019-04-27 22:08:00 +02:00
parent 3cf1bcefaf
commit bfff5cde61
2 changed files with 3 additions and 2 deletions

View File

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

View File

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