Skip to content

Commit

Permalink
chore: more iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
nermalcat69 committed Oct 6, 2024
1 parent 097c8d0 commit 2e09540
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions apps/docs/content/references/vpn.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ description: Interacting with zerops services via zcli cli with wireguard vpn.
- Zerops Project with a Service

At Zerops, We really care about your security so we tried our best to provide you
the best resources and tools to interact with your project deployed on Zerops securely.
the best resources and tools to interact with your project deployed on Zerops securely
as everything is inside a private network and nothing is exposed to the internet.

Zerops uses WireGuard VPN, but unlike typical consumer VPNs focused on changing
your public IP address, our implementation is specifically designed to securely connect you
to your project and interact with the services inside it.

You can SSH to your service after you're connected to the project using vpn.

## How do we provide better security?

We are using wireguard under the hood of vpn to have a secure tunnel connection
Expand All @@ -31,7 +34,7 @@ We are using public/private key pairs for authorization.
Inside Zerops project runs a Wireguard server and zCLI(Zerops Command Line Interface) works as
a Wireguard client which helps you to interact with your zerops project if you're authorized.

## Start the VPN
## How to Start the VPN

Start a VPN session with:

Expand All @@ -50,7 +53,7 @@ Flags:
command is to be executed.
```
Or connect to a specfic project by passing your project ID into the `projectId` parameter:
Or you can also connect to a specfic project by passing your project ID which you can get from your zerops dashboard gui and add it into the `projectId` parameter:
```sh
zcli vpn up Evs8Je4NTvKeIkUqoUXp2w
Expand All @@ -70,7 +73,7 @@ You can only connect to one project at a time. If you’re already connected to
The VPN daemon keeps the connection open until you manually stop it. If the connection drops, it will automatically try to reconnect.
## Stop the VPN
## How to Stop the VPN
Use `zcli vpn down` command to stop the existing VPN session.
Expand Down

0 comments on commit 2e09540

Please sign in to comment.