mirror of
https://git.phreedom.club/localhost_frssoft/bbs-telnet
synced 2024-11-23 22:39:24 +02:00
15 lines
319 B
Markdown
15 lines
319 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>
|
|
```
|
|
run it without argument -> random port selected
|