add in port access information to install docs

This refers to issue https://gitlab.com/veilid/veilid/-/issues/375
This commit is contained in:
Adam Leskis 2024-04-22 14:52:47 +01:00
parent 7daf351608
commit 563b7c358a

View File

@ -109,3 +109,7 @@ To start your headless Veilid node without systemd, run:
```shell
sudo -u veilid veilid-server
```
## Post Install
To let veilid access other nodes, you'll need to open up access to port 5150 for both tcp and udp. You can additionally open port 5151 as well, though if 5150 is open, that should be enough.