From 3b497d99d29fe0994ec686e15f848ce67e8db83c Mon Sep 17 00:00:00 2001 From: y4my4my4m <8145020+y4my4my4m@users.noreply.github.com> Date: Wed, 17 May 2023 15:02:12 +0900 Subject: [PATCH] telnet list --- .../Net/Programs/Telnet/Extra/TelnetList.DD | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 src/Home/Net/Programs/Telnet/Extra/TelnetList.DD diff --git a/src/Home/Net/Programs/Telnet/Extra/TelnetList.DD b/src/Home/Net/Programs/Telnet/Extra/TelnetList.DD new file mode 100644 index 00000000..ef2a8952 --- /dev/null +++ b/src/Home/Net/Programs/Telnet/Extra/TelnetList.DD @@ -0,0 +1,49 @@ +// 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 + +// Telnet("bbs.stormbbs.com"); +// Telnet("conchaos.synchro.net"); +// Telnet("excelsiorbbs.ddns.net",2000); +// Telnet("daemonsgate.com"); +// Telnet("bbs.inktwo.com"); +// Telnet("erb.pw/the-bbs"); + +// bbs.alsgeeklab.com // full of good stuff (irc/gopher browser, etc..) \ No newline at end of file