Add a few http services to shortport.http

This commit is contained in:
dmiller 2015-10-19 15:57:08 +00:00
parent 2a84ec2674
commit a9320c57eb

View file

@ -167,7 +167,7 @@ LIKELY_HTTP_PORTS = {
LIKELY_HTTP_SERVICES = {
"http", "https", "ipp", "http-alt", "https-alt", "vnc-http", "oem-agent",
"soap", "http-proxy",
"soap", "http-proxy", "caldav", "carddav", "webdav",
}
---