Skip to content

Commit

Permalink
Merge pull request #28
Browse files Browse the repository at this point in the history
Release v0.3.0
  • Loading branch information
bsrinivas8687 authored Feb 21, 2023
2 parents b878be8 + 535e492 commit b99fdac
Show file tree
Hide file tree
Showing 21 changed files with 802 additions and 229 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,28 @@

```sh
sudo apt-get update && \
sudo apt-get install openresolv wireguard-tools
sudo apt-get install curl openresolv wireguard-tools

sudo su; # run as root
bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --version v5.2.1
```

### Mac

```sh
brew install wireguard-tools
brew install v2ray wireguard-tools
```

or

```sh
port install wireguard-tools
port install v2ray wireguard-tools
```

## Install Sentinel CLI client

```sh
curl --silent https://raw.githubusercontent.com/sentinel-official/cli-client/development/scripts/install.sh | sh
curl --silent https://raw.githubusercontent.com/sentinel-official/cli-client/master/scripts/install.sh | sh
```

## Connect to a dVPN node
Expand Down
Loading

0 comments on commit b99fdac

Please sign in to comment.