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