diff options
| author | Andreas Rammhold <andreas@rammhold.de> | 2021-12-16 23:25:12 +0100 |
|---|---|---|
| committer | Andreas Rammhold <andreas@rammhold.de> | 2021-12-16 23:27:56 +0100 |
| commit | c9c93b0add8ab0ff054c83ba34174249564a8f3f (patch) | |
| tree | 7d78b7162c794131e26354cd53e6756af0087b84 /pkgs/development/python-modules/rangehttpserver | |
| parent | a2e281f5770247855b85d70c43454ba5bff34613 (diff) | |
nixos/snapserver: use the correct bind address arguments
Snapserver expects the arguments `--tcp.bind_to_address` and
`--http.bind_to_address` instead of the `--tcp.address` (and http
equivalent) versions.
This caused the process to listen on `0.0.0.0` (for TCP and HTTP
sockets) regardless of the configuration value. It also never listend on
the IPv6 address `::` as our module system made the user believe.
This commit fixes the above issue and ensures that (at least for the TCP
socket) that our default `::` does indeed allow connections via IPv6
(to localhost aka ::1).
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions
