Auto-update: Thu Nov 14 00:16:33 PST 2024

This commit is contained in:
sanj 2024-11-14 00:16:33 -08:00
parent fba9a8cf28
commit 810d7e254a

5
vitals
View file

@ -1,5 +1,10 @@
#!/bin/bash #!/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' adguard_test_domain='check.adguard.test'
if [[ "$(uname)" == "Darwin" ]]; then if [[ "$(uname)" == "Darwin" ]]; then