diff --git a/config/tailscale-serve-config.json b/config/tailscale-serve-config.json new file mode 100644 index 0000000..6c9e927 --- /dev/null +++ b/config/tailscale-serve-config.json @@ -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 + } +} +