1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/proxyhub
2015-03-20 00:30:30 +08:00
..
shadowsocks add proxyhub 2015-03-19 15:21:37 +08:00
Dockerfile rename services.conf to services.ini 2015-03-19 23:44:23 +08:00
fig.yml add proxyhub 2015-03-19 15:21:37 +08:00
haproxy.cfg add proxyhub 2015-03-19 15:21:37 +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
README.md update doc 2015-03-19 15:58:20 +08:00
services.ini fix polipo 2015-03-20 00:30:30 +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.
  • 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"
  restart: always

Run

fig up -d

Test

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