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

Commit

Permalink
docs: adding circuit relay tutorial (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
dryajov committed Mar 13, 2018
1 parent 3f5e6ef commit 067c9b0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion examples/exchange-files-in-browser/public/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
}
Expand Down

0 comments on commit 067c9b0

Please sign in to comment.