use custom local subdomains for prometheus and adguard webui
This commit is contained in:
parent
fb2b347ec0
commit
dababfe6ee
4 changed files with 31 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
|||
{
|
||||
job_name = "caddy";
|
||||
static_configs = lib.singleton {
|
||||
targets = ["192.168.15.1:2019"];
|
||||
targets = ["${config.vpnNamespaces."wg".namespaceAddress}:2019"];
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue