From b27041050212b353b51362c5494077c029673264 Mon Sep 17 00:00:00 2001 From: WellsBit <89494080+WellsBit@users.noreply.github.com> Date: Sat, 19 Mar 2022 17:40:34 +0000 Subject: Add keep_gemini_exact option in readme --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 435b86a..969768c 100644 --- a/README.rst +++ b/README.rst @@ -83,6 +83,9 @@ Capybara allows the optional usage of a :code:`Capybara.yaml` file for simple co # Proxied: `gemini://gem.rest` becomes `/proxy/gem.rest` # Not proxied (present in `capybara.keep_gemini`): `gemini://gem.rest` is kept + keep_gemini_exact: # A list of URLs where if the URL is present; the URL will not be proxied + - fuwn.me/skills # + # Similar to `keep_gemini` except only keeps exact URLs The configuration file can be located in three different places relative to Capybara: - Docker Compose: :code:`./capybara-data/` -- cgit v1.2.3