summaryrefslogtreecommitdiff
path: root/config.toml.sample
diff options
context:
space:
mode:
authorjake <jake@jakes-mail.top>2022-09-02 19:36:44 -0400
committerjake <jake@jakes-mail.top>2022-09-02 19:36:44 -0400
commitf88ff93ef92f3ce79cc01220c4ee9fcbc14649cb (patch)
treef62a987e6cd764e61dd3afad7d9e32557509e90e /config.toml.sample
parent7ec99c4900b7fd6117fc20e70c76eba4c8032f6f (diff)
Add 'Gone' gemini status
Diffstat (limited to 'config.toml.sample')
-rw-r--r--config.toml.sample12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.toml.sample b/config.toml.sample
index a75fc25..6ec5e6a 100644
--- a/config.toml.sample
+++ b/config.toml.sample
@@ -136,3 +136,15 @@ assume_index = true
# '../pubkeys2.txt',
# ],
#}
+#gone = {
+# # this checks if a path location doesn't exist, but does if '.gone' is appended, which will return a gone gemini status
+# append = true,
+# path = [
+# # regex matching
+# '/some/path/that/is/percise/text.gmi',
+# # This will match pretty a lot of things
+# '/blog/2021*',
+# # like '/blog/20215/april/' or even '/blog/2021-converense/'
+# # in other words: be careful and be as specific as you can be!
+# ]
+#}