diff options
author | NoCatt <86153630+NoCatt@users.noreply.github.com> | 2023-08-02 23:52:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-02 23:52:31 +0200 |
commit | 432e1a3ceae08bdf84845b17062627797575a164 (patch) | |
tree | a8aa1895b4e9b687b896b9265059d4d346051d41 /docs/hosting-a-server-with-northstar/troubleshooting.md | |
parent | 9bf0addd8d90cba35330e067c36de094f29e6c33 (diff) | |
download | NorthstarWiki-432e1a3ceae08bdf84845b17062627797575a164.tar.gz NorthstarWiki-432e1a3ceae08bdf84845b17062627797575a164.zip |
Remove mentions of TCP (#203)
TCP requirement was removed in `v1.12` and we have since version gated above that version.
Diffstat (limited to 'docs/hosting-a-server-with-northstar/troubleshooting.md')
-rw-r--r-- | docs/hosting-a-server-with-northstar/troubleshooting.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/hosting-a-server-with-northstar/troubleshooting.md b/docs/hosting-a-server-with-northstar/troubleshooting.md index 27e5569..cd35be9 100644 --- a/docs/hosting-a-server-with-northstar/troubleshooting.md +++ b/docs/hosting-a-server-with-northstar/troubleshooting.md @@ -46,8 +46,6 @@ See [CGNAT](https://r2northstar.gitbook.io/r2northstar-wiki/hosting-a-server-wit ### If server is not reachable using external IP nor using internal IP -Try checking your loopback network interface `http://127.0.0.1:{server_tcp_port}/verify` - **Another program is using the port** Sometimes another program listens to the same port as Northstar. |