chore(portforwarding): update description

pull/597/head
jon4hz 5 months ago
parent a1e6dea372
commit 471b55f463
No known key found for this signature in database
GPG Key ID: 4B0AFE9E7118898E

@ -32,6 +32,8 @@ use POSIX qw(strftime);
# So this feature might not be what you need if you require a large amount of remote port accesses.
# - port forwarding only works on a bastion master
# - when performing a HA failover, an additional step to handle the sshd config is required
# - If the debug option is enabled in the config, a user could potentially read ACLs of other users and groups.
# This is caused by the fact that finding a new local ports requires reading all existing ACLs to find already allocated ports.
# Check if a port is in use by any process on the system
sub _is_port_in_use {

Loading…
Cancel
Save