Skip to content

Commit a3cbf19

Browse files
committed
Rename source ip
1 parent 261d813 commit a3cbf19

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ Use this selector to filter based on the country where the query arrived to Gate
448448

449449
### Source IP
450450

451-
<Render file="gateway/selectors/source-ip-dns" product="cloudflare-one" />
451+
<Render file="gateway/selectors/source-ip-resolver" product="cloudflare-one" />
452452

453453
### Users
454454

src/content/docs/cloudflare-one/policies/gateway/resolver-policies.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Use this selector to filter based on the country where the query arrived to Gate
146146

147147
### Source IP
148148

149-
<Render file="gateway/selectors/source-ip-dns" product="cloudflare-one" />
149+
<Render file="gateway/selectors/source-ip-resolver" product="cloudflare-one" />
150150

151151
### Users
152152

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
{}
3+
4+
---
5+
6+
Use this selector to apply policies to the source IP address of DNS queries. For example, this could be the WAN IP address of the stub resolver used by your organization to send queries to Gateway.
7+
8+
| UI name | API example | Evaluation phase |
9+
| --------- | ---------------------------- | --------------------- |
10+
| Source IP | `dns.src_ip == 198.51.100.0` | Before DNS resolution |

0 commit comments

Comments
 (0)