gomobile-ipfs
gomobile-ipfs copied to clipboard
Command to show the DNS server address, and option to set it
Is there an existing issue for this?
- [X] I have searched the existing issues
Feature request
Add an API to get the DNS server address used by NewNode and an API to set a different address.
Context
The commit https://github.com/ipfs-shipyard/gomobile-ipfs/commit/86863cfce316360ffab477e54ec9b29b266ca82a#diff-04399ac2eacd4034b3100cde433ad52c1eb223ed9dfb73545c869f92ce812b0f changed NewNode to create a DialContext with a fixed DNS IP address. There should be an API do get and set this address.
Possible implementation
No response
This should be straight-forward. But need to check if the NewNode functionality in kubo has changed in the meantime. Backlog until we have time to investigate.