Adguard Home (Adblocking + Local DNS Rewrite)
This commit is contained in:
parent
ca80a34135
commit
32e166c762
5 changed files with 108 additions and 3 deletions
|
|
@ -58,6 +58,14 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
"dns.kylekrein.com" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://${config.services.adguardhome.host}:${builtins.toString config.services.adguardhome.port}";
|
||||
};
|
||||
};
|
||||
|
||||
"music.kylekrein.com" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue