mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Update ALPN protos
This commit is contained in:
parent
e2ea8b8587
commit
6f5cd7465b
1 changed files with 4 additions and 1 deletions
|
|
@ -157,6 +157,7 @@ end
|
|||
|
||||
action = function(host, port)
|
||||
local alpn_protos = {
|
||||
-- IANA-registered names
|
||||
"http/1.1",
|
||||
"spdy/1",
|
||||
"spdy/2",
|
||||
|
|
@ -164,13 +165,15 @@ action = function(host, port)
|
|||
"stun.turn",
|
||||
"stun.nat-discovery",
|
||||
"h2",
|
||||
"h2c",
|
||||
"h2c", -- should never be negotiated over TLS
|
||||
"webrtc",
|
||||
"c-webrtc",
|
||||
"ftp",
|
||||
"imap",
|
||||
"pop3",
|
||||
"managesieve",
|
||||
-- Other sources
|
||||
"grpc-exp", -- gRPC, see grpc.io
|
||||
}
|
||||
|
||||
local chosen = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue