commit bfff5cde617df2280f37ba4851f6238cfa355ba6 Author: hiro hiro@torproject.org Date: Sat Apr 27 22:08:00 2019 +0200
Remove 0 space character --- content/relay-operations/technical-setup/contents.lr | 3 ++- templates/relay-operations.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/content/relay-operations/technical-setup/contents.lr b/content/relay-operations/technical-setup/contents.lr index d3cd089..19d60c0 100644 --- a/content/relay-operations/technical-setup/contents.lr +++ b/content/relay-operations/technical-setup/contents.lr @@ -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.
diff --git a/templates/relay-operations.html b/templates/relay-operations.html index 7fa9c8c..e861c25 100644 --- a/templates/relay-operations.html +++ b/templates/relay-operations.html @@ -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>