You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Overview
Add support for SRV record protocol "shortcuts"
Add new (default) multi-line results summary output format
Misc bugfixes
built using Go 1.15.8
Added
Add support for SRV record protocol "shortcuts"
e.g., allows specifying msdcs as protocol keyword and example.com as
the query string to query for available domain controllers instead of
specifying _ldap._tcp.dc._msdcs.example.com as the query string.
Add new (default) multi-line results summary output format
attempts to work around display issues with many results per record type
Changed
Default results summary output changed from single-line to multi-line
the prior format can be set persistently via config file or one-off via
CLI flag
Modify concurrency implementation to better support future work and help
with implementing SRV protocol "shortcuts"
while this should be an improvement overall, this has not been fully
tested yet
Fixed
Repeating query type flag results in duplicate queries
Use default consts (which are currently empty strings) instead of actual
empty strings
this was a bug waiting to happen
References
See the v0.5.0 milestone for the issues associated with this release.