Skip to content
New issue

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

Support bns names in bind, protected, private #59

Open
dominicletz opened this issue Oct 7, 2020 · 0 comments
Open

Support bns names in bind, protected, private #59

dominicletz opened this issue Oct 7, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest hacktoberfest

Comments

@dominicletz
Copy link
Member

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant