- antigravity/node-tls-proxy/ ← 原 tools/node-tls-proxy - antigravity/firewall/ ← 原 tools/firewall - antigravity/maintenance/ ← 原 tools/maintenance - repository/http_upstream_antigravity.go ← Node.js 代理 3 个方法(原在 http_upstream.go) - service/identity_service_antigravity.go ← ApplyDefaultFingerprintOverrides + NewIdentityServiceWithSalt - service/account_antigravity.go ← Gemini TLS 指纹扩展函数 对上游文件 http_upstream.go 的钩子调用精简为 2 处 if 块(共 14 行) 对上游文件 account.go Gemini 分支精简为 1 行函数调用 便于 upstream rebase 时快速识别和保留自定义改动
15 lines
350 B
JSON
15 lines
350 B
JSON
{
|
|
"name": "node-tls-proxy",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Node.js TLS forward proxy for native JA3/JA4 fingerprint matching",
|
|
"main": "proxy.js",
|
|
"scripts": {
|
|
"start": "node proxy.js",
|
|
"health": "curl -s http://127.0.0.1:${PROXY_PORT:-3456}/__health | jq ."
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
}
|