Files
workstation-share/comfyui/ts_serve.json
2026-04-20 22:47:02 -07:00

20 lines
287 B
JSON

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