dockerfiles/proxyhub
kevin 1ec6629a90 update haproxy.cfg 2023-11-08 08:04:32 +08:00
..
Dockerfile chore: Use --no-cache-dir flag to pip in Dockerfiles, to save space 2021-07-02 01:02:49 +05:30
README.md update proxyhub 2015-04-22 15:54:40 +08:00
fig.yml add proxyhub 2015-03-19 15:21:37 +08:00
haproxy.cfg update haproxy.cfg 2023-11-08 08:04:32 +08:00
nginx.conf update proxyhub 2015-04-22 15:54:40 +08:00
pdnsd.conf add proxyhub 2015-03-19 15:21:37 +08:00
polipo.conf add polipo.conf 2015-03-19 23:43:22 +08:00
proxy.txt update haproxy.cfg 2023-11-08 08:04:32 +08:00
services.ini update proxyhub 2015-04-22 15:54:40 +08:00
shadowsocks.json update proxyhub 2015-04-22 15:54:40 +08:00
sstest switch to new domain: easypi.info 2016-05-01 09:06:20 +08:00
supervisord.conf add proxyhub 2015-03-19 15:21:37 +08:00

ProxyHub

About

ProxyHub is powered by:

  • shadowsocks: A secure socks5 proxy, designed to protect your Internet traffic.
  • haproxy: A free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications.
  • dnscrypt: A protocol for securing communications between a client and a DNS resolver.
  • pdnsd: A DNS server designed for local caching of DNS information.
  • polipo: A lightweight forwarding and caching web proxy server.
  • nginx: An open source reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer, caching and SSL offload.

Fig

proxyhub:
  image: vimagick/proxyhub
  ports:
    - "1080:1080"
    - "8123:8123"
  restart: always

Run

fig up -d

Test

# socks5 proxy
curl -x socks5h://localhost:1080 https://www.youtube.com

# http(s) proxy
curl -x http://localhost:8123 https://www.youtube.com

Todo

  • add proxy.pac via nginx
  • add transparent socks5 proxy via redsocks