From 89e6bf4b2de0cb0ab4be0d405067a92041bb9879 Mon Sep 17 00:00:00 2001 From: rc0r Date: Fri, 3 Oct 2014 07:45:23 +0200 Subject: [PATCH] Default proxy type setting corrected --- rainbowstream/rainbow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index c05183e..c1563a3 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -74,7 +74,7 @@ def parse_arguments(): parser.add_argument( '-pt', '--proxy-type', - default='SOCKS4', + default='SOCKS5', help='Proxy type (HTTP, SOCKS4, SOCKS5; Default: SOCKS5).') return parser.parse_args() -- 2.25.1