loophole / cli

Loophole. Instant hosting, right from your local machine. CLI.
https://loophole.cloud
MIT License
169 stars 17 forks source link

Support unix socket #180

Open ssesik opened 2 years ago

ssesik commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] No Describe the solution you'd like A clear and concise description of what you want to happen. Support unix socket Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. use localhost loopback Additional context Add any other context or screenshots about the feature request here.

can be a bit faster without tcp overhead, not strictly necessary but nice to have.

Morishiri commented 2 years ago

Hello @ssesik,

so what you're requesting is that you have something serving traffic on unix socket and we simply forward traffic to it, so you don't need to start any other proxy between loophole and your unix socket? Do I understand that correctly?

ssesik commented 2 years ago

Yes, that's right