Fixes
This commit is contained in:
parent
feb1ec51c8
commit
90a9196a9d
10 changed files with 1124 additions and 52 deletions
|
|
@ -10,6 +10,12 @@ It relies on the server name extension in TLS (SNI). Requests without server nam
|
|||
|
||||
For experimental purpose. Do not use on an open network where security matters.
|
||||
|
||||
## Build
|
||||
|
||||
```bash
|
||||
RUSTFLAGS="--cfg tokio_unstable" cargo build --release
|
||||
```
|
||||
|
||||
## Record file format
|
||||
|
||||
The record file is a list of records. Each record follows this format:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue