Initial commit

This commit is contained in:
2025-04-13 09:56:27 -05:00
commit 9ae1a7fb7f
3 changed files with 148 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3000"
}
}
}
},
"AllowFunnel": {
"${TS_CERT_DOMAIN}:443": false
}
}