dshop icon indicating copy to clipboard operation
dshop copied to clipboard

Change DNS records on modal to show simple names

Open mikeshultz opened this issue 4 years ago • 2 comments

Show simple names in the CustomDomain modal. For instance, instead of showing a records like this:

shop.example.com CNAME fs-autossl.ogn.app.
_dnslink.shop.example.com TXT "dnslink=/ipns/example.ogn.app"

Show them like this:

shop CNAME fs-autossl.ogn.app.
_dnslink.shop TXT "dnslink=/ipns/example.ogn.app"

Not only are those accurate Bind records, but I think it's more common with DNS providers to enter in the simple names instead of the fully-qualified names.

mikeshultz avatar Aug 04 '20 19:08 mikeshultz

@nick is this something you're working on or finished? If not, shall we move it to the backlog?

micahalcorn avatar Feb 04 '21 20:02 micahalcorn

Backlog sounds good

nick avatar Feb 05 '21 15:02 nick