feat(APPA): add shellys to adguard rewrites
This commit is contained in:
parent
2ae9fa7b88
commit
be22f6f452
2 changed files with 16 additions and 1 deletions
|
|
@ -38,6 +38,21 @@
|
||||||
answer = "192.168.2.30";
|
answer = "192.168.2.30";
|
||||||
enabled = true;
|
enabled = true;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
domain = "shell-server";
|
||||||
|
answer = "192.168.2.50";
|
||||||
|
enabled = true;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
domain = "shell-infra";
|
||||||
|
answer = "192.168.2.51";
|
||||||
|
enabled = true;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
domain = "shell-lamp";
|
||||||
|
answer = "192.168.2.52";
|
||||||
|
enabled = true;
|
||||||
|
}
|
||||||
{
|
{
|
||||||
domain = "adguard.dryb.org";
|
domain = "adguard.dryb.org";
|
||||||
answer = "192.168.2.40";
|
answer = "192.168.2.40";
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,7 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
"Shelly Test" = {
|
"Shelly Lamp" = {
|
||||||
description = "http://shelly-test.dryb.org (192.168.2.52)";
|
description = "http://shelly-test.dryb.org (192.168.2.52)";
|
||||||
href = "http://shelly-test.dryb.org";
|
href = "http://shelly-test.dryb.org";
|
||||||
icon = "shelly";
|
icon = "shelly";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue