From 6fcb8dc7f7c33a65aadbbb88f0e99fc93b515973 Mon Sep 17 00:00:00 2001 From: James Kinsman Date: Fri, 26 Nov 2021 09:46:17 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20ae7c9..afdc413 100755 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The wildcard format shall be defined as per the below ##### Notes for Squid users -If you are using these files within a squid dst_domain acl you will need to reformat the wildcard entries to be compliant with the squid acl format. The following regex should suffice `s/*\./\./` +If you are using these files within a squid dst_domain acl you will need to reformat the wildcard entries to be compliant with the squid acl format. The following regex should suffice `s/*\./\./` however latest versions of squid are very particular about duplicate domains. The scripts/create-squid.sh should help you out here! ## Updates