We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
server
1 parent 82eb549 commit 7588135Copy full SHA for 7588135
iroh-relay/README.md
@@ -58,7 +58,7 @@ manual_key_path = "/path/to/certs/cert.key.pem"
58
```
59
60
Then run the server with the `--dev` flag, like you would when normally testing locally:
61
-`cargo run --bin iroh-relay -- --config-path=/path/to/config.toml --dev`
+`cargo run --features="server" --bin iroh-relay -- --config-path=/path/to/config.toml --dev`
62
63
The relay server will run over http on port 3340, as it does using the `--dev` flag, but it will also run a QUIC server on port 7824.
64
0 commit comments