diff options
| author | Will Hawkins <[email protected]> | 2022-03-15 21:12:28 -0400 |
|---|---|---|
| committer | Will Hawkins <[email protected]> | 2022-03-15 21:12:28 -0400 |
| commit | f8b462b43c1536a5beeb9c7fd3a843d34e992d42 (patch) | |
| tree | 7e595d26b8240989350f26517f358d6848984741 | |
| parent | 0edc21d2d20c5eaf3cb0d22ded2e4d8588769734 (diff) | |
Update README.md
1. Add information about how to test against the Apple infrastructure
2. Add updated `-help` output (after -ssl-key-file support was added)
| -rw-r--r-- | README.md | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -58,7 +58,6 @@ $./networkQuality --help `networkQuality` with the `--help` option will generate the following output: ``` -Usage of ./networkQuality: -config string name/IP of responsiveness configuration server. (default "networkquality.example.com") -debug @@ -69,14 +68,20 @@ Usage of ./networkQuality: port number on which to access responsiveness configuration server. (default 4043) -profile string Enable client runtime profiling and specify storage location. Disabled by default. - -store-ssl-keys - Store SSL keys from connections for debugging. (currently unused) + -ssl-key-file string + Store the per-session SSL key files in this file. -timeout int Maximum time to spend measuring. (default 20) ``` To facilitate testing, you may want to use the open-source RPM server available from [Apple on GitHub](https://github.com/network-quality/server/tree/main/go). +You can also test against the Apple infrastructure using: + +``` +$ ./networkQuality --config mensura.cdn-apple.com --port 443 --path /api/v1/gm/config +``` + ## References -[RFC2026] https://datatracker.ietf.org/doc/html/rfc2026
\ No newline at end of file +[RFC2026] https://datatracker.ietf.org/doc/html/rfc2026 |
