[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[minion-cvs] Support listening on an address other than the publishe...
Update of /home/minion/cvsroot/src/minion/etc
In directory moria.mit.edu:/tmp/cvs-serv12357/etc
Modified Files:
mixminiond.conf
Log Message:
Support listening on an address other than the published address
Index: mixminiond.conf
===================================================================
RCS file: /home/minion/cvsroot/src/minion/etc/mixminiond.conf,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- mixminiond.conf 6 Jan 2003 05:48:59 -0000 1.15
+++ mixminiond.conf 6 Jan 2003 12:57:49 -0000 1.16
@@ -160,9 +160,17 @@
#
#IP: 0.0.0.0
-# Port to listen on
+# Port that clients should connect to.
#
#Port: 48099
+
+# Use these options if the address above that you tell clients about is not
+# actually the address you want to listen on. You only want to do this if
+# you're using some kind of port forwarding scheme. Otherwise, ignore
+# these options.
+#
+#ListenIP: 0.0.0.0
+#ListenPort: 48099
# OTHER VALUES FOR THESE OPTIONS ARE NOT YET SUPPORTED
Enabled: yes