Created
February 17, 2021 17:58
-
-
Save UVClay/4b74a225491cb923547dc3e7ebacefd6 to your computer and use it in GitHub Desktop.
UniFi Controller firewalld service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<service> | |
<short>UniFi Controller</short> | |
<description>The UniFi Controller application allows you to manage all your UniFi networking devices from a single console.</description> | |
<port protocol="tcp" port="8443"/><port protocol="tcp" port="8080"/><!-- HTTP and HTTPS Interface (required)> --> | |
<port protocol="tcp" port="8880"/><port protocol="tcp" port="8843"/><!--HTTP and HTTPS Guest Portals --> | |
<port protocol="udp" port="10001"/><!-- AP Discovery --> | |
<port protocol="udp" port="3478"/><!-- STUN port --> | |
<port protocol="udp" port="1900"/><!-- L2 Discovery --> | |
<port protocol="tcp" port="6789"/><!-- Mobile speed test --> | |
<port protocol="tcp" port="5514"/><!-- Remote syslog --> | |
</service> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment