You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 - Integrate netlimitter with logs (Net Activity Viewer) just edit net activity viewer to keep disconnected connection instead of removing them from the list...
2 - Proxychains/tsocks launcher (start apps proxified... integrate plasma search ? "alt + space")
Proxychains (proxychains-ng does not work with chrome and others. proxychains works with chrome etc.)
Tsocks Does not work with chome but firefox ok
Injection must be done before process start
A solution can be /usr/local/bin before /usr/bin like firejail
An other solution could be widely inject proxychains BUT change its code to only inject itself on selected app list (check [proxychains] DLL init std output when starting)
Proxychains/Tsocks can be injected with export LD_PRELOAD=/usr/local/lib/libproxychains4.so and export LD_PRELOAD=/usr/lib64/libtsocks.so.1 before starting the app
Issues:
Improvements:
The text was updated successfully, but these errors were encountered: