Files
homelab-dsa-tutoring/config/tailscale-serve-config.json
Brendan Chen 8170c42bab
All checks were successful
Deploy to Homelab / deploy (push) Successful in 14s
Update funnel configuration
2026-02-18 09:11:00 -08:00

21 lines
275 B
JSON

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