You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2022. It is now read-only.
Enable a system firewall that blocks all incoming connections. You know, like the one you’d find by default in most Linux server distributions and even some desktop distros.
Open port 8989 and allow UDP and TCP connections to that port in the firewall.
Run dat doctor --port 8989 and select the peer-to-peer test
Operating system: Fedora 30
Node Version: 10.15.3
Dat Version: 13.13.0
Expected behavior
Should use the specified port as it’s the only one that allows incoming connections.
Output to include: Your address is: <your-ip>:8989
Actual behavior
Output includes: Your address is: <your-ip>:<random-port>
I am reporting: a bug or unexpected behavior
Bug Report
dat doctor --port 8989and select the peer-to-peer testExpected behavior
Should use the specified port as it’s the only one that allows incoming connections.
Output to include:
Your address is: <your-ip>:8989Actual behavior
Output includes:
Your address is: <your-ip>:<random-port>