rapiz1 / rathole

A lightweight and high-performance reverse proxy for NAT traversal, written in Rust. An alternative to frp and ngrok.
Apache License 2.0
8.8k stars 440 forks source link

Binding to unix sockets #343

Open Tricked-dev opened 3 months ago

Tricked-dev commented 3 months ago

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:

I am willing to help implement this feature