How to use warp-cli
pre:
systemctl stop systemd-resolvedsystemctl disable systemd-resolved
connect:
sudo systemctl start warp-svcwarp-cli statuswarp-cli connect(will change your /etc/resolv.conf to a new config)
disconnect:
warp-cli disconnect(will change your /etc/resolv.conf back)systemctl stop systemd-resolvedsystemctl disable systemd-resolvedsudo systemctl start warp-svc
it seems warp-svc is fighting with /etc/resolv.conf over stuff for no reason. see: Arch Linux Forum Post. This takes disabling systemd-resolved to solve.
other related:
← home