Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: listen to a unix socket instead of tcp #28

Open
goeo- opened this issue Jan 27, 2024 · 1 comment
Open

feat: listen to a unix socket instead of tcp #28

goeo- opened this issue Jan 27, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@goeo-
Copy link

goeo- commented Jan 27, 2024

caddy v2 seems to have this as a fucked up bind syntax: bind unix//run/caddy

would be cool to have for, for example, use with cloudflared, but seems like it'll require a bunch of changes

@goeo- goeo- added the enhancement New feature or request label Jan 27, 2024
@Lemmmy
Copy link
Member

Lemmmy commented Jan 27, 2024

Should hopefully only need to change the bind directive parser and the listener creation in httpserver/server.go#Listen()

@Lemmmy Lemmmy self-assigned this Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants