···3737CSS_EXTERNAL=https://cdnjs.cloudflare.com/ajax/libs/mini.css/3.0.1/mini-default.min.css
3838```
39394040-## `KEEP_GEMINI_EXACT`
4040+## `KEEP_GEMINI`
41414242-A comma-separated list of Gemini URIs to keep as is when proxying.
4242+A comma-separated list of Gemini URL fragments to keep as is when proxying
4343+4444+Wildcards are supported using the `*` character, and exceptions can be made
4545+using the `!` character
43464447```dotenv
4545-# These two URIs will be kept pointing to their original Gemini URIs when
4646-# proxied instead of being replaced with their proxied equivalents.
4747-KEEP_GEMINI_EXACT=gemini://fuwn.me/something,gemini://fuwn.me/another
4848+# These rules ensure that all Gemini URLs will be left untouched in the proxied
4949+# HTML response except for URLs under the "fuwn.me" domain
5050+KEEP_GEMINI=!*fuwn.me/*,gemini://*
4851```
49525053## `HEAD`
···53565457```dotenv
5558HEAD=<script>/* September */</script><style>/* September */</style>
5656-```
5757-5858-## `KEEP_GEMINI_DOMAIN`
5959-6060-Similar to `KEEP_GEMINI_EXACT`, except matches based on entire domain or domains
6161-instead of exact URIs
6262-6363-```dotenv
6464-KEEP_GEMINI_DOMAIN=fuwn.me,example.com
6559```
66606761## `PROXY_BY_DEFAULT`