Add stun sniffer

This commit is contained in:
世界
2022-07-16 12:01:02 +08:00
parent 8619e07d66
commit fe5618c35d
4 changed files with 54 additions and 1 deletions

View File

@@ -5,4 +5,5 @@ const (
ProtocolHTTP = "http"
ProtocolQUIC = "quic"
ProtocolDNS = "dns"
ProtocolSTUN = "stun"
)