From 810d7e254a6dfd5e340675e8102f9b4f248e9b12 Mon Sep 17 00:00:00 2001 From: sanj <67624670+iodrift@users.noreply.github.com> Date: Thu, 14 Nov 2024 00:16:33 -0800 Subject: [PATCH] Auto-update: Thu Nov 14 00:16:33 PST 2024 --- vitals | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vitals b/vitals index 12d6f57..8ea3442 100755 --- a/vitals +++ b/vitals @@ -1,5 +1,10 @@ #!/bin/bash +# Create a DNS rewrite rule in AdGuard home that assigns 'check.adguard.test' +# to an IP address beginning '100.', such as the Tailscale IP of your server. +# Alternatively, you can change the adguard_test_domain to whatever you like, +# so long as it matches the domain of a DNS rewrite rule you created in AGH. + adguard_test_domain='check.adguard.test' if [[ "$(uname)" == "Darwin" ]]; then