adding switch --tor-type

This commit is contained in:
Miroslav Stampar
2011-12-15 23:19:55 +00:00
parent 316e27a809
commit 563c0c1066
8 changed files with 37 additions and 28 deletions

View File

@@ -22,7 +22,8 @@ _defaults = {
"threads": 1,
"level": 1,
"risk": 1,
"tech": "BEUST"
"tech": "BEUST",
"torType": "HTTP"
}
defaults = AttribDict(_defaults)