port geändert
parent
66f06b1711
commit
556d263e37
|
|
@ -11,7 +11,7 @@ import vs.AsciiChars;
|
|||
|
||||
public class SyslogServer {
|
||||
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();
|
||||
server.start(port);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue