alarmserver
alarmserver copied to clipboard
FTP passive mode enhancement
Allow specifying public IP and port range for FTP passive mode.
Added two configuration values for FTP server:
-
publicIp
- override the docker internal IP with the host IP address -
passivePorts
- specify the port range for the passive mode. These ports need to be passed through to the host in the container run config.
Great work! I'll be testing this over the week and will schedule a public release with these changes if everything goes well. Thank you!