-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
# mcfly722.github.io | ||
# Cloak + Wireguard VPN Gateway helper | ||
![Status: in progress](https://img.shields.io/badge/status-in%20progress-success.svg) | ||
![version](https://img.shields.io/badge/version-1.0-blue) | ||
[![License: GPL3.0](https://img.shields.io/badge/License-GPL3.0-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html) | ||
<br> | ||
To configure new VPN Gateway, use: https://mcfly722.github.io/cloak-vpn-helper/ | ||
<br> | ||
<br> | ||
Many devices (like Samsung Smart TV) has no proxy settings to configure it using v2rayN tunneling, so for this kind devices separate VPN gateway required.<br> | ||
This helper simplifies this installation using <a href="https://github.com/cbeuw/Cloak">Cloak</a> + <a href="https://www.wireguard.com/">WireGuard</a> VPN Tunnel. | ||
<br> | ||
<br> | ||
Helper generates required key pairs and gives you final bash scripts for final installation.<br> | ||
Note: <b>all keys generates on client side (by your internet browser) and not transmitted to any servers! (it is zero trust configurator)</b> |