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