Skip to content

Commit b734701

Browse files
Add new beta protocols to Gateway protocol detection docs (#28669)
* Add new beta protocols to Gateway protocol detection docs Add IMAP, POP3, SMTP, MYSQL, RSYNC-DAEMON, LDAP, and NTP to the supported protocols table with Beta badges. * Fix existing protocol table: separate HTTP/HTTP2, rename DCERPC, remove DNP3 * Add descriptive notes to existing protocols in supported protocols table
1 parent eda635c commit b734701

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

src/content/docs/cloudflare-one/traffic-policies/network-policies/protocol-detection.mdx

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,20 @@ Gateway supports detection and filtering of the following protocols:
4545

4646
| Protocol | Notes |
4747
| -------- | ------------------------------------------------------------------------------------------- |
48-
| HTTP | The policy builder includes separate values for HTTP/1.1 and HTTP/2. |
49-
| SSH | |
50-
| TLS | Gateway detects TLS versions 1.1 through 1.3 with the _TLS_ value. |
51-
| DCE/RPC | |
52-
| MQTT | |
53-
| TPKT | TPKT commonly initiates RDP sessions, so you can use it to identify and filter RDP traffic. |
54-
| DNP3 | |
48+
| HTTP | Hypertext Transfer Protocol (HTTP/1.1). |
49+
| HTTP2 | Hypertext Transfer Protocol Version 2. |
50+
| SSH | Secure Shell Protocol — remote login and command execution. |
51+
| TLS | Transport Layer Security. Gateway detects TLS versions 1.1 through 1.3 with the _TLS_ value. |
52+
| DCERPC | Distributed Computing Environment / Remote Procedure Call. |
53+
| MQTT | Message Queuing Telemetry Transport — lightweight IoT messaging protocol. |
54+
| TPKT | TPKT commonly initiates RDP sessions, so you can use it to identify and filter RDP traffic. |
55+
| IMAP <Badge text="Beta" variant="caution" size="small" /> | Internet Message Access Protocol — email retrieval. |
56+
| POP3 <Badge text="Beta" variant="caution" size="small" /> | Post Office Protocol v3 — email retrieval. |
57+
| SMTP <Badge text="Beta" variant="caution" size="small" /> | Simple Mail Transfer Protocol — email sending. |
58+
| MYSQL <Badge text="Beta" variant="caution" size="small" /> | MySQL database wire protocol. |
59+
| RSYNC-DAEMON <Badge text="Beta" variant="caution" size="small" /> | rsync daemon protocol. |
60+
| LDAP <Badge text="Beta" variant="caution" size="small" /> | Lightweight Directory Access Protocol. |
61+
| NTP <Badge text="Beta" variant="caution" size="small" /> | Network Time Protocol. |
5562

5663
## Example network policy
5764

0 commit comments

Comments
 (0)