Skip to content
This repository was archived by the owner on Jan 7, 2024. It is now read-only.

Commit 07db89d

Browse files
authored
Correct protocol for port 5514
Port 5514 *needs* to be **udp**, as noted in the upstream documentation (https://help.ui.com/hc/en-us/articles/218506997-UniFi-Ports-Used). Noticed when looking at logs on an access point that showed: `failed to send log data to $address:5514 via udp`. Updating to udp corrected reachability. Ran the change through `doc-builder` to pop out a `GENERATED.md` and all points in the `README.md` where the port is referenced looked fine.
1 parent f28aabf commit 07db89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ opt_param_ports:
5858
- { external_port: "8843", internal_port: "8843", port_desc: "Unifi guest portal HTTPS redirect port" }
5959
- { external_port: "8880", internal_port: "8880", port_desc: "Unifi guest portal HTTP redirect port" }
6060
- { external_port: "6789", internal_port: "6789", port_desc: "For mobile throughput test" }
61-
- { external_port: "5514", internal_port: "5514", port_desc: "Remote syslog port" }
61+
- { external_port: "5514", internal_port: "5514/udp", port_desc: "Remote syslog port" }
6262

6363
# application setup block
6464
app_setup_block_enabled: true

0 commit comments

Comments
 (0)