-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f714965
commit dac27c8
Showing
15 changed files
with
2,459 additions
and
3,988 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module.exports = { | ||
threads: 500, // How many threads should the tool run? | ||
proxy_type: "HTTP", // HTTP | SOCKS4 | SOCKS5 | ||
proxy_check: false, // check proxies before the tool starts | ||
inbox_filter: ["", "", ""] // coming soon! (when the repo reaches 25 stars) | ||
}; | ||
threads: 100, | ||
retry_limit: 1, | ||
proxy_type: "SOCKS5", // HTTP | SOCKS4 | SOCKS5 | ||
inbox_filter: ["", "", ""] // Paid option, contact: https://t.me/etherialdev | ||
}; |
Oops, something went wrong.