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

Unix Domain? #227

Open
cheako opened this issue Dec 30, 2019 · 3 comments
Open

Unix Domain? #227

cheako opened this issue Dec 30, 2019 · 3 comments

Comments

@cheako
Copy link

cheako commented Dec 30, 2019

Handling requests from an upstream server, or tor, is a must! If the upstream server is local it becomes encumbering to use ports on a localhost interface for IPC. Enter Unix Domain Sockets.

@Cerber-Ursi
Copy link

If I understand correctly, the request might be better forwarded to the underlying HTTP implementation, i.e. https://github.com/tiny-http/tiny-http. Doesn't have the time to formulate it properly right now, though.

@cheako
Copy link
Author

cheako commented May 17, 2020

Sorry. This would be an extension on the listening socket, to allow for accepting connections on UDS.

@mpalmer
Copy link

mpalmer commented Mar 31, 2024

PR #287 may be of interest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants