From d34b11f31425e30fb2dcdea7eca0ac033da15c29 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Thu, 16 Feb 2017 11:31:17 +0200 Subject: [PATCH] Add Commenting in WhiteList Include Files --- bots.d/whitelist-domains.conf | 1 + bots.d/whitelist-ips.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/bots.d/whitelist-domains.conf b/bots.d/whitelist-domains.conf index 59648a8a3..ac9fe10cd 100644 --- a/bots.d/whitelist-domains.conf +++ b/bots.d/whitelist-domains.conf @@ -1 +1,2 @@ +# Add One Entry Per Line "~*~*mydomain.com" 0; \ No newline at end of file diff --git a/bots.d/whitelist-ips.conf b/bots.d/whitelist-ips.conf index 37fc5212e..dfc79dff2 100644 --- a/bots.d/whitelist-ips.conf +++ b/bots.d/whitelist-ips.conf @@ -1 +1,2 @@ +# Add One Entry Per Line - Can Include Ranges like 127.0.0.1/32 127.0.0.1 0; \ No newline at end of file