diff --git a/examples/exchange-files-in-browser/public/app.js b/examples/exchange-files-in-browser/public/app.js index d18114a16e..fbbef93b87 100644 --- a/examples/exchange-files-in-browser/public/app.js +++ b/examples/exchange-files-in-browser/public/app.js @@ -37,8 +37,14 @@ function start () { Addresses: { Swarm: [ // '/dns4/wrtc-star.discovery.libp2p.io/tcp/443/wss/p2p-webrtc-star' - '/dns4/ws-star.discovery.libp2p.io/tcp/443/wss/p2p-websocket-star' + // '/dns4/ws-star.discovery.libp2p.io/tcp/443/wss/p2p-websocket-star' ] + }, + Bootstrap: [], + EXPERIMENTAL: { + relay: { + enabled: true + } } } }