Switch back to Adguard's default port and let Caddy own 80/443.
This commit is contained in:
parent
24658bf58c
commit
7e4e0970bc
1 changed files with 1 additions and 2 deletions
|
@ -80,7 +80,6 @@
|
|||
};
|
||||
adguardhome = {
|
||||
enable = true;
|
||||
port = 80;
|
||||
settings = {
|
||||
filtering = {
|
||||
protection_enabled = true;
|
||||
|
@ -91,7 +90,7 @@
|
|||
caddy = {
|
||||
enable = true;
|
||||
virtualHosts."router.tailc50184.ts.net".extraConfig = ''
|
||||
reverse_proxy localhost:88
|
||||
reverse_proxy localhost:3000
|
||||
'';
|
||||
};
|
||||
udev.extraRules = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue