Files
homelab-dsa-tutoring/config/tailscale-serve-config.json
Brendan Chen 73cfc7cf13
All checks were successful
Deploy to Homelab / deploy (push) Successful in 8s
revert 8170c42bab
revert Update funnel configuration
2026-02-18 21:15:16 +00:00

21 lines
279 B
JSON

{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"dsa-tutoring-1.tail8f43b.ts.net:443": {
"Handlers": {
"/": {
"Path": "/shared"
}
}
}
},
"AllowFunnel": {
"dsa-tutoring-1.tail8f43b.ts.net:443": true
}
}