This commit is contained in:
Chris Troutner
2024-09-18 12:01:10 -07:00
parent f2f3208fda
commit 5a819c1d9c
+1 -1
View File
@@ -193,7 +193,7 @@ class IpfsAdapter {
listen: [ listen: [
'/ip4/127.0.0.1/tcp/0', '/ip4/127.0.0.1/tcp/0',
`/ip4/0.0.0.0/tcp/${this.config.ipfsTcpPort}`, `/ip4/0.0.0.0/tcp/${this.config.ipfsTcpPort}`,
`/ip4/0.0.0.0/tcp/${this.config.ipfsWsPort}/ws`, `/ip4/0.0.0.0/tcp/${this.config.ipfsWsPort}/ws`
// '/webrtc' // '/webrtc'
] ]
}, },