|
@@ -7,14 +7,15 @@ icon: material/new-box
|
|
:material-plus: QUIC client type detect support for QUIC
|
|
:material-plus: QUIC client type detect support for QUIC
|
|
:material-plus: Chromium support for QUIC
|
|
:material-plus: Chromium support for QUIC
|
|
:material-plus: BitTorrent support
|
|
:material-plus: BitTorrent support
|
|
- :material-plus: DTLS support
|
|
|
|
|
|
+ :material-plus: DTLS support
|
|
|
|
+ :material-plus: SSH support
|
|
|
|
|
|
If enabled in the inbound, the protocol and domain name (if present) of by the connection can be sniffed.
|
|
If enabled in the inbound, the protocol and domain name (if present) of by the connection can be sniffed.
|
|
|
|
|
|
#### Supported Protocols
|
|
#### Supported Protocols
|
|
|
|
|
|
| Network | Protocol | Domain Name | Client |
|
|
| Network | Protocol | Domain Name | Client |
|
|
-|:-------:|:------------:|:-----------:|:----------------:|
|
|
|
|
|
|
+| :-----: | :----------: | :---------: | :--------------: |
|
|
| TCP | `http` | Host | / |
|
|
| TCP | `http` | Host | / |
|
|
| TCP | `tls` | Server Name | / |
|
|
| TCP | `tls` | Server Name | / |
|
|
| UDP | `quic` | Server Name | QUIC Client Type |
|
|
| UDP | `quic` | Server Name | QUIC Client Type |
|
|
@@ -22,9 +23,10 @@ If enabled in the inbound, the protocol and domain name (if present) of by the c
|
|
| TCP/UDP | `dns` | / | / |
|
|
| TCP/UDP | `dns` | / | / |
|
|
| TCP/UDP | `bittorrent` | / | / |
|
|
| TCP/UDP | `bittorrent` | / | / |
|
|
| UDP | `dtls` | / | / |
|
|
| UDP | `dtls` | / | / |
|
|
|
|
+| TCP | `ssh` | / | SSH Client Name |
|
|
|
|
|
|
| QUIC Client | Type |
|
|
| QUIC Client | Type |
|
|
-|:------------------------:|:----------:|
|
|
|
|
|
|
+| :----------------------: | :--------: |
|
|
| Chromium/Cronet | `chrimium` |
|
|
| Chromium/Cronet | `chrimium` |
|
|
| Safari/Apple Network API | `safari` |
|
|
| Safari/Apple Network API | `safari` |
|
|
| Firefox / uquic firefox | `firefox` |
|
|
| Firefox / uquic firefox | `firefox` |
|