Files
workstation-share/comfyui/ts_serve.json
2026-04-20 11:18:04 -07:00

20 lines
285 B
JSON

{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"comfyui.story-basking.ts.net:443": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:80"
}
}
}
},
"AllowFunnel": {
"comfyui.story-basking.ts.net:443": true
}
}