Skip to content

Commit 4163214

Browse files
Add packet filtering + fix broken link
1 parent b2c145c commit 4163214

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/content/docs/cloudflare-one/traffic-policies/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { Render, Stream } from "~/components";
99

1010
Cloudflare Gateway, our comprehensive [Secure Web Gateway](https://www.cloudflare.com/learning/access-management/what-is-a-secure-web-gateway/), allows you to set up policies to inspect DNS, Network, HTTP, and Egress traffic.
1111

12+
- **Packet filtering** inspect and filter unwanted traffic based on packet attributes. Packet filtering policies block threats regardless of user or session context. Traffic is matched in the order the configured rules.
1213
- **DNS policies** inspect DNS queries. You can block domains and IP addresses from resolving on your devices. For more information on DNS filtering, refer to our [Learning Center article](https://www.cloudflare.com/learning/access-management/what-is-dns-filtering/).
1314
- **Network policies** inspect individual TCP/UDP/GRE packets. You can block access to specific ports on your origin server, including non-HTTP resources.
1415
- **HTTP policies** inspect HTTP requests. You can block specific URLs from loading, not just the domain itself. For more information on URL filtering, refer to our [Learning Center article](https://www.cloudflare.com/learning/access-management/what-is-url-filtering/).

src/content/docs/cloudflare-one/traffic-policies/packet-filtering/protocol-validation-rules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ sidebar:
77

88
Magic Firewall supports [Session Initiation Protocol (SIP)](https://datatracker.ietf.org/doc/html/rfc2543) to inspect traffic validity and enforce a positive security model.
99

10-
You can use the `sip` field when creating a rule to determine if packets are valid SIP Layer 7 (L7) protocol. Refer to [Magic Firewall fields](/cloudflare-one/reusable-components/magic-firewall-fields/), specifically the `sip` field, for more information on this topic.
10+
You can use the `sip` field when creating a rule to determine if packets are valid SIP Layer 7 (L7) protocol. Refer to [Magic Firewall fields](/cloudflare-one/reusable-components/packet-filtering-fields/), specifically the `sip` field, for more information on this topic.
1111

1212
Contact your account manager if you need Magic Firewall to support additional protocols.

0 commit comments

Comments
 (0)