Add support for a wildcard domain.

This commit is contained in:
Catherine
2025-09-15 08:11:30 +00:00
parent 11145f407e
commit abaf6d993b
5 changed files with 46 additions and 13 deletions
+5
View File
@@ -3,3 +3,8 @@ data-dir = "./data"
[listen]
protocol = "tcp"
address = ":3333"
[wildcard]
domain = "codeberg.page"
clone-url = "https://codeberg.org/%s/%s.git"
index-repo = "%s.codeberg.page"