This commit is contained in:
2026-04-20 12:11:07 -07:00
parent 86965fd783
commit f14c90e05a
4 changed files with 96 additions and 0 deletions

19
llama/ts_serve.json Normal file
View File

@@ -0,0 +1,19 @@
{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"llama.story-basking.ts.net:443": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:80"
}
}
}
},
"AllowFunnel": {
"llama.story-basking.ts.net:443": true
}
}