bbs-telnet/README.nd

14 lines
255 B
Plaintext
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
$EDITOR config
```
```run server (socat required)
./bss.sh <PORT>
```