Enhance MTProxy checker by introducing a new -probe mode deep-strict for stricter response validation. Update README and Docker documentation to clarify probing modes, exit codes, and the new MTPROXY_TDLIB_HELPER and MTPROXY_TDLIB_TIMEOUT environment variables for external helper integration. Refactor connection handling and error reporting to improve robustness and clarity in response verification.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "mtproxy-checker-tdlib-ping",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "TDLib addProxy+pingProxy helper for mtproxy_checkerd (stdout: one JSON line)",
|
||||
"main": "ping.js",
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"prebuilt-tdlib": "^0.1008059.0",
|
||||
"tdl": "^7.4.1",
|
||||
"tdl-tdlib-addon": "^1.2.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user