blade-tuvok: change fup to listen on wildcard

It's broken otherwise, since the default server is based on the incoming IP,
and the precise listed IPs are more tightly binding.
This commit is contained in:
Luke Granger-Brown 2021-03-22 13:46:28 +00:00
parent ff5ea120e5
commit 86d9292cd1

View file

@ -77,9 +77,7 @@ in {
}; };
}; };
my.fup.listen = [ my.fup.listen = [
"195.74.55.21" "0.0.0.0" "[::]"
"[2a03:ee40:8080:9:1::2]"
"100.119.123.33"
]; ];
services.keepalived = { services.keepalived = {