From 8c7120c228c4389aad4a8a4ea2c4ef09a96932d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Sun, 15 Jul 2001 13:30:20 +0000 Subject: Highly configurable FTP proxy (under development). --- ftp/jftpgw/files/patch-02 | 63 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 ftp/jftpgw/files/patch-02 (limited to 'ftp/jftpgw/files/patch-02') diff --git a/ftp/jftpgw/files/patch-02 b/ftp/jftpgw/files/patch-02 new file mode 100644 index 000000000000..04ca8a3e3eec --- /dev/null +++ b/ftp/jftpgw/files/patch-02 @@ -0,0 +1,63 @@ +--- jftpgw.conf.sample.in~ Thu Apr 26 11:11:56 2001 ++++ jftpgw.conf.sample.in Sun Jul 15 14:48:03 2001 +@@ -1,7 +1,15 @@ +-# - This is the configuration file for jftpgw @JFTPGW_VERSION@ - ++# - This is the configuration file for jftpgw 0.0.13a - + # - - + # - Lines starting with a ``#'' sign and empty lines will be ignored - + ++#### ++# ++# New sample config file constructed from 0.0.12pre plus information ++# from the web site by Stefan Esser ++# ++#### ++ ++ + + #-Section listen + # Bind to the address(es) specified below +@@ -502,3 +510,43 @@ + + + # - End of configuration file - ++ ++ ++ ++ ++# nobody should connect, except for host1 and host2 ++ ++ access deny ++ ++ ++# host1, host2.domain.net and 192.168.181.234 are allowed to connect to some ++# other host on port 21. ++ ++ ++ access allow ++ ++ ++ ++# *.domain.net may not connect, this paragraph is not valid for host1 and ++# host2. If the connection comes from .slowdomain.domain.net moreover, limit ++# the connection to 4k/s. ++ ++ access deny ++ ++ limit 4 ++ ++ ++ ++# The host on which jftpgw runs may not connect to the proxy itself. Thus, ++# the proxy may not loop by calling itself again ++ ++ ++ access deny ++ ++ ++ ++# This paragraph is valid for all connections again ++ ++ defaultmode passive ++ ++ -- cgit v1.2.3