From db9effa8176f99725adc873859e31ec8893239ee Mon Sep 17 00:00:00 2001 From: DaTekShaman Date: Wed, 17 Dec 2025 16:29:15 +0300 Subject: [PATCH] Refactor IP CIDR entries in testzone-a.yaml and update testzone-b.yaml to use SRC-IP-CIDR format --- rule-provider/consolidated-lists-private/testzone-a.yaml | 4 ++-- rule-provider/consolidated-lists-private/testzone-b.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rule-provider/consolidated-lists-private/testzone-a.yaml b/rule-provider/consolidated-lists-private/testzone-a.yaml index cddfd0a..f128739 100644 --- a/rule-provider/consolidated-lists-private/testzone-a.yaml +++ b/rule-provider/consolidated-lists-private/testzone-a.yaml @@ -1,4 +1,4 @@ payload: - - SRC-IP-CIDR, 192.168.10.203/32 - - SRC-IP-CIDR, 192.168.10.204/32 + - SRC-IP-CIDR,192.168.10.203/32 + - SRC-IP-CIDR,192.168.10.204/32 \ No newline at end of file diff --git a/rule-provider/consolidated-lists-private/testzone-b.yaml b/rule-provider/consolidated-lists-private/testzone-b.yaml index 42077a2..481201d 100644 --- a/rule-provider/consolidated-lists-private/testzone-b.yaml +++ b/rule-provider/consolidated-lists-private/testzone-b.yaml @@ -1,3 +1,3 @@ payload: - - DOMAIN-SUFFIX,twilio.com - - DOMAIN-SUFFIX,webrtc.org \ No newline at end of file + - SRC-IP-CIDR,192.168.24.22/32 + \ No newline at end of file