freebsd-ports/net/nylon/files/nylon.conf
Ying-Chieh Liao b50fc8ce46 upgrade to 1.0
PR:		44385
Submitted by:	Volker Stolz <vs@foldr.org>
2002-10-23 07:57:30 +00:00

37 lines
787 B
Plaintext

# sample configuration # marius aamodt eriksen (marius@umich.edu)
# $Id: nylon.conf,v 1.11 2002/03/27 07:39:53 beriksen Exp $
# general settings
[General]
# number of simultaneous connections allowed
No-Simultaneous-Conn=10
# log connections and other information to syslog? 1: on, 0: off
Log=1
# be verbose on the console? 1: on, 0: off
Verbose=0
# store pid file
#PIDfile=/var/run/nylon.pid
# server settings
[Server]
# interface to listen to connections
#Binding-Interface=fxp1
# interface to bind outgoing connections to
#Connecting-Interface=fxp0
# listening port to bind to
Port=1080
# allowed is processed first, then deny
# allowable connect ips/ranges
#Allow-IP=141.0.0.0/8 127.0.0.1 10.0.0.0/24
Allow-IP=127.0.0.1/32
# denied connect ips/ranges
#Deny-IP=10.0.0.0/24