1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-21 18:06:36 +02:00
dockerfiles/mubeng
2024-09-24 13:57:29 +08:00
..
data add mubeng 2024-09-24 13:49:01 +08:00
docker-compose.yml add mubeng 2024-09-24 13:49:01 +08:00
README.md update mubeng 2024-09-24 13:57:29 +08:00

mubeng

mubeng has 2 core functionality:

  1. Run proxy server as proxy IP rotation
  2. Perform proxy checks

Quick Start

$ mubeng --version

$ echo "socks5://x.x.x.x:1080" | mubeng -v -a 0.0.0.0:3128 -f -

$ curl localhost:3128/cert > mubeng.der

$ openssl x509 -inform der -outform pem -in mubeng.der -out mubeng.crt

$ curl --cacert mubeng.crt -x localhost:3128 https://ipinfo.io

Install a root CA certificate in the trust store