Total Pageviews

Friday 31 July 2020

linux桌面系统debian上的翻墙术:de_GWD

About

Debian bypass Gateway & DNS
https://jacyl4.github.io/posts/de_gwd/

Server:

apt install -y wget
bash <(wget --no-check-certificate -qO- https://raw.githubusercontent.com/jacyl4/de_GWD/master/server)

Client:

General Edition (amd64)
apt install -y wget
bash <(wget --no-check-certificate -qO- http://gwd.seso.icu:10290/client_do)
Compatible Edition (amd64&arm64)
apt install -y wget
bash <(wget --no-check-certificate -qO- http://gwd.seso.icu:10290/client)
from https://github.com/jacyl4/de_GWD

No comments:

Post a Comment