rename + boilerplate

This commit is contained in:
peskyadmin 2025-04-08 09:20:28 -05:00
parent 75da6f80bf
commit 2e32c1782b
2 changed files with 19 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
}
}