mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 03:47:37 +03:00
Add SSH sniffer
This commit is contained in:
parent
b2c708a3e6
commit
e39a28ed5a
6 changed files with 73 additions and 15 deletions
|
@ -8,6 +8,7 @@ const (
|
|||
ProtocolSTUN = "stun"
|
||||
ProtocolBitTorrent = "bittorrent"
|
||||
ProtocolDTLS = "dtls"
|
||||
ProtocolSSH = "ssh"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue