Add config/tailscale-serve-config.json
This commit is contained in:
20
config/tailscale-serve-config.json
Normal file
20
config/tailscale-serve-config.json
Normal 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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user