-
Notifications
You must be signed in to change notification settings - Fork 123
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
1 changed file
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,19 +34,19 @@ Output options: | |
--hr If set, returns results with human readable key | ||
translations. | ||
--show_name If this and --hr are set, the key name is shown in | ||
parentheses afterits short value | ||
parentheses after its short value | ||
--colorize If set, colorizes the output using ANSI. Should work | ||
in most platform consoles. | ||
|
||
IPWhois settings: | ||
--timeout TIMEOUT The default timeout for socket connections in seconds. | ||
--proxy_http PROXY_HTTP | ||
The proxy HTTP address passed to request.ProxyHandler. | ||
User authcan be passed like | ||
User auth can be passed like | ||
"http://user:[email protected]:80" | ||
--proxy_https PROXY_HTTPS | ||
The proxy HTTPS address passed to | ||
request.ProxyHandler. User authcan be passed like | ||
request.ProxyHandler. User auth can be passed like | ||
"https://user:[email protected]:443" | ||
--disallow_permutations | ||
Disable additional methods if DNS lookups to Cymru | ||
|