summaryrefslogtreecommitdiffstats
path: root/net/nylon/init.d/nylon.conf
diff options
context:
space:
mode:
Diffstat (limited to 'net/nylon/init.d/nylon.conf')
-rw-r--r--net/nylon/init.d/nylon.conf34
1 files changed, 34 insertions, 0 deletions
diff --git a/net/nylon/init.d/nylon.conf b/net/nylon/init.d/nylon.conf
new file mode 100644
index 0000000000..a65abecf0a
--- /dev/null
+++ b/net/nylon/init.d/nylon.conf
@@ -0,0 +1,34 @@
+# 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=/tmp/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