From 7e04bb65f8cc1a188c8382e2e7d82c0d5ba72b8b Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Wed, 24 Jul 2019 21:11:58 +0100 Subject: [PATCH] docs: update delegate node addrs (#2291) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7eeaee7359..4df17d89f6 100644 --- a/README.md +++ b/README.md @@ -347,8 +347,8 @@ If you need to support Delegated Content and/or Peer Routing, you can enable it If you are not able to run your own delegate router nodes, we currently have two nodes that support delegated routing. **Important**: As many people may be leveraging these nodes, performance may be affected, which is why we recommend running your own nodes in production. Available delegate multiaddrs are: -- `/dns4/node0.preload.ipfs.io/tcp/443/https` -- `/dns4/node1.preload.ipfs.io/tcp/443/https` +- `/dns4/node0.delegate.ipfs.io/tcp/443/https` +- `/dns4/node1.delegate.ipfs.io/tcp/443/https` **Note**: If more than 1 delegate multiaddr is specified, the actual delegate will be randomly selected on startup.