llb
It's a very simple but quick backend for proxy servers. Can be useful for fast redirection to predefined domain with zero memory allocation and fast response
About llb
llb

What the f--k it is?
It's a very simple but quick backend for proxy servers. You can setup redirect to your main domain or just show HTTP/1.1 404 Not Found with zero memory allocation and very fast response. Also useful when you need to serve many redirects or not found errors but don't want any overheads.
Quick start
git clone [email protected]:kirillDanshin/llb.git
cd llb
go build
# run in background with default ports
# but custom redirect destination
((./llb -redirDest="https://google.com/" &)&)&
Than setup your proxy to send any invalid requests like invalid host etc to this backend.
Frequently Asked Questions
What is llb?
llb is a Networking library for the Go programming language. It's a very simple but quick backend for proxy servers. Can be useful for fast redirection to predefined domain with zero memory allocation and fast response
How do I install llb?
Install llb with the Go module system using `go get kirillDanshin/llb`. Check the repository for the current installation instructions.
What category does llb belong to?
llb is listed under Networking, specifically Networking.