prod: nut: Listen on IPv4 all-hosts
For some reason, once _nut0_ was updated to Fedora CoreOS 40, clients could not connect to `upsd` anymore, with any attempts returning "connection refused." It seems the that listening on the IPv6 all-hosts address no longer includes IPv4.
This commit is contained in:
2
env/prod/nut.cue
vendored
2
env/prod/nut.cue
vendored
@@ -6,7 +6,7 @@ ups_server: "nut.pyrocufflink.blue"
|
||||
|
||||
nut: schema.#Nut & {
|
||||
listen: {
|
||||
address: "::"
|
||||
address: "0.0.0.0"
|
||||
port: 3493
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user