[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pf.conf Macro Question
- To: misc_(_at_)_openbsd_(_dot_)_org
- Subject: Re: pf.conf Macro Question
- From: David Krause <openbsd_(_at_)_davidkrause_(_dot_)_com>
- Date: Mon, 3 Mar 2003 16:54:07 -0600
Another cool macro thing you can do is something like the following:
(suggested by deraadt@ in a commit a while back)
inside = ssh domain www
outside = $inside ftp finger
pass in proto tcp from any to any port { $inside }
pass out proto tcp from any to any port { $outside }
David
Visit your host, monkey.org