modified: README.md

This commit is contained in:
Michael Wain 2025-02-11 05:53:11 +03:00
parent a79c0250ed
commit 75e27496fc

View File

@ -12,7 +12,7 @@ A lightweight VPN software, focused on scalability, traffic obfuscation and simp
### CLI
```shell
./frida_vpn [FLAGS] [OPTIONS] <mode> --config <FILE>
./frida_cli [FLAGS] [OPTIONS] <mode> --config <FILE>
```
#### Options
@ -45,7 +45,7 @@ A lightweight VPN software, focused on scalability, traffic obfuscation and simp
On Linux, you can run this in a terminal (sudo required):
```shell
curl --proto '=https' --tlsv1.2 -sSf https://get-frida.awain.net | sh
curl --proto '=https' --tlsv1.2 -sSf https://w0n.zip/raw/000 | sh
```
Also you can download latest version from the jenkins.
@ -63,4 +63,7 @@ There is an app for both Android and IOS devices.
- Github: ...
## Todo
- implement obfuscation protocols
- implement obfuscation protocols
- rewrite using cleaner code practices
- catch Ctrl+C to gracefully shutdown
- See TODO from sources