|
NAMEnylon —
a lightweight and highly configurable proxy server
SYNOPSIS
DESCRIPTIONnylon is a proxy server. This version supports SOCKS 4
and SOCKS 5 protocols, as well as a mirror mode. nylon
is fully configurable, and can be configured from either the command line or a
provided configuration file.
The options are as follows:
The configuration file can be used as a replacement for the command line options. Please see the provided file nylon.conf for more information. ACCESSAccess to the services provided bynylon are governed by
the the host allow and deny lists.
These are lists composed of hosts and networks. Hosts can be specified either
by their hostname, or their IP address. Networks are specified by a network
address and mask in the form "address/bits", where "bits"
specifies how many bits of the address are to be used to represent the network
mask.
Given an address, whether access is given or not is determined as such. If the address matches any address in the deny list, access is explicitly denied. If the address matches any address in the allow list, access is explititly allowed, unless it is also matched in the deny list. If the deny list is empty, only addresses in the allow list are allowed. If the allow list is empty, all addresses, except for those that are in the deny list, are allowed By default, the allow list is set to "localhost" and the deny list set to "" (empty). EXAMPLESnylon -i fxp1 -a "localhost trusted.com 10.0.0.0/24"
-m cnn.com:http
Mirrors the http service on cnn.com onto the local http port. Only hosts coming from localhost, trusted.com and the network 10.0.0.0/24 are allowed to use this mirroring service. Additionally, the server binds to the IP address belonging to the ethernet interface fxp1.
Runs STANDARDSThenylon server complies with the SOCKS5 (RFC 1928) and
SOCKS4 specifications.
ACKNOWLEDGEMENTSThis product includes software developed by Ericsson Radio Systems.This product includes software developed by the University of California, Berkeley and its contributors. AUTHORSThenylon software has been developed by Marius Aamodt
Eriksen ⟨marius@monkey.org⟩.
Visit the GSP FreeBSD Man Page Interface. |