Files
proxy-inspector/proxy_config.json
2024-03-30 17:35:11 +08:00

18 lines
337 B
JSON

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