From 545207c6738fe5dc93f4db46705f5a2890c3024e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 19 Oct 2017 13:55:50 +0200 Subject: renamed FTP proxy user from "proxy" to "_ftp_proxy" in pf.conf --- config/obr/pf.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/obr/pf.conf b/config/obr/pf.conf index d158799..ac62be4 100644 --- a/config/obr/pf.conf +++ b/config/obr/pf.conf @@ -97,9 +97,9 @@ pass in on $ext_if proto tcp from any to port 995 rdr-to $euroweb pass in on $ext_if proto tcp from any to port 9418 rdr-to $euroweb anchor "ftp-proxy/*" pass in on $ext_if inet proto tcp to port 21 divert-to 127.0.0.1 port 8021 -pass out on $int_if inet proto tcp to $eurodata port 21 user proxy +pass out on $int_if inet proto tcp to $eurodata port 21 user _ftp_proxy pass in on $ext_if inet proto tcp to port 2121 divert-to 127.0.0.1 port 8022 -pass out on $int_if inet proto tcp to $eurobuild3 port 2121 user proxy +pass out on $int_if inet proto tcp to $eurobuild3 port 2121 user _ftp_proxy pass in on $ext_if proto tcp from any to port 2221 rdr-to $euroweb port 22 pass in on $ext_if proto tcp from any to port 2222 rdr-to $eurodata port 22 pass in on $ext_if proto tcp from any to port 2223 rdr-to $eurobuild3 port 22 -- cgit v1.2.3-54-g00ecf