mirror of
https://github.com/gabehf/koito-multi-proxy.git
synced 2026-03-07 21:48:14 -08:00
update readme and config example
This commit is contained in:
parent
fe568ea882
commit
656b5fd9c5
2 changed files with 7 additions and 0 deletions
|
|
@ -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
5
config.example.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
mappings:
|
||||||
|
- token: "<token-a>"
|
||||||
|
url: "https://koito.bob.com"
|
||||||
|
- token: "<token-b>"
|
||||||
|
url: "https://koito.alice.com"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue