Specify the dyndns domain name

This commit is contained in:
niten 2022-01-31 09:35:00 -08:00
parent b268160cbb
commit 437a7ba90f
2 changed files with 5 additions and 1 deletions

View File

@ -24,5 +24,6 @@
backplane = { backplane = {
nameserver = "legatus"; nameserver = "legatus";
dns-service = "nutboy3"; dns-service = "nutboy3";
domain = "fudo.link";
}; };
} }

View File

@ -12,5 +12,8 @@
prometheus-hosts = [ "limina" ]; prometheus-hosts = [ "limina" ];
grafana-hosts = [ "nostromo" ]; grafana-hosts = [ "nostromo" ];
log-aggregator = "limina"; log-aggregator = "limina";
backplane.dns-service = "nutboy3"; backplane ={
dns-service = "nutboy3";
domain = "fudo.link";
};
} }