diff options
author | 2003-01-08 06:06:48 +0000 | |
---|---|---|
committer | 2003-01-08 06:06:48 +0000 | |
commit | 334b91061412a39775ba014583ffa082c46d4e0c (patch) | |
tree | 8b2eba2c34dca2cc683f041aab46a0f57cc31f55 /net-misc/nylon/files | |
parent | This gets a ~ for ppc. (diff) | |
download | historical-334b91061412a39775ba014583ffa082c46d4e0c.tar.gz historical-334b91061412a39775ba014583ffa082c46d4e0c.tar.bz2 historical-334b91061412a39775ba014583ffa082c46d4e0c.zip |
new package. gets ~x86 and ~ppc.
Diffstat (limited to 'net-misc/nylon/files')
-rw-r--r-- | net-misc/nylon/files/digest-nylon-1.1 | 1 | ||||
-rw-r--r-- | net-misc/nylon/files/nylon.conf | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/net-misc/nylon/files/digest-nylon-1.1 b/net-misc/nylon/files/digest-nylon-1.1 new file mode 100644 index 000000000000..489e392661d0 --- /dev/null +++ b/net-misc/nylon/files/digest-nylon-1.1 @@ -0,0 +1 @@ +MD5 8e6c72fede1d6d01f2535aa9a8d113c4 nylon-1.1.tar.gz 81422 diff --git a/net-misc/nylon/files/nylon.conf b/net-misc/nylon/files/nylon.conf new file mode 100644 index 000000000000..9aad4d3511df --- /dev/null +++ b/net-misc/nylon/files/nylon.conf @@ -0,0 +1,36 @@ +# sample configuration # marius aamodt eriksen (marius@umich.edu) +# $Id: nylon.conf,v 1.1 2003/01/08 06:06:48 kain 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 |