Pinggy-io / pinggy_website

Website of pinggy
1 stars 1 forks source link

Doc shortcode supporting ssh/cli and mac/linux/win-ps/win-cmd #81

Open ghoshbishakh opened 2 months ago

ghoshbishakh commented 2 months ago
{
  "cli": {
    "windows": {
      "ps": "./pinggy.exe -p 443 -R0:localhost:{{port}} -L4300:localhost:4300 {{token}}@a.pinggy.io"
      "cmd": "./pinggy.exe -p 443 -R0:localhost:8000 -L4300:localhost:4300 qr@a.pinggy.io\nsomeother command"
    },
    "linux": {
      "ps": "ssh -p 443 -R0:localhost:8000 -L4300:localhost:4300 qr@a.pinggy.io"
      "cmd": "ssh -p 443 -R0:localhost:8000 -L4300:localhost:4300 qr@a.pinggy.io\nsomeother command"
    }
  }
  "ssh": {

  }
}