Port 8080 is routinely used for HTTP services, make it easier to
use --forwards=tcp/8080/... by moving the metrics port out of the
way.
Updates #1748
Signed-off-by: Denton Gentry <dgentry@tailscale.com>
forwards=fs.String("forwards","","comma-separated list of ports to transparently forward, protocol/number/destination. For example, --forwards=tcp/22/github.com,tcp/5432/sql.example.com")
forwards=fs.String("forwards","","comma-separated list of ports to transparently forward, protocol/number/destination. For example, --forwards=tcp/22/github.com,tcp/5432/sql.example.com")
wgPort=fs.Int("wg-listen-port",0,"UDP port to listen on for WireGuard and peer-to-peer traffic; 0 means automatically select")
wgPort=fs.Int("wg-listen-port",0,"UDP port to listen on for WireGuard and peer-to-peer traffic; 0 means automatically select")
promoteHTTPS=fs.Bool("promote-https",true,"promote HTTP to HTTPS")
promoteHTTPS=fs.Bool("promote-https",true,"promote HTTP to HTTPS")
debugPort=fs.Int("debug-port",8080,"Listening port for debug/metrics endpoint")
debugPort=fs.Int("debug-port",8893,"Listening port for debug/metrics endpoint")