Default proxy type setting corrected
authorrc0r <hlt99@blinkenshell.org>
Fri, 3 Oct 2014 05:45:23 +0000 (07:45 +0200)
committerrc0r <hlt99@blinkenshell.org>
Fri, 3 Oct 2014 05:45:23 +0000 (07:45 +0200)
rainbowstream/rainbow.py

index c05183e74c6af1ee2529514bae48e27f85b9571d..c1563a3d24765d7a1e7586380e307068869aa6a1 100644 (file)
@@ -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()