Security Update #6
|
@ -8,7 +8,7 @@ Tiny IRC-like chat server written in Go
|
|||
|
||||
## Usage examples
|
||||
### 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:
|
||||
./mini-chat client --ip 192.168.0.100 --port 1337
|
||||
|
|
Loading…
Reference in New Issue