mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 20:37:37 +03:00
Add domain sniffer
This commit is contained in:
parent
2d9203ee74
commit
86a38a1c7e
15 changed files with 603 additions and 18 deletions
8
constant/protocol.go
Normal file
8
constant/protocol.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package constant
|
||||
|
||||
const (
|
||||
ProtocolTLS = "tls"
|
||||
ProtocolHTTP = "http"
|
||||
ProtocolQUIC = "quic"
|
||||
ProtocolDNS = "dns"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue