Cloudflare/WARP Connector: Difference between revisions
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
| valign="top" | | | valign="top" | | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
warp-cli tunnel host | warp-cli tunnel host remove chorke.org | ||
warp-cli tunnel host | warp-cli tunnel host add chorke.org | ||
warp-cli tunnel host list | warp-cli tunnel host list | ||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 19:46, 9 December 2024
WARP Client
| ||
Playground
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/
|
warp-cli registration delete
warp-cli registration show
warp-cli registration new
|
References
| ||