We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313ac9d commit aca58faCopy full SHA for aca58fa
2 files changed
spec/acceptance/config/endpoints/ip_filtering_custom_header.yml
@@ -4,4 +4,4 @@ handler: hello
4
ip_filtering:
5
ip_header: X-Real-IP
6
allowlist:
7
- - "10.0.0.0/8"
+ - "10.0.0.0/8"
spec/acceptance/config/endpoints/ip_filtering_direct.yml
@@ -6,4 +6,4 @@ ip_filtering:
- "127.0.0.1"
- "192.168.1.0/24"
8
blocklist:
9
- - "192.168.1.100"
+ - "192.168.1.100"
0 commit comments