You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ip_filtering.md
+7-110Lines changed: 7 additions & 110 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# IP Filtering
2
2
3
-
The Hooks service provides comprehensive application-level IP filtering functionality that allows you to control access to your webhooks based on client IP addresses. This feature supports both allowlist (whitelist) and blocklist (blacklist) configurations with CIDR notation support.
3
+
The Hooks service provides comprehensive application-level IP filtering functionality that allows you to control access to your webhooks based on client IP addresses. This feature supports both allowlist and blocklist configurations with CIDR notation support.
4
4
5
5
## Overview
6
6
@@ -38,6 +38,8 @@ ip_filtering:
38
38
39
39
Configure IP filtering for specific endpoints:
40
40
41
+
> If a global configuration is set, endpoint-level settings will override it.
42
+
41
43
```yaml
42
44
# config/endpoints/secure-endpoint.yml
43
45
path: /secure-webhook
@@ -55,17 +57,20 @@ ip_filtering:
55
57
## Configuration Options
56
58
57
59
### `ip_header` (optional)
60
+
58
61
- **Default**: `X-Forwarded-For`
59
62
- **Description**: HTTP header to check for the client IP address
0 commit comments