Update README.md

This commit is contained in:
PatrykHegenberg 2024-05-31 10:04:47 +02:00 committed by GitHub
parent 62f84255e3
commit b6329eb698
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ You can optionally specify the listening address and port using flags:
```bash ```bash
./target/release/caesar serve -p 8080 -l 192.168.1.100 ./target/release/caesar serve -p 8080 -l 192.168.1.100
``` ```
By default, the server listens on 0.0.0.0:1323. By default, the server listens on 0.0.0.0:8000.
`send` `send`
Sends data through the relay server. Sends data through the relay server.