marc
Junior Member

Posts: 10
|
Post by marc on Mar 11, 2017 5:04:04 GMT
Hello,
Awesome work btw in keeping this project alive. I've upgraded to the latest version: 1.8.4b11 and I noticed you added more Known Port types. I didn't see UDP 123 in there for NTP. Is it possible you could add that in a future build?
Thank you, Marc
|
|
|
Post by Lee Sharp on Mar 11, 2017 5:27:07 GMT
Sure. I just have to remember where that is.  I added a bunch not too long ago, but never thought of NTP.
|
|
marc
Junior Member

Posts: 10
|
Post by marc on Mar 12, 2017 3:14:08 GMT
Great, thank you.
I did some poking around for you by downloading the filesystem and the file is: /usr/local/www/guiconfig.inc on line 85. I used your instructions for modifying a running system and made the change below to test:
Line 85.
/* some well knows ports */ $wkports = array(21 => "FTP", 22 => "SSH", 23 => "Telnet", 25 => "SMTP", 53 => "DNS", 80 => "HTTP", 110 => "POP3", 123 => "NTP", 143 => "IMAP", 443 => "HTTPS");
Anyway, might even be nice to add RDP (TCP port 3389) as well.
Thanks again, Marc
|
|
|
Post by Lee Sharp on Mar 12, 2017 6:33:20 GMT
And apparently, I can not spell "known" correctly!  Moved to bugs so I can find it easily.
|
|