Skip to content

jale1367/wgcf_ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

wgcf_ubuntu

Steps to get Cloudflare Warp to works on Ubuntu

1 - Setup Wireguard

sudo apt install wireguard

2 - Tải wgcf Download wgcf tại https://github.com/ViRb3/wgcf/releases

Đôi với AMD64 https://github.com/ViRb3/wgcf/releases/download/v2.2.3/wgcf_2.2.3_linux_amd64

Lưu vào /user/local/bin và set exexute để có thể chạy wgcf

cd /usr/local/bin sudo wget -o wgcf https://github.com/ViRb3/wgcf/releases/download/v2.2.3/wgcf_2.2.3_linux_amd64 sudo chmod +x wgcf

3 - Cấu hình Warp

sudo -i

cd /etc/wireguard

wgcf register

wgcf generate -p warpplus.conf

exit

4 - Chạy warp

sudo systemctl start wg-quick@warpplus

Lưu ý: Nếu dùng ubuntu minimal thì cần cài thêm resolvconf

sudo apt install resovconf

5 - Setup Extension để dễ kích hoạt Warp

https://extensions.gnome.org/extension/3612/wireguard-indicator/

Dùng Firefox để cài

Khi cài xong thì thêm service: wg-quick@warpplus.service

Done

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors