Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down