From a26816e257dc4e324b732640e510593dafb08ed5 Mon Sep 17 00:00:00 2001 From: kropotkin Date: Sun, 9 Jan 2022 19:14:12 +0100 Subject: [PATCH] Update README.md --- README.md | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9e4d9f..a9a82f0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,34 @@ -# lokinetfy +# Lokinetfy + +Makes an application run through lokinet by using network namespaces. + +## Usage +Make sure you have lokinet installed. It doesn't need to be running. + +Start namespace with lokinet. +``` +$ sudo bash lokinetfy.sh start +``` +Run your program +``` +$ sudo bash lokinetfy.sh run firefox +``` +After using, you can clean-up the namespace. +``` +$ sudo bash lokinetfy.sh stop +``` + +## Donate +Donate OXEN: LTnQfnForBZgPpdRrWiuF5NLa1pNmhBW8YfAZkhXnXyxSTHjXzcaYfdgbYbArNuMuSYfeZhToWgbkU89rzkzTH6v4GcrhhA + +## Contact +Talk with me on Session: 050138dde520d3155c5da92a5dc35e51a153684d9a73d79d69711102130cb7bc1f + +## References + +This is highly based on the Schnouki's blog post[1] and script[2] + +[1] https://schnouki.net/post/2014/openvpn-for-a-single-application-on-linux/ + +[2] https://gist.github.com/Schnouki/fd171bcb2d8c556e8fdf \ No newline at end of file