bbs-telnet/README.md
2023-07-21 23:22:15 +03:00

15 lines
272 B
Markdown

BBS-like simulator
It can be used with nc, telnet, socat clients
Useful for ancient devices, but TOTALLY NOT SECURE!
```copy example config and edit
cp config.example config
chmod 600 config
$EDITOR config
```
```run server (socat required)
./bss.sh <PORT>
```