A skill that detects system proxy settings and provides proxy information in JSON format.
Run the proxy detector to get current proxy settings:
python proxy_detector.py
The tool outputs proxy information in JSON format with the following structure:
{
"address": "http://localhost:15236",
"isActive": true
}
共 1 个版本