Cloudflare/WARP Connector: Difference between revisions
Jump to navigation
Jump to search
Line 61: | Line 61: | ||
| valign="top" | | | valign="top" | | ||
<syntaxhighlight lang="bash"> | |||
warp-cli registration delete | |||
warp-cli registration show | |||
warp-cli registration new | |||
</syntaxhighlight> | |||
|} | |} |
Revision as of 19:38, 9 December 2024
WARP Client
| ||
Playground
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/
|
warp-cli registration delete
warp-cli registration show
warp-cli registration new
|
References
| ||