summaryrefslogtreecommitdiff
path: root/config.toml.sample
diff options
context:
space:
mode:
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!
+# ]
+#}