帮助文档>代码示例 > Shell语言代码示例

Shell语言代码示例

发布时间:2022-07-03 00:47
  1. #!/bin/bash
  2. targetURL="myip.ipip.net"
  3. proxyAddr="219.151.125.106:31614"
  4. authKey="895314XY"
  5. password="24D6YB309ZCB"
  6. curl -x ${authKey}:${password}@${proxyAddr} ${targetURL} -vvvv
本文导读