We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require cloudflared for windows, but works just fine, be sure to run under http2 mode Example cmd file:
start /B "" python3 -m jina flow --uses D:\work\dalle\dalle-flow\flow.yml del /f D:\work\dalle-flow_cloudflared.log start /B "" D:\work\cloudflared-windows-amd64.exe tunnel --protocol http2 --url http://localhost:51005 > D:\work\dalle-flow_cloudflared.log 2>&1
Example Powershell script to get cloudflared ip from dalle-flow_clouflared.log
$var = Select-String -Pattern ".trycloudflare.com " -SimpleMatch D:\work\dalle-flow_cloudflared.log $new_array = $var -split "\s+" $new_array[3]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Require cloudflared for windows, but works just fine, be sure to run under http2 mode
Example cmd file:
Example Powershell script to get cloudflared ip from dalle-flow_clouflared.log
The text was updated successfully, but these errors were encountered: