Skip to content

Commit

Permalink
No 12060 - not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
int2001 committed Feb 20, 2025
1 parent 3d2fd30 commit 2edc80f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ function send2wavelog(o_cfg,adif, dryrun = false) {

}

const ports = [2333, 12060]; // Liste der Ports, an die Sie binden möchten
const ports = [2333]; // Liste der Ports, an die Sie binden möchten

ports.forEach(port => {
WServer = udp.createSocket('udp4');
Expand Down Expand Up @@ -347,7 +347,7 @@ function tomsg(msg) {

function startserver() {
try {
tomsg('Waiting for QSO / Listening on UDP 2333/12060');
tomsg('Waiting for QSO / Listening on UDP 2333');
http.createServer(function (req, res) {
res.setHeader('Access-Control-Allow-Origin', '*');
res.writeHead(200, {'Content-Type': 'text/plain'});
Expand Down

0 comments on commit 2edc80f

Please sign in to comment.