modified: Cargo.lock modified: Cargo.toml modified: README.md modified: src/client.rs modified: src/main.rs modified: src/server.rs
35 lines
862 B
Markdown
35 lines
862 B
Markdown
# Frida
|
|
|
|

|
|

|
|

|
|

|
|
|
|
|
|
A lightweight VPN software, focused on scalability, traffic obfuscation and simplicity.
|
|
|
|
## Documentation
|
|
|
|
Check the [repository wiki]() to access the documentation, tutorials.
|
|
|
|
## Installation
|
|
|
|
On Linux, you can run this in a terminal (sudo required):
|
|
|
|
```
|
|
curl --proto '=https' --tlsv1.2 -sSf https://get-frida.awain.net | sh
|
|
```
|
|
|
|
Also you can download latest version from the releases page.
|
|
|
|
## Android / IOS
|
|
|
|
There is an app for both Android and IOS devices.
|
|
|
|
### Android links
|
|
- Google play: ...
|
|
- Github: ...
|
|
|
|
### IOS links
|
|
- Github: ...
|