uplink-cli 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -38,7 +38,7 @@ export const devCommand = new Command("dev")
38
38
  "tunnel",
39
39
  clientFile
40
40
  );
41
- const ctrlHost = process.env.TUNNEL_CTRL ?? "127.0.0.1:7071";
41
+ const ctrlHost = process.env.TUNNEL_CTRL ?? "tunnel.uplink.spot:7071";
42
42
  const args = [
43
43
  clientPath,
44
44
  "--token",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uplink-cli",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Expose localhost to the internet in seconds. Interactive terminal UI, permanent custom domains, zero config. A modern ngrok alternative.",
5
5
  "keywords": [
6
6
  "tunnel",