{
"webdoor_version": "1.0",
"game": {
"id": "terminal",
"name": "Terminal",
"version": "1.0.1",
"author": "awehttam",
"description": "Connect to hosts on the Internet",
"entry_point": "index.php",
"icon": "icon.svg",
"screenshots": []
},
"requirements": {
"min_host_version": "1.0",
"z-features": ["storage", "leaderboard"],
"permissions": ["user_display_name"]
},
"storage": {
"max_size_kb": 10,
"save_slots": 1
},
"multiplayer": {
"enabled": false
},
"config": {
"terminal": {
"enabled": false,
"comment": "Requires a terminal proxy server (e.g., terminalgateway) with telnet support enabled",
"hosts": [
{
"hostname": "nethack.alt.org",
"port": 23,
"proto": "telnet"
},
{
"hostname": "alt.org",
"port": 22,
"proto": "ssh"
},
{
"hostname": "telehack.com",
"port": 23,
"proto": "telnet"
},
{
"hostname": "bbs.dura-europos.org",
"port": 23,
"proto": "telnet"
},
{
"hostname": "cavebbs.com",
"port": 23,
"proto": "telnet"
},
{
"hostname": "aardmud.org",
"port": 4000,
"proto": "telnet"
},
{
"hostname": "batmud.bat.org",
"port": 23,
"proto": "telnet"
},
{
"hostname": "blackflag.acid.org",
"port": 23,
"proto": "telnet"
},
{
"hostname": "serionbbs.com",
"port": 23,
"proto": "telnet"
}
]
}
}
|