1 changed files with 33 additions and 1 deletions
@ -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 |
Loading…
Reference in new issue