Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rdap-conformance
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
CentralNic
rdap-conformance
Commits
55712d66
Unverified
Commit
55712d66
authored
Aug 09, 2018
by
Gavin Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated
parent
e4fe6772
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
README.md
README.md
+11
-5
No files found.
README.md
View file @
55712d66
...
...
@@ -15,11 +15,17 @@ an RDAP server against the requirements published by ICANN.
# OPTIONS
-
`--handle=HANDLE`
- explicitly specify handle. If not provided, this is
derived from the path segment of the URL.
-
`--type=TYPE`
- specify response type, must be one of
`domain`
(the default),
`entity`
,
`nameserver`
, or
`help`
.
-
`--debug`
- enable debug mode (i.e. print the HTTP request and response)
-
`--help`
- show this help
derived from the last path segment of the URL.
-
`--type=TYPE`
- specify response type, must be one of
`domain`
,
`entity`
,
`nameserver`
, or
`help`
. If not provided, this is
derived from the last-but-one path segment of the URL.
-
`--nameserver=SERVE`
- specify a nameserver to use. In order to perform
DNSSEC-related tests, the server SHOULD be a validating resolver.
-
`--proxy=URL`
- specify proxy to be used. If
[
LWP::Protocol::socks
](
https://metacpan.org/pod/LWP::Protocol::socks
)
is
installed you can use a SOCKS proxy by givin the URL the
`socks://`
scheme.
-
`--debug`
- enable debug mode (i.e. print HTTP and DNS requests and
responsees).
-
`--help`
- show this help.
# COPYRIGHT
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment