Skip to content

Commit

Permalink
fix faq
Browse files Browse the repository at this point in the history
  • Loading branch information
Marketen committed Oct 21, 2024
1 parent 1379c2f commit 55c5c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
<summary><strong>How can I know if I'm using Wireguard's local or remote credentials?</strong></summary>

<ul>
<li>If you're using local credentials, your Wireguard profile's endpoint should be an IP + Port. Ex. `192.168.X.X:<port>`</li>
<li> If you're using remote credentials, then the endpoint should be a dynDNS string + Port. Ex. `<randomstring>.dyndns.dappnode.io:<port>`</li>
<li>If you're using local credentials, your Wireguard profile's endpoint should be an IP + Port (e.g., <code>192.168.X.X:&lt;port&gt;</code>).</li>
<li>If you're using remote credentials, then the endpoint should be a dynDNS string + Port (e.g., <code>&lt;randomstring&gt;.dyndns.dappnode.io:&lt;port&gt;</code>).</li>
</ul>
</details>
Expand Down

0 comments on commit 55c5c3a

Please sign in to comment.