Add config/tailscale-serve-config.json

This commit is contained in:
2026-02-14 03:44:26 +00:00
parent aaf35662a3
commit a1f75fab30

View File

@@ -0,0 +1,20 @@
{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"your-hostname.tail8f43b.ts.net:443": {
"Handlers": {
"/": {
"Path": "/shared"
}
}
}
},
"AllowFunnel": {
"your-hostname.tail8f43b.ts.net:443": true
}
}