misc changes
Old changes I never committed
This commit is contained in:
parent
a1ec586d7e
commit
2084da9ff4
4 changed files with 45 additions and 12 deletions
|
@ -27,6 +27,18 @@ in {
|
|||
mutableSettings = true;
|
||||
host = "0.0.0.0";
|
||||
port = 3000;
|
||||
settings = {
|
||||
filtering.rewrites = [
|
||||
{
|
||||
domain = "adguardhome.kilonull.com";
|
||||
answer = "192.168.113.13";
|
||||
}
|
||||
{
|
||||
domain = "*.kilonull.com";
|
||||
answer = "192.168.113.13";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue