Files
homelab-dsa-tutoring/config/tailscale-serve-config.json
2026-02-08 16:36:36 -08:00

21 lines
312 B
JSON

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