rathole-org/rathole

Binding to unix sockets

开放

#343 创建于 2024年3月12日

 (0 条评论) (10 个反应) (0 位负责人)Rust (800 个派生)auto 404
enhancementhelp wanted

仓库指标

星标
 (13,949 个星标)
PR 合并指标
 (平均合并 7天 11小时) (30 天内合并 8 个 PR)

描述

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

贡献者指南