head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.04.13.20.33.34;	author rene;	state dead;
branches;
next	1.1;

1.1
date	2007.03.07.09.27.02;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove expired port:
2012-04-11 ftp/ftp-proxy: is a part of the base system in all supported FreeBSD versions
@
text
@===================================================================
To make use of the proxy, pf.conf(5) needs the following rules. All
anchors are mandatory.  Adjust the rules as needed.

In the NAT section:

  nat-anchor "ftp-proxy/*"
  rdr-anchor "ftp-proxy/*"
  rdr pass on $int_if proto tcp from $lan to any port 21 -> \
      127.0.0.1 port 8021

In the rule section:

  anchor "ftp-proxy/*"
  pass out proto tcp from $proxy to any port 21 keep state

Add the following line to your /etc/rc.conf to enable the proxy on
startup:

  ftpproxy_enable="YES"

Please consult the man page ftp-proxy(8) for more information.
===================================================================
@


1.1
log
@A ftp proxy for firewalled connections,using pf's anchors and rules.

WWW: http://www.openbsd.org/

PR:		ports/110011
Submitted by:	Christian Ludwig
@
text
@@

