From b8c76bb820ad874fdbb378ec9da1a05537041a5f Mon Sep 17 00:00:00 2001 From: Riyaad Date: Sat, 27 Apr 2024 11:31:28 -0400 Subject: [PATCH] Added some comments --- .env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 15c371f..e3db6de 100644 --- a/.env +++ b/.env @@ -3,14 +3,14 @@ SITE_ID="f0ac2f33-1a20-471d-b430-d905900e0e71" PROBE_INTERVAL="30" PROBE_COUNT="50" SITES="google.com,facebook.com,twitter.com,youtube.com,amazon.com" -DNS_TEST_SITE="google.com" -DNS_NAMESERVER_1="Google_DNS" +DNS_TEST_SITE="google.com" # This is the site used in the DNS test +DNS_NAMESERVER_1="Google_DNS" # Change these values (lines 7 - 12) if you want to test other DNS servers DNS_NAMESERVER_1_IP="8.8.8.8" DNS_NAMESERVER_2="Quad9_DNS" DNS_NAMESERVER_2_IP="9.9.9.9" DNS_NAMESERVER_3="CloudFlare_DNS" DNS_NAMESERVER_3_IP="1.1.1.1" -DNS_NAMESERVER_4="My_DNS_Server" +DNS_NAMESERVER_4="My_DNS_Server" # Do not change this line at all! DNS_NAMESERVER_4_IP="8.8.8.8" # Replace this IP with the DNS server you use at home REDIS_URL = "netprobe-redis"