Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
module:telgate [2017/12/09 16:48] – Fixed digital manmodule:telgate [2021/01/24 21:49] (current) – [Telgate] new title digital man
Line 1: Line 1:
-====== Telgate ======+====== Telnet Gateway ======
 The Telnet Gateway (''telgate.js'') module allows users of your system's [[server:Terminal]] Server to connect to other TCP/Telnet services on the Internet through your BBS. Typically, these services would be other telnetable BBSes, door game servers, and MUDs, although really, you can theoretically create a gate to any single-port TCP service (e.g. POP3, but not FTP). The Telnet Gateway (''telgate.js'') module allows users of your system's [[server:Terminal]] Server to connect to other TCP/Telnet services on the Internet through your BBS. Typically, these services would be other telnetable BBSes, door game servers, and MUDs, although really, you can theoretically create a gate to any single-port TCP service (e.g. POP3, but not FTP).
  
Line 17: Line 17:
 ==== Address ==== ==== Address ====
  
-The //<address>// argument is the destination address in the format: ''<//IP address or hostname//>[://port//]''+The <//address//argument is the destination address in the format: ''<//IP address or hostname//>[://port//]''
  
-If the TCP //port// number is not specified, the default is 23 (telnet).+If the TCP //port// number is not specified, the default is 23 (standard for telnet).
  
-Examples <address> values:+Examples <//address//> values:
  
- "vert.synchro.net" +  * vert.synchro.net 
- "24.0.193.46" +  24.0.193.46 
- "retromud.org:3000"+  retromud.org:3000
  
 ==== Mode ====  ==== Mode ==== 
Line 79: Line 79:
 ===== See Also ===== ===== See Also =====
   * [[:module:|Modules]]   * [[:module:|Modules]]
 +  * [[:module:RLogin]]
  
 {{tag>JavaScript}} {{tag>JavaScript}}