update readme and config example

This commit is contained in:
Gabe Farrell 2026-01-19 14:07:25 -05:00
parent fe568ea882
commit 656b5fd9c5
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,5 @@
# koito-multi-proxy # koito-multi-proxy
Proxies requests based on the token provided in the authorization header. Proxies requests based on the token provided in the authorization header.
95% AI code. Use at your own risk.

5
config.example.yml Normal file
View file

@ -0,0 +1,5 @@
mappings:
- token: "<token-a>"
url: "https://koito.bob.com"
- token: "<token-b>"
url: "https://koito.alice.com"