From b89d149ed50b1e2da0f21a4cf398df339dc5ec42 Mon Sep 17 00:00:00 2001 From: kev Date: Fri, 20 Mar 2015 01:03:25 +0800 Subject: [PATCH] update doc --- proxyhub/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/proxyhub/README.md b/proxyhub/README.md index eaf3cc7..510f030 100644 --- a/proxyhub/README.md +++ b/proxyhub/README.md @@ -10,6 +10,7 @@ ProxyHub 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. @@ -19,6 +20,7 @@ ProxyHub image: vimagick/proxyhub ports: - "1080:1080" + - "8123:8123" restart: always ## Run @@ -27,5 +29,9 @@ ProxyHub ## Test + # socks5 proxy curl -x socks5h://localhost:1080 https://www.youtube.com + # http(s) proxy + curl -x http://localhost:8123 https://www.youtube.com +