Connect to your local networks in BUCT from anywhere in the world.
🥑 WEBVPN Converter can help you convert a BUCT local area network URL into its corresponding WEBVPN URL so that you can access BUCT local resources from anywhere in the world.
This project comes from Spencer Woo's BIT webvpn project
GET /api/<ENCODED_URL>
Note that ENCODED_URL
must be URL encoded.
prefix
: Must be one ofweb
(default) orlib
. Adds eitherw.buct.edu.cn
ortsg.buct.edu.cn
as prefix to the URL.redirect
: Eithertrue
orfalse
(default). Iftrue
, the client will be redirected to the converted/encrypted URL directly.
GET /api/https%3A%2F%2Fbit.edu.cn?prefix=web&redirect=false
{
"url": "https://w.buct.edu.cn/https/77726476706e69737468656265737421f2fe55d222347d1e7d06"
}
pnpm install
pnpm dev
pnpm build
May 3, 2022
- Add support for forward converter and reverse retrevnoc.Apr 29, 2022
- Migrate from Vue to Next.js with Tailwind CSS.