This commit is contained in:
2024-07-09 19:12:11 +01:00
parent 6175423dd5
commit 29979248d0
5 changed files with 54 additions and 0 deletions

View File

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