Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Unix domain socket support. #25

Merged
merged 1 commit into from
May 24, 2021

Commits on Dec 23, 2020

  1. Add support for listening on Unix domain sockets.

    This adds an optional boolean-valued configuration file option
    "unixsocket". When specified, it changes the meaning of "listenport" to
    indicate the path to a Unix domain socket on which prosody-filer should listen,
    instead of a TCP port.
    
    This is useful for multi-user shared hosting environments, where listening on
    loopback TCP sockets may allow other, unrelated users to connect to the filer.
    sysvinit committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    e023d00 View commit details
    Browse the repository at this point in the history