BestOwl / ShadowsocksUWP

A shadowsocks client for UWP

Repository from Github https://github.comBestOwl/ShadowsocksUWPRepository from Github https://github.comBestOwl/ShadowsocksUWP

Shadowsocks client for UWP

telegram_group

If you want to keep a secret, you must also hide it from yourself.

Features

NOTE: This project is working in progress, some features are no implemented yet.

  • TCP relay
  • UDP relay
  • Stream cipher
    • aes-xxx-cfb
    • aes-xxx-ctr
    • chacha20-ietf
    • camellia-xxx-cfb
  • AEAD cipher
  • Profile switching
  • QR code profile sharing
  • PAC configuration

Geting started

Requirements
  • Windows 10 Version 1703 or higher
  • Visual Studio 2017 (higher than 15.7) with UWP and C++ Development workload
Build
  1. Clone repo and initialize submodules
    git clone --recursive https://github.com/BestOwl/ShadowsocksUWP.git
  2. Open ShadowsocksUWP.sln
  3. Build ShadowsocksUWP solution

References

About

A shadowsocks client for UWP

License:GNU General Public License v2.0


Languages

Language:C# 100.0%