You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	mubeng
mubeng has 2 core functionality:
- Run proxy server as proxy IP rotation
- 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