Fwctl::Services::http - Fwctl module to handle HTTP protocol.


Fwctl documentation  | view source Contained in the Fwctl distribution.

Index


NAME

Top

Fwctl::Services::http - Fwctl module to handle HTTP protocol.

SYNOPSIS

Top

    accept   http -src INTERNAL_NET -dst PROXY
    deny    http -dst MICROSOFT	--nolog --account
    account http -src PROXY -dst INTERNET

DESCRIPTION

Top

The http module is used to control traffic which should be part of an HTTP connection. It use the option port which should contains a comma separated list of port which are open for TCP connections. Defaults to 80.

THIS IS NOT A PROXY. It only open a bunch of TCP port to which connection can be attempted. You have been warned.

AUTHOR

Top

Francis J. Lacoste <francis.lacoste@iNsu.COM>

COPYRIGHT

Top

SEE ALSO

Top

fwctl(8) Fwctl(3) Fwctl::RuleSet(3)


Fwctl documentation  | view source Contained in the Fwctl distribution.