Cloudflare/WARP Connector: Difference between revisions
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
==Playground== | ==Playground== | ||
{| | {| | ||
| valign="top" | | |||
<syntaxhighlight lang="bash"> | |||
warp-cli tunnel host add shahed.biz | |||
warp-cli tunnel host remove shahed.biz | |||
warp-cli tunnel host list | |||
</syntaxhighlight> | |||
| valign="top" | | |||
<syntaxhighlight lang="bash"> | |||
</syntaxhighlight> | |||
| valign="top" | | |||
<syntaxhighlight lang="bash"> | |||
</syntaxhighlight> | |||
|- | |||
| colspan="3" | | |||
---- | |||
|- | |||
| valign="top" | | | valign="top" | | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> |
Revision as of 19:45, 9 December 2024
WARP Client
| ||
Playground
warp-cli tunnel host add shahed.biz
warp-cli tunnel host remove shahed.biz
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
| ||