1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-27 23:52:16 +02:00

Expose port 23 for telnet inputs

This commit is contained in:
Yohann D'ANELLO
2020-10-13 11:26:50 +02:00
parent 6d9fe4a028
commit 0055b73917
3 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ func New() *Config {
},
Telnet: telnet.Options{
Enabled: false,
ListenAddress: ":4242",
ListenAddress: ":23",
Width: 80,
Height: 45,
Delay: 50,