1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Update ALPN names

This commit is contained in:
dmiller
2025-05-21 20:47:35 +00:00
parent 20e25e960a
commit 18ccf2dc14

View File

@@ -181,6 +181,7 @@ action = function(host, port)
"pop3",
"managesieve",
"coap",
"co", -- COAP over DTLS
"xmpp-client",
"xmpp-server",
"acme-tls/1",
@@ -197,6 +198,9 @@ action = function(host, port)
"sip/2",
"tds/8.0",
"dicom",
"postgresql",
"radius/1.0",
"radius/1.1",
-- Other sources
"grpc-exp", -- gRPC, see grpc.io
}