kyokan / bob-wallet

Bob Wallet is a GUI for DNS Record Management and Name Auctions on Handshake. It includes an integrated full node: hsd
https://www.bobwallet.io/
GNU General Public License v3.0
381 stars 91 forks source link

Alias doesn't work with Remote HSD Node #518

Open Nathanwoodburn opened 2 years ago

Nathanwoodburn commented 2 years ago

Expected Behavior

Bob should allow using a specified port to do DNS requests for alias

Current Behavior

Bob doesn't have any alias with Remote HSD Node. The DNS resolving is working.

Images

image image image

Context (Environment)

This means I can't use a remote node to send people HNS ;(

Logs

No Logs taken. If it would help, I can recreate the problem and record the logs

rithvikvibhu commented 2 years ago

That looks like different ports in the images. Try setting 53501 in settings?

Nathanwoodburn commented 2 years ago

Opps, the first image was from a previous attempt as getting it to work. The ports were correct. The send to doesn't even show the alias option. Is it set to not work at all on remote HSD?

rithvikvibhu commented 2 years ago

Oh just thinking about it now, it wouldn't work. Because when in RPC, there is no local DNS server running.

Now we could add a field to set a custom IP address for the dns resolver (not just port), but that brings in other problems:

Thinking of what can be done,