rathole-org/rathole

Binding to unix sockets

オープン

#343 opened on 2024/03/12

 (0 件のコメント) (10 件のリアクション) (0 人の担当者)Rust (800 件のフォーク)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (13,949 個のスター)
PR merge metrics
 (平均マージ 7d 11h) (30d で 8 merged PRs)

説明

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

コントリビューターガイド