Dns : Use static address for internal domain.

This commit is contained in:
Dmitry Voronin 2024-08-21 20:43:29 +03:00
parent eed07d43dd
commit 51ef4969eb
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -106,7 +106,8 @@ in {
customDNS = {
mapping = {
# All subdomains to current host.
${config.container.domain} = config.container.host;
# ${config.container.domain} = config.container.host;
"voronind.com" = "10.0.0.1";
};
};
port = cfg.port;