Skip to content

Commit bd9ec27

Browse files
authored
Add inspect on all ports note (#24395)
1 parent 70e8656 commit bd9ec27

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/cloudflare-one/policies/gateway/network-policies

1 file changed

+2
-2
lines changed

src/content/docs/cloudflare-one/policies/gateway/network-policies/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ To enable Gateway filtering on TCP and UDP, go to **Settings** > **Network** > *
322322

323323
The host whose Server Name Indication (SNI) header Gateway will filter traffic against. This will allow for an exact match.
324324

325-
This selector only applies to traffic on port `443`.
325+
By default, this selector only applies to HTTPS traffic on port `443`. To inspect traffic on every port, turn on [protocol detection](/cloudflare-one/policies/gateway/network-policies/protocol-detection/) and choose to [inspect on all ports](/cloudflare-one/policies/gateway/network-policies/protocol-detection/#inspect-on-all-ports).
326326

327327
| UI name | API example |
328328
| ------- | ----------------------------------- |
@@ -332,7 +332,7 @@ This selector only applies to traffic on port `443`.
332332

333333
The domain whose Server Name Indication (SNI) header Gateway will filter traffic against. For example, a rule for `example.com` will match `example.com`, `www.example.com`, and `my.test.example.com`.
334334

335-
This selector only applies to traffic on port `443`.
335+
By default, this selector only applies to HTTPS traffic on port `443`. To inspect traffic on every port, turn on [protocol detection](/cloudflare-one/policies/gateway/network-policies/protocol-detection/) and choose to [inspect on all ports](/cloudflare-one/policies/gateway/network-policies/protocol-detection/#inspect-on-all-ports).
336336

337337
| UI name | API example |
338338
| ---------- | ---------------------------------- |

0 commit comments

Comments
 (0)