-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Showing
2 changed files
with
101 additions
and
40 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,9 +1,13 @@ | ||
{ | ||
premades: "?", # '?' for asking | 'n' for sites.txt | '1' for http/s | '2' for socks4 | '3' for socks5 | ||
premades: "?", # Sets the premade file | '?' for asking | 'n' for sites.txt | '1' for http/s | '2' for socks4 | '3' for socks5 | ||
|
||
removewebsites: "?", # Removes not connectable websites | '?' for asking | 'y' or 'n' | ||
removeWebsites: "?", # Removes not connectable websites | '?' for asking | 'y' or 'n' | ||
|
||
removeproxyless: "?", # Removes websites if no proxies are found | '?' for asking | 'y' or 'n' | ||
removeProxyless: "?", # Removes websites if no proxies are found | '?' for asking | 'y' or 'n' | ||
|
||
threads: "?" # '?' for asking | '[Threadcount]' | ||
randomUseragent: "?", # Decides if random useragent is used | '?' for asking | 'y' for random useragent | 'n' will use the most common useragent | ||
|
||
threads: "?", # '?' for asking | '[Threadcount]' | ||
|
||
timeout: "10" # Sets timeout for the sites | '?' for asking | '[seconds]' | '10' is default | ||
} |