From 75e27496fc1e6fcff3e5b216a735cb03b7aec900 Mon Sep 17 00:00:00 2001 From: "alterwain@protonmail.com" Date: Tue, 11 Feb 2025 05:53:11 +0300 Subject: [PATCH] modified: README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 424ecec..e10f5d1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A lightweight VPN software, focused on scalability, traffic obfuscation and simp ### CLI ```shell -./frida_vpn [FLAGS] [OPTIONS] --config +./frida_cli [FLAGS] [OPTIONS] --config ``` #### 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 \ No newline at end of file + - implement obfuscation protocols + - rewrite using cleaner code practices + - catch Ctrl+C to gracefully shutdown + - See TODO from sources \ No newline at end of file