port geändert

Corinna
smittythekid 2026-04-13 17:19:40 +02:00
parent 66f06b1711
commit 556d263e37
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import vs.AsciiChars;
public class SyslogServer { public class SyslogServer {
public static void main(String[] args) { public static void main(String[] args) {
int port = 5514; // Default syslog port: 514, but using 5514 to avoid permission issues int port = 514; // Default syslog port: 514, but using 5514 to avoid permission issues
SyslogServer server = new SyslogServer(); SyslogServer server = new SyslogServer();
server.start(port); server.start(port);
} }