bbs-telnet/README.md

15 lines
319 B
Markdown
Raw Normal View History

2023-07-21 20:56:12 +03:00
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
2023-07-21 20:57:21 +03:00
chmod 600 config
2023-07-21 20:56:12 +03:00
$EDITOR config
```
```run server (socat required)
./bss.sh <PORT>
```
2023-07-24 01:11:02 +03:00
run it without argument -> random port selected