Socklisten » History » Revision 5
Revision 4 (Per Amundsen, 07/03/2017 09:51 PM) → Revision 5/12 (Per Amundsen, 02/04/2019 04:41 PM)
_Added in 1.9.0_ */socklisten [-dpE] [-dp] [bindip] <name> [port] [certificate]* [port]* Listens on the specified port for connections to that port. If a port is not specified, the port is selected randomly from the range specified in [[Options Dialog|Options]] -> [[DCC Options]] -> [[DCC_Options#Portrange-start|Port Range]]. *Switches* -d - Switch indicates that you specified an ip address as the bind address. -p - Enables "UPnP":https://en.wikipedia.org/wiki/Universal_Plug_and_Play support for the listening socket, if that is available. -E - Creates a SSL listening socket using the specified [certificate] "pfx":https://en.wikipedia.org/wiki/PKCS_12 file. *Parameters* [bindip] - Ip address to bind to. (used with -d) <name> - Name to give the listening connection. [port] - Port to listen on. [certificate] - the SSL certificate "pfx":https://en.wikipedia.org/wiki/PKCS_12 file to use with -E.