mirror of
https://github.com/torproject/community.git
synced 2025-02-17 08:27:55 +00:00
Remove 0 space character
This commit is contained in:
parent
3cf1bcefaf
commit
bfff5cde61
@ -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.
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user