You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
326 B
Markdown

4 years ago
# wgas-rs
4 years ago
4 years ago
Simple WireGuard Access Server
4 years ago
## Quickstart
```
sudo add-apt-repository ppa:wireguard/wireguard -y
sudo apt install wireguard -y
sudo umask 077
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
git clone https://github.com/lalanza808/wgas-rs && cd wgas-rs
rustup override set nightly
cargo run
```