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

Binding to unix sockets #343

Open
Tricked-dev opened this issue Mar 12, 2024 · 0 comments
Open

Binding to unix sockets #343

Tricked-dev opened this issue Mar 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Tricked-dev
Copy link

Feature Proposed
Ability to bind to unix domain sockets,

[server.services.foo1]
type = "unix"
bind_addr = "./one.sock"

Use Case
For putting behind reverse proxies where you don't want to use a port and want a easier name to remember.
Benefits:

  • Better Permission control
  • (maybe) Better performance
  • You don't have to designate a port to it

I am willing to help implement this feature

@Tricked-dev Tricked-dev added the enhancement New feature or request label Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant