Reverse proxy for FTP integrated with DNS based service discovery
1.1K
Reverse proxy for FTP based on proftpd and mod_proxy. It is available on docker: https://hub.docker.com/r/richardjkendall/ftp-rproxy
The application creates a proftpd.conf which routes traffic towards the discovered backend. It expects the following environment variables to be set
| Variable | Value | Mandatory |
|---|---|---|
| SRV_RECORD | Name of the DNS SRV record we should be using to find the backend servers | yes |
| REFRESH_RATE | Number of seconds between each attempt to discover new backends, defaults to 60 | no |
To run with docker issue the following command
docker run \
--name ftpproxy \
--network host \
-e SRV_RECORD=backend_srv_record \
richardjkendall/ftp-rproxy
Content type
Image
Digest
Size
151.3 MB
Last updated
almost 6 years ago
docker pull richardjkendall/ftp-rproxy