Auto-update: Thu Nov 14 00:16:33 PST 2024
This commit is contained in:
parent
fba9a8cf28
commit
810d7e254a
1 changed files with 5 additions and 0 deletions
5
vitals
5
vitals
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue