Add support to externeal subdomain
This commit is contained in:
parent
e754d926eb
commit
c3c23d3494
2 changed files with 46 additions and 0 deletions
|
|
@ -133,6 +133,15 @@ in
|
|||
cloudflareApiEnvName = "CLOUDFLARE_API_TOKEN";
|
||||
}
|
||||
];
|
||||
|
||||
extraVirtualHosts = [
|
||||
{
|
||||
subdomain = "h";
|
||||
host = "http://ha.internal:8123";
|
||||
domain = publicDomain;
|
||||
}
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
ddclient = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue