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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unix socket implementation #621

Merged
merged 2 commits into from Jan 20, 2024
Merged

Unix socket implementation #621

merged 2 commits into from Jan 20, 2024

Commits on Jan 20, 2024

  1. feat: listen on unix sockets

    With this you can configure a unix socket in server.listenaddr and
    server.ssl.listenaddr by prefixing the socket path with unix:
    
    Co-authored-by: Jannis Mattheis <contact@jmattheis.de>
    LaurenceJJones and jmattheis committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    d0b3271 View commit details
    Browse the repository at this point in the history
  2. ci: update golangci-lint

    jmattheis committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    8bd514a View commit details
    Browse the repository at this point in the history