This commit is contained in:
2025-11-02 11:14:40 +01:00
parent 6cfccbefd2
commit 8f5c0a5016
13 changed files with 84 additions and 118 deletions

View File

@@ -30,24 +30,4 @@ frontend ftp_control
backend ftp_servers
mode tcp
balance roundrobin
server ftp1 ftp-server-1:21 check
server ftp1b ftp-server-1b:21 check
frontend ftp_passive_1
bind *:40000-40249
mode tcp
default_backend ftp_passive_1_backend
backend ftp_passive_1_backend
mode tcp
server ftp1 ftp-server-1:40000 check port 21
frontend ftp_passive_1b
bind *:40250-40499
mode tcp
default_backend ftp_passive_1b_backend
backend ftp_passive_1b_backend
mode tcp
server ftp1b ftp-server-1b:40250 check port 21