-
The documentation could be better in that regard. It says
What does port 21116/udp do? Do this mean that I have to open 21115-21117/tcp and 21116/udp only, if running behind nginx? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If the above is true, I wrote a firewalld service xml <?xml version="1.0" encoding="utf-8"?>
<service>
<short>Rustdesk</short>
<description>RustDesk is a full-featured open source remote control alternative for self-hosting and security with minimal configuration.</description>
<port protocol="tcp" port="21115-21117"/>
<port protocol="udp" port="21116"/>
</service> |
Beta Was this translation helpful? Give feedback.
-
The above is correct |
Beta Was this translation helpful? Give feedback.
The above is correct