Change example rendezvous node to /dns4/discover.unstoppableswap.net/tcp/8888/p2p/12D3Ko...

The rendezvous node that was provided for testing purposes by the COMIT team will be shutdown.
This commit is contained in:
binarybaron 2022-04-22 14:50:48 +02:00
parent b371827b86
commit 9c8fe87ca3
3 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@ For example:
```toml
[network]
rendezvous_point = "/dnsaddr/rendezvous.coblox.tech/p2p/12D3KooWQUt9DkNZxEn2R5ymJzWj15MpG6mTW84kyd8vDaRZi46o"
rendezvous_point = "/dns4/discover.unstoppableswap.net/tcp/8888/p2p/12D3KooWA6cnqJpVnreBVnoro8midDL9Lpzmg8oJPoAGi7YYaamE"
external_addresses = ["/dns4/example.com/tcp/9939"]
```