Update port forwarding directions

On some routers (tested on a [Spectrum 6](https://d15yx0mnc9teae.cloudfront.net/sites/default/files/WiFi-6-Guide-1-7-21.pdf)), UPnP caused certain ports to be inaccessible, regardless of `sudo yunohost firewall reload` or manual port forwarding rules. turning UPnP off solved the problem.
This commit is contained in:
Jon Staab 2022-01-09 10:22:46 -08:00 committed by GitHub
parent c5798004d3
commit f69efdad0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,3 +58,4 @@ A technology called UPnP is available on some internet boxes / routers and allow
sudo yunohost firewall reload sudo yunohost firewall reload
``` ```
On some routers, UPnP can actually get in the way. If some or all ports are inaccessible from outside your network, try turning UPnP off in your router's settings and setting up port forwarding manually. You can easily test port accessibility using tools like [CanYouSeeMe](https://canyouseeme.org/).