From 656b5fd9c5e8ec770bf1d6ab6e0aa0c1704439f9 Mon Sep 17 00:00:00 2001 From: Gabe Farrell Date: Mon, 19 Jan 2026 14:07:25 -0500 Subject: [PATCH] update readme and config example --- README.md | 2 ++ config.example.yml | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 config.example.yml diff --git a/README.md b/README.md index 03df832..adc881e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # koito-multi-proxy Proxies requests based on the token provided in the authorization header. + +95% AI code. Use at your own risk. diff --git a/config.example.yml b/config.example.yml new file mode 100644 index 0000000..06867c1 --- /dev/null +++ b/config.example.yml @@ -0,0 +1,5 @@ +mappings: + - token: "" + url: "https://koito.bob.com" + - token: "" + url: "https://koito.alice.com"