2024-03-30 19:21:45 +08:00
2024-03-30 19:33:57 +08:00
2024-03-30 17:44:36 +08:00
2024-03-30 15:51:47 +08:00
2024-03-30 16:54:26 +08:00
2024-03-30 17:44:36 +08:00
2024-03-30 17:44:36 +08:00

proxy-inspector

proxy_config.json sample config:

{
  "groups": [
    {
      "port": 443,
      "lookup_dns": true,
      "tls": {
        "issuer_cert": "cert.pem",
        "issuer_key": "cert.key"
      },
      "proxy_map": {
        "hatter.ink": {
          "address": "101.132.122.240:443",
          "tls": true
        }
      }
    }
  ]
}

Generate self signed certificate:

$ cargo r --example generate_self_signed_ca

Important

  • Intermediate certificate tested:
    • ECDSA(P384) with SHA384
    • P256 with SHA256
  • P384 with SHA256 is NOT supported
Description
No description provided
Readme 364 KiB
Languages
Rust 100%