fix(docs): Add DNS docs for Linux (#3810)

Signed-off-by: Jamil <jamilbk@users.noreply.github.com>
Signed-off-by: Reactor Scram <ReactorScram@users.noreply.github.com>
Co-authored-by: Reactor Scram <ReactorScram@users.noreply.github.com>
This commit is contained in:
Jamil
2024-02-29 13:12:24 -08:00
committed by GitHub
parent 3c04025be1
commit 6d32e30133
6 changed files with 105 additions and 17 deletions

View File

@@ -78,6 +78,13 @@ defmodule Web.Sites.NewToken do
class="w-full text-xs whitespace-pre-line"
phx-no-format
><%= systemd_command(@env) %></.code_block>
<p class="p-4">
<strong>Important:</strong>
You'll need to make sure that the <code>iptables</code>
and <code>ip6tables</code>
commands are available on your system.
</p>
</:tab>
<:tab
id="docker-instructions"