Commit 0e68b259 authored by fredrikr79's avatar fredrikr79
Browse files

nixos/coturn: allow unix socket

hardening previously disallowed unix socket, which is used for the
systemd notify communication.
parent 1a1b2339
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -413,6 +413,7 @@ in
                [
                  "AF_INET"
                  "AF_INET6"
                  "AF_UNIX"
                ]
                ++ lib.optionals (cfg.listening-ips == [ ]) [
                  # only used for interface discovery when no listening ips are configured