mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
moved TelnetURLs to it's own list
This commit is contained in:
parent
860702d685
commit
736ebce98a
1 changed files with 40 additions and 0 deletions
40
src/Home/Telnet/Extra/TelnetList.DD
Normal file
40
src/Home/Telnet/Extra/TelnetList.DD
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
// Telnet("mbrserver.com");
|
||||||
|
// Telnet("freechess.org");
|
||||||
|
// Telnet("dura-bbs.net", 6359);
|
||||||
|
// Telnet("darkrealms.ca");
|
||||||
|
|
||||||
|
// good to test refresh, line feed, etc
|
||||||
|
// Telnet("20forbeers.com", 1337);
|
||||||
|
|
||||||
|
// view public IP
|
||||||
|
// Telnet("telnetmyip.com")
|
||||||
|
|
||||||
|
// time
|
||||||
|
// Telnet("india.colorado.edu", 13);
|
||||||
|
|
||||||
|
// telehack
|
||||||
|
// Telnet("telehack.com");
|
||||||
|
|
||||||
|
// star trek game
|
||||||
|
// Telnet("mtrek.com", 1701);
|
||||||
|
// Telnet("xmltrek.com", 1701);
|
||||||
|
|
||||||
|
// Telnet("bbs.archaicbinary.net"); // Archaic Binary
|
||||||
|
// Telnet("ateraan.com", 4002); // New Worlds - Ateraan
|
||||||
|
// Telnet("avalon-rpg.com"); // Avalon: The Legend Lives
|
||||||
|
// Telnet("aardmud.org", 4000); // Aardwolf MUD
|
||||||
|
// Telnet("TextMMOde.com"); // Sands of Time / Deep Space MMO
|
||||||
|
// Telnet("legendofthereddragon.ca"); // Legend of the Red Dragon (Canada)
|
||||||
|
// Telnet("lord.stabs.org"); // Legend of the Red Dragon
|
||||||
|
// Telnet("thehatshop.mudhosting.net", 3000); // Hallowed Halls
|
||||||
|
// Telnet("batmud.bat.org"); // BatMUD
|
||||||
|
// Telnet("forgottenkingdoms.org", 4000); // Forgotten Kingdoms
|
||||||
|
// Telnet("igormud.org", 1701);// Igor MUD
|
||||||
|
// Telnet("achaea.com"); // Achaea, Dreams of Divine Lands
|
||||||
|
// Telnet("gcomm.com"); // Galacticomm BBS
|
||||||
|
// Telnet("1984.ws"); // 1984
|
||||||
|
|
||||||
|
// Telnet("telnet.holdfastbbs.ca", 2323);
|
||||||
|
|
||||||
|
// Telnet("bbs.fozztexx.com", 23);
|
||||||
|
// Telnet("bbs.bottomlessabyss.net", 2023); // really modern
|
Loading…
Reference in a new issue