Cloudflare/WARP Connector: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 23: Line 23:
| valign="top" |
| valign="top" |
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
warp-cli tunnel host remove chorke.org
warp-cli registration delete
warp-cli tunnel host add    chorke.org
warp-cli registration show
warp-cli tunnel host list
warp-cli registration new
</syntaxhighlight>
</syntaxhighlight>


| valign="top" |
| valign="top" |
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
 
warp-cli tunnel host remove chorke.org
warp-cli tunnel host add    chorke.org
warp-cli tunnel host list
</syntaxhighlight>
</syntaxhighlight>


Line 83: Line 85:
| valign="top" |
| valign="top" |
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
warp-cli registration delete
cat    /var/lib/cloudflare-warp/settings.json|jq -r
warp-cli registration show
cat    /var/lib/cloudflare-warp/conf.json|jq -r
warp-cli registration new
ls -alh /var/lib/cloudflare-warp/
</syntaxhighlight>
</syntaxhighlight>



Revision as of 20:02, 9 December 2024

WARP Client


Playground

warp-cli registration delete
warp-cli registration show
warp-cli registration new
warp-cli tunnel host remove chorke.org
warp-cli tunnel host add    chorke.org
warp-cli tunnel host list

cat /usr/local/etc/cloudflared/config.yml
ls -lah ~/.cloudflare-warp
ls -lah  ~/cloudflare-warp
sudo cloudflared service uninstall
systemctl  status cloudflared
journalctl -xeu   cloudflared
tail -n100 -f /var/log/cloudflared.log 
sudo systemctl daemon-reload
ps aux|grep cloudflared

ls -alh /etc/systemd/system|grep cloudflared
ls -alh /etc/systemd/system|grep minikube
ls -alh /etc/systemd/system|grep minio
ls -lah /usr/local/etc/cloudflared/
          ls -lah /etc/cloudflared/
            ls -lah ~/.cloudflared/
cat     /var/lib/cloudflare-warp/settings.json|jq -r
cat     /var/lib/cloudflare-warp/conf.json|jq -r
ls -alh /var/lib/cloudflare-warp/

References