Browse Source

fix misspelling of example...

main
John-Mark Gurney 2 weeks ago
parent
commit
85fd395450
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -88,7 +88,7 @@ ntunnel quic_serv -k example.key -c example.crt udp:192.0.2.5:12322 tcp:127.0.0.

Run client:
```
ntunnel quic_client --ca-certs funkthat.crt tcp:127.0.0.1:42720 udp:192.0.2.5:12322
ntunnel quic_client --ca-certs example.crt tcp:127.0.0.1:42720 udp:192.0.2.5:12322
```

Running Tests


Loading…
Cancel
Save