Skip to content

Commit 3048ea4

Browse files
authored
Merge pull request #157 from ZorrillosDev/fix--search
fix: watchit node id
2 parents 60bbf16 + 6310b2c commit 3048ea4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "watchit",
33
"author": "ZorrillosDev",
4-
"version": "0.3.4-alpha.1",
4+
"version": "0.3.5-alpha.1",
55
"private": true,
66
"main": "./src/main/index.js",
77
"description": "Open movies everywhere",

src/main/core/ipfs/browser/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = () => {
22
return {
33
Bootstrap: [
4-
'/dns4/watchit.movie/tcp/443/wss/p2p/12D3KooWGuS8AVUokZ7MKCvNTXn6mv5wYLAP86Rg5snDz7SbZgSZ',
4+
'/dns4/watchit.movie/tcp/443/wss/p2p/12D3KooWGBpPVpV8BCHuXznEpayo9KcLAPtPPvqQjLKUQbXeqg5R',
55
'/dns4/direct.vps1.phillm.net/tcp/443/wss/p2p/QmbPFTECrXd7o2HS2jWAJ2CyAckv3Z5SFy8gnEHKxxH52g',
66
'/dns4/direct.vps2.phillm.net/tcp/443/wss/p2p/12D3KooWCcy4kVFxv6PpvzybLW5cytmwYCEHQSQpsWXoAX2QPkt4',
77
'/dns4/direct.vps3.phillm.net/tcp/443/wss/p2p/12D3KooWD4Z47R1pnzTxCVQAiTKTHasWU2xTAcffyC38BNKM68yw'

src/main/core/ipfs/node/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module.exports = (ports) => {
5555
Discovery: { MDNS: { Enabled: true, Interval: 10 } },
5656
Peering: {
5757
Peers: [
58-
{ ID: '12D3KooWGuS8AVUokZ7MKCvNTXn6mv5wYLAP86Rg5snDz7SbZgSZ', Addrs: ['/ip4/172.104.243.69/tcp/4001'] },
58+
{ ID: '12D3KooWGBpPVpV8BCHuXznEpayo9KcLAPtPPvqQjLKUQbXeqg5R', Addrs: ['/ip4/172.104.243.69/tcp/4001'] },
5959
{ ID: 'QmVzpedLC9oeUPsZZmVFZLZo12sMk6CfXpG2ykUj3xdwTa', Addrs: ['/ip4/34.210.174.172/tcp/4001'] },
6060
{ ID: 'QmbPFTECrXd7o2HS2jWAJ2CyAckv3Z5SFy8gnEHKxxH52g', Addrs: ['/ip4/144.172.69.157/tcp/4001'] },
6161
{ ID: 'QmVPdm5PwdEb2sPTvaZTdx1bvntZQfWurFwzgLYAapkJXr', Addrs: ['/ip4/51.159.132.97/tcp/4001'] },

0 commit comments

Comments
 (0)