set port on multicast failure
parent
d3cdb7e1b3
commit
139f6dac27
|
|
@ -11,7 +11,7 @@
|
||||||
"35.196.210.135:5600"
|
"35.196.210.135:5600"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"name": "electron-react-boilerplate",
|
"name": "valnet",
|
||||||
"productName": "ElectronReact",
|
"productName": "ElectronReact",
|
||||||
"description": "Electron application boilerplate based on React, React Router, Webpack, React Fast Refresh for rapid application development",
|
"description": "Electron application boilerplate based on React, React Router, Webpack, React Fast Refresh for rapid application development",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,8 @@ module.exports = {
|
||||||
},
|
},
|
||||||
"endpoints": [
|
"endpoints": [
|
||||||
"valnet.xyz:5500",
|
"valnet.xyz:5500",
|
||||||
"35.196.210.135:5600"
|
"nightly.valnet.xyz:5600",
|
||||||
|
"canary.valnet.xyz:5600",
|
||||||
|
"stable.valnet.xyz:5600"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -48,6 +48,7 @@ class Node extends EventEmitter {
|
||||||
log.warn('If This is meant to be a server, you\'ll');
|
log.warn('If This is meant to be a server, you\'ll');
|
||||||
log.warn('need to manually forward the port.');
|
log.warn('need to manually forward the port.');
|
||||||
log.warn('elsewise, this warning is safe to ignore.');
|
log.warn('elsewise, this warning is safe to ignore.');
|
||||||
|
this.port = config.ports.relay;
|
||||||
}
|
}
|
||||||
|
|
||||||
async startServer() {
|
async startServer() {
|
||||||
|
|
|
||||||
Reference in New Issue