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:
parent
ff5ea120e5
commit
86d9292cd1
1 changed files with 1 additions and 3 deletions
|
@ -77,9 +77,7 @@ in {
|
|||
};
|
||||
};
|
||||
my.fup.listen = [
|
||||
"195.74.55.21"
|
||||
"[2a03:ee40:8080:9:1::2]"
|
||||
"100.119.123.33"
|
||||
"0.0.0.0" "[::]"
|
||||
];
|
||||
|
||||
services.keepalived = {
|
||||
|
|
Loading…
Reference in a new issue