nex_proxy_import
Import proxy resources from text lines, supporting HTTP, HTTPS, and SOCKS5 protocols while keeping credentials private.
Instructions
Import custom proxy resources from Desktop-compatible text lines the user supplied in the current request. Supported protocols are HTTP, HTTPS, and SOCKS5. Credentials are never returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | One proxy per line, copied from the current user request. Formats: protocol://user:pass@host:port {remark}, protocol://host:port:user:pass {remark}, user:pass@host:port, host:port:user:pass. Protocols: HTTP, HTTPS, SOCKS5; omitted protocol defaults to SOCKS5. IPv6 hosts use [address]:port. | |
| lines | No | Alternative to text: each entry is one Desktop-compatible proxy import line |