### 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](https://github.com/ipfs-shipyard/gomobile-ipfs/blob/86863cfce316360ffab477e54ec9b29b266ca82a/go/bind/core/node.go#L43) 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_