rathole
rathole copied to clipboard
Binding to unix sockets
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