Skip to content

Commit 25d9e7a

Browse files
Merge pull request #17 from plaintextpackets/comments
Added some comments
2 parents 6516291 + b8c76bb commit 25d9e7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ SITE_ID="f0ac2f33-1a20-471d-b430-d905900e0e71"
33
PROBE_INTERVAL="30"
44
PROBE_COUNT="50"
55
SITES="google.com,facebook.com,twitter.com,youtube.com,amazon.com"
6-
DNS_TEST_SITE="google.com"
7-
DNS_NAMESERVER_1="Google_DNS"
6+
DNS_TEST_SITE="google.com" # This is the site used in the DNS test
7+
DNS_NAMESERVER_1="Google_DNS" # Change these values (lines 7 - 12) if you want to test other DNS servers
88
DNS_NAMESERVER_1_IP="8.8.8.8"
99
DNS_NAMESERVER_2="Quad9_DNS"
1010
DNS_NAMESERVER_2_IP="9.9.9.9"
1111
DNS_NAMESERVER_3="CloudFlare_DNS"
1212
DNS_NAMESERVER_3_IP="1.1.1.1"
13-
DNS_NAMESERVER_4="My_DNS_Server"
13+
DNS_NAMESERVER_4="My_DNS_Server" # Do not change this line at all!
1414
DNS_NAMESERVER_4_IP="8.8.8.8" # Replace this IP with the DNS server you use at home
1515

1616
REDIS_URL = "netprobe-redis"

0 commit comments

Comments
 (0)