adguardhome: rewrite nijika.astolfo.org to tailscale ips
This commit is contained in:
parent
b67c55f869
commit
b615282d98
1 changed files with 11 additions and 0 deletions
|
|
@ -27,6 +27,17 @@
|
||||||
filtering = {
|
filtering = {
|
||||||
protection_enabled = true;
|
protection_enabled = true;
|
||||||
filtering_enabled = true;
|
filtering_enabled = true;
|
||||||
|
|
||||||
|
rewrites = [
|
||||||
|
{
|
||||||
|
domain = "nijika.astolfo.org";
|
||||||
|
answer = "100.105.94.30";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
domain = "*.nijika.astolfo.org";
|
||||||
|
answer = "100.105.94.30";
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# The following notation uses map
|
# The following notation uses map
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue