blade-tuvok/fup: override listen IPs
This commit is contained in:
parent
ca642bfa5e
commit
ff5ea120e5
1 changed files with 5 additions and 0 deletions
|
@ -76,6 +76,11 @@ in {
|
|||
];
|
||||
};
|
||||
};
|
||||
my.fup.listen = [
|
||||
"195.74.55.21"
|
||||
"[2a03:ee40:8080:9:1::2]"
|
||||
"100.119.123.33"
|
||||
];
|
||||
|
||||
services.keepalived = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue