1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-27 15:42:07 +02:00

Port 8023 is better, it is non protected. Users are free to bind another port

This commit is contained in:
Yohann D'ANELLO
2020-10-13 11:38:22 +02:00
parent 51d38f6fec
commit 3b8c149e38
3 changed files with 4 additions and 4 deletions

View File

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