set port on multicast failure

nightly
Marcus 2021-04-22 23:28:18 -04:00
parent d3cdb7e1b3
commit 139f6dac27
3 changed files with 5 additions and 2 deletions

View File

@ -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": {

View File

@ -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"
] ]
} }

View File

@ -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() {