crab-hole
crab-hole copied to clipboard
Unix socket support
The api asks for a port to listen on. That port needs to be a number: https://github.com/LuckyTurtleDev/crab-hole/blob/main/src/api.rs#L24
That doesn't exactly allow me to specify a unix socket. But I want to.