Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 067c9b0

Browse files
committed
docs: adding circuit relay tutorial (wip)
1 parent 3f5e6ef commit 067c9b0

File tree

1 file changed

+7
-1
lines changed
  • examples/exchange-files-in-browser/public

1 file changed

+7
-1
lines changed

examples/exchange-files-in-browser/public/app.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,14 @@ function start () {
3737
Addresses: {
3838
Swarm: [
3939
// '/dns4/wrtc-star.discovery.libp2p.io/tcp/443/wss/p2p-webrtc-star'
40-
'/dns4/ws-star.discovery.libp2p.io/tcp/443/wss/p2p-websocket-star'
40+
// '/dns4/ws-star.discovery.libp2p.io/tcp/443/wss/p2p-websocket-star'
4141
]
42+
},
43+
Bootstrap: [],
44+
EXPERIMENTAL: {
45+
relay: {
46+
enabled: true
47+
}
4248
}
4349
}
4450
}

0 commit comments

Comments
 (0)