File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,15 @@ dumbproxy
33
44[ ![ dumbproxy] ( https://snapcraft.io//dumbproxy/badge.svg )] ( https://snapcraft.io/dumbproxy )
55
6- Simple, scriptable, secure forward proxy.
6+ Simple, scriptable, secure HTTP/SOCKS5 forward proxy.
77
88## Features
99
10+ * Multiple protocol support: both HTTP and SOCKS5 are supported
1011* Cross-platform (Windows/Mac OS/Linux/Android (via shell)/\* BSD)
1112* Deployment with a single self-contained binary
1213* Zero-configuration
13- * Supports CONNECT method and forwarding of HTTPS connections
14+ * Seamless forwarding of all kinds of TCP connections in addition to regular web-traffic forwarding
1415* Supports ` Basic ` proxy authentication
1516 * Via auto-reloaded NCSA httpd-style passwords file
1617 * Via static login and password
@@ -527,6 +528,8 @@ Usage of /home/user/go/bin/dumbproxy:
527528 maximum TLS version accepted by server (default TLS13)
528529 -min-tls-version value
529530 minimum TLS version accepted by server (default TLS12)
531+ -mode value
532+ proxy operation mode (http/socks5) (default http)
530533 -passwd string
531534 update given htpasswd file and add/set password for username. Username and password can be passed as positional arguments or requested interactively
532535 -passwd-cost int
You can’t perform that action at this time.
0 commit comments