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"