rathole icon indicating copy to clipboard operation
rathole copied to clipboard

Binding to unix sockets

Open Tricked-dev opened this issue 11 months ago • 0 comments

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 avatar Mar 12 '24 13:03 Tricked-dev