implementing new json file
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
const dgram = require('dgram');
|
||||
const client = dgram.createSocket('udp4');
|
||||
|
||||
const message = 'bet365.com';
|
||||
const message = 'fadsiojdsf';
|
||||
|
||||
const serverHost = 'localhost';
|
||||
const serverPort = 3000;
|
||||
// const serverHost = '34.116.211.192';
|
||||
// const serverPort = 3000;
|
||||
|
||||
// const serverHost = '209.97.181.89';
|
||||
// const serverPort = 33333;
|
||||
const serverHost = '209.97.181.89';
|
||||
const serverPort = 33333;
|
||||
|
||||
// const serverHost = 'localhost';
|
||||
// const serverPort = 41234;
|
||||
// const serverPort = 33333;
|
||||
|
||||
|
||||
client.send(message, 0, message.length, serverPort, serverHost, (err) => {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user