Security Update #6

Merged
raul merged 25 commits from testing into main 2024-05-17 08:00:14 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit cc3f4fbcd6 - Show all commits

View File

@ -8,7 +8,7 @@ Tiny IRC-like chat server written in Go
## Usage examples ## Usage examples
### Starting the server: ### Starting the server:
./mini-chat server --port 1337 --history chat.log ./mini-chat server --port 1337 --history chat.log --password verysecurepassword
### Connecting to the server: ### Connecting to the server:
./mini-chat client --ip 192.168.0.100 --port 1337 ./mini-chat client --ip 192.168.0.100 --port 1337