projects
/
rainbowstream.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c426a34
)
Default proxy type setting corrected
author
rc0r
<hlt99@blinkenshell.org>
Fri, 3 Oct 2014 05:45:23 +0000
(07:45 +0200)
committer
rc0r
<hlt99@blinkenshell.org>
Fri, 3 Oct 2014 05:45:23 +0000
(07:45 +0200)
rainbowstream/rainbow.py
patch
|
blob
|
blame
|
history
diff --git
a/rainbowstream/rainbow.py
b/rainbowstream/rainbow.py
index c05183e74c6af1ee2529514bae48e27f85b9571d..c1563a3d24765d7a1e7586380e307068869aa6a1 100644
(file)
--- a/
rainbowstream/rainbow.py
+++ b/
rainbowstream/rainbow.py
@@
-74,7
+74,7
@@
def parse_arguments():
parser.add_argument(
'-pt',
'--proxy-type',
- default='SOCKS
4
',
+ default='SOCKS
5
',
help='Proxy type (HTTP, SOCKS4, SOCKS5; Default: SOCKS5).')
return parser.parse_args()