Urgent.News

What's breaking now, across thousands of outlets.

Tech

This one-command trick can put your localhost on the internet, no port forwarding required

"Put localhost on the Internet," was the new pitch for an old feature that had Cloudflare at the top of Hacker News and X's dev circles for the last few days. The tool has existed since 2021, and let's you run one command: cloudflared tunnel --url http://localhost:8000, and whatever is... Read Entire Article

This one-command trick can put your localhost on the internet, no port forwarding required

A simple Cloudflare trick can make your local machine accessible on the internet without any port forwarding or complex setups. This feature, called "Quick Tunnels," has been around since 2021, but recently it became a viral sensation on developer circles after being rediscovered. By running the command `cloudflared tunnel --url http://localhost:8000`, you can instantly generate a public, encrypted address ending in trycloudflare.com.

This URL works as long as the process is running, and disappears once the process stops. The feature appeals to developers who need to demonstrate unfinished builds to clients, and it has been quietly used by others for years. Cloudflare's rebranding and marketing of the tool have led many to believe it's a new development, though it's actually an old feature that saw a resurgence.

However, security experts warn that this public URL can be abused, and there have been documented cases of criminals using it to launch malware. Cloudflare's founder, who originally invented this concept, noted that the company discontinued anonymous tunnels due to abuse concerns. Despite these risks, the tool remains a useful solution for temporary problems.

Written by urgent.news from TechSpot's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at techspot.com →

More in Tech

Custom Password Reset API Selection for Auth Systems Without Webhooks

The most important trade-off is evidence versus coupling: for password recovery and settled-order receipts, choose an email API that lets your application record a durable submission result and later…

  • Store unique message key and remote message identifier for password resets and order receipts.
  • Poll for unresolved messages and avoid storing raw reset tokens in logs.

NetScaler and the SAML Bypass: Measuring Gateway Exposure with ZoomEye

NetScaler and the SAML Bypass: Measuring Gateway Exposure with ZoomEye Authentication gateways occupy a structurally difficult position in security architecture.

  • Citrix NetScaler ADC and Gateway are critical authentication gateways.
  • CVE-2026-19490 is a SAML authentication bypass vulnerability.
  • ZoomEye measures hundreds of thousands of affected NetScaler instances.

Keep the Score Contract Out of the Agent's Write Set

A green CI job on an agent branch is not a score. It is a claim that the tree the agent left behind still exits zero. Those claims diverge as soon as the agent can delete tests, rewrite goldens, skip…

  • Contract file must bind testing process aspects
  • Include parent SHA, fixture hashes, runner config hashes
  • Contract generated from parent commit, not agent's branch

More from Monday 21 September →