mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-03 12:06:17 -04:00
dnsaddr
instead of dns4
This commit is contained in:
parent
2472d116a2
commit
80fb9b7393
2 changed files with 4 additions and 1 deletions
|
@ -36,6 +36,9 @@ A service provider has to manually provide the connection details to users that
|
|||
The Peer-ID is printed upon startup of the ASB.
|
||||
The multi-address typically consists of IP-address or URL (if DNS entry configured) of the service provider.
|
||||
|
||||
When configuring a domain name for the ASB through a DNS entry, a service provider can configure it by using the [`dnsaddr` format](https://github.com/multiformats/multiaddr/blob/master/protocols/DNSADDR.md) for the TXT entry.
|
||||
This will simplify the connection detail `--seller-addr` for CLI users connecting to the ASB and provides more flexibility with e.g. ports (i.e. `/dnsaddr/your.domain.tld` instead of `/dns4/your.domain.tld/tcp/port`).
|
||||
|
||||
Each service provider running an ASB can decide how/where to share these connection details.
|
||||
|
||||

|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue