Open gbraad opened 1 year ago
$ tailscale serve https / ~/Public
{ "TCP": { "443": { "HTTPS": true } }, "Web": { // serve https / ~/Public "mobile-t460p.phoenix-wyvern.ts.net:443": { "Handlers": { "/": { "Path": "/home/gbraad/Public" } } } } }
https://mobile-t460p.phoenix-wyvern.ts.net (tailnet only) |-- / path /home/gbraad/Public
$ tailscale funnel 443 on
{ "TCP": { "443": { "HTTPS": true } }, "Web": { "mobile-t460p.phoenix-wyvern.ts.net:443": { "Handlers": { "/": { "Path": "/home/gbraad/Public" } } } }, "AllowFunnel": { // tailscale funnel 443 on "mobile-t460p.phoenix-wyvern.ts.net:443": true } }
# Funnel on: # - https://mobile-t460p.phoenix-wyvern.ts.net https://mobile-t460p.phoenix-wyvern.ts.net (Funnel on) |-- / path /home/gbraad/Public