🎉 Initial Commit

This commit is contained in:
2023-11-16 23:06:59 +08:00
commit 2fc1ef89db
13 changed files with 1010 additions and 0 deletions

15
config/example.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "Example Site",
"rules": [
{
"host": ["localhost"],
"path": ["/"]
}
],
"upstreams": [
{
"name": "Example Upstream",
"uri": "https://example.com"
}
]
}