We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using axfr-get, the port and dist fields get transposed.
E.g the following record
_xmpp-client._tcp.example.com. 1800 IN SRV 0 5 5222 jabber.example.com.
gets translated to
S_xmpp-client._tcp.example.com::jabber.example.com.:0:5:5222:1800
Really it should be translated to
S_xmpp-client._tcp.example.com::jabber.example.com.:5222:5:0:1800
The text was updated successfully, but these errors were encountered:
Swap dist and port fields in axfr-get.c
08931eb
The tinydns fields are in the reverse order to those presented in the SRV rdata. Closes balena#1
No branches or pull requests
When using axfr-get, the port and dist fields get transposed.
E.g the following record
gets translated to
Really it should be translated to
The text was updated successfully, but these errors were encountered: