blob: 825cc0a3e7e4d713f446f74f9b23d115b17659fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# sample configuration
# marius aamodt eriksen (marius@umich.edu)
# $Id$
# 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
|