ViRb3 / wgcf

🚤 Cross-platform, unofficial CLI for Cloudflare Warp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error while doing wg-quick up wgcf-profile.conf

DavidRLTG opened this issue · comments

Logs:
root@computer:/home/user/Downloads# wg-quick up wgcf-profile.conf [#] ip link add wgcf-profile type wireguard [#] wg setconf wgcf-profile /dev/fd/63 [#] ip -4 address add xxx.xx.x.x/xx dev wgcf-profile [#] ip -6 address add xxxx:xxxx:xxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx dev wgcf-profile [#] ip link set mtu 1280 up dev wgcf-profile [#] resolvconf -a wgcf-profile -m 0 -x /usr/bin/wg-quick: line 32: resolvconf: command not found [#] ip link delete dev wgcf-profile

Apparently this might be because I am on Devuan with OpenRC, NOT Debian with SystemD.
Any ideas?

You need to install resolvconf. I would recommend asking on #wireguard irc channel, this is not related to wgcf.

Well sorry, I didn't know.
Thanks for your help though! Have a great day.