feat: v0.2.0-rc
This commit is contained in:
27
README.md
27
README.md
@@ -1,7 +1,30 @@
|
||||
# proxy-inspector
|
||||
|
||||
TODOs
|
||||
`proxy_config.json` sample config:
|
||||
|
||||
* Dynamic issue certificate
|
||||
```json
|
||||
{
|
||||
"groups": [
|
||||
{
|
||||
"port": 443,
|
||||
"lookup_dns": true,
|
||||
"tls": {
|
||||
"intermediate_cert": "intermediate_cert.pem",
|
||||
"intermediate_key": "intermediate_pri_key.pem"
|
||||
},
|
||||
"proxy_map": {
|
||||
"hatter.ink": {
|
||||
"address": "101.132.122.240:443",
|
||||
"tls": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
Important
|
||||
|
||||
* intermediate certificate only tested ECDSA(P384) with SHA384
|
||||
* P384 with SHA256 is NOT supported
|
||||
* P256 with SHA256 should be supported, but not tested
|
||||
|
||||
Reference in New Issue
Block a user