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

Commit 5a9d56d

Browse files
authored
Merge pull request #71 from westonmyers/patch-1
Correct protocol for port 5514
2 parents f28aabf + 07db89d commit 5a9d56d

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)