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
Today bns names can be used in many places but not for example in publishing protected and private ports.
Affected commands:
diode -bind 8080:<some_address>:8080 diode publish -protected 8080,<some_address1>,<some_address2> diode publish -private 8080,<some_address1>,<some_address2> diode bns -transfer mydomain,<some_address1>
In all of these bns lookups should be performed. The code for the resolution is already present and can be reused in client.ResolveBNS(lookupName)
client.ResolveBNS(lookupName)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Today bns names can be used in many places but not for example in publishing protected and private ports.
Affected commands:
In all of these bns lookups should be performed. The code for the resolution is already present and can be reused in
client.ResolveBNS(lookupName)
The text was updated successfully, but these errors were encountered: