Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/kirillDanshin/llb


https://github.com/kirillDanshin/llb

Last synced: about 1 month ago
JSON representation

Lists

README

        

# llb [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/avelino/awesome-go) [![codebeat badge](https://codebeat.co/badges/94797360-23ee-4228-b7ce-a5f4c2456433)](https://codebeat.co/projects/github-com-kirilldanshin-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

```sh
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.