issues
search
icann
/
icann-rdap
ICANN implementation of the Registry Data Access Protocol (RDAP)
Apache License 2.0
15
stars
4
forks
source link
remove a-label only restriction on cli, add a-label query type
#55
Closed
anewton1998
closed
8 months ago
anewton1998
commented
8 months ago
The PR does the following:
Removes the restriction that CLI domain lookups must be a-labels.
Adds a specific query type for converting u-labels to a-labels and doing the query as an a-label
Adds punctuation check to the is_unicode_name string utility function
The PR does the following: