4 lines
126 B
Bash
Executable File
4 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cloudflared tunnel --url "https://127.0.0.1/$DDEV_HOST_HTTPS_PORT" --http-host-header "$DDEV_SITENAME.$DDEV_TLD"
|