Skip to content

Commit aca58fa

Browse files
committed
fmt
1 parent 313ac9d commit aca58fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/acceptance/config/endpoints/ip_filtering_custom_header.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ handler: hello
44
ip_filtering:
55
ip_header: X-Real-IP
66
allowlist:
7-
- "10.0.0.0/8"
7+
- "10.0.0.0/8"

spec/acceptance/config/endpoints/ip_filtering_direct.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ip_filtering:
66
- "127.0.0.1"
77
- "192.168.1.0/24"
88
blocklist:
9-
- "192.168.1.100"
9+
- "192.168.1.100"

0 commit comments

Comments
 (0)