feat: v0.2.0-rc

This commit is contained in:
2024-03-30 16:32:59 +08:00
parent 9eb06c5135
commit 251f0e0483
4 changed files with 55 additions and 14 deletions

View File

@@ -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