Skip to content

Instantly share code, notes, and snippets.

@UVClay
Created February 17, 2021 17:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save UVClay/4b74a225491cb923547dc3e7ebacefd6 to your computer and use it in GitHub Desktop.
Save UVClay/4b74a225491cb923547dc3e7ebacefd6 to your computer and use it in GitHub Desktop.
UniFi Controller firewalld service
<?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