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.master
parent
e75204be53
commit
64d95570fe
|
@ -6,7 +6,7 @@ ups_server: "nut.pyrocufflink.blue"
|
|||
|
||||
nut: schema.#Nut & {
|
||||
listen: {
|
||||
address: "::"
|
||||
address: "0.0.0.0"
|
||||
port: 3493
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue