From: alexpdp7 Date: Sat, 30 Aug 2025 12:04:57 +0000 (+0200) Subject: Add multi account containers + ssh -D trick X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=25f9e904a2349a701d289725813c3ff0e14c7177;p=alex.git Add multi account containers + ssh -D trick --- diff --git a/linux/misc.md b/linux/misc.md index 4518e9e..74a67ff 100644 --- a/linux/misc.md +++ b/linux/misc.md @@ -31,3 +31,9 @@ systemd-cgtop -m user.slice/user-1000.slice ``` sudo smem -P beam.smp -kta ``` + +## Quick rerouting of browser traffic through another host + +`ssh -D 1234 host` creates a Socks proxy on `localhost:1234` that sends traffic through `host`. + +By enabling "allow extension to control proxy settings" in the [multi account containers](https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/) Firefox add-on, you can make containers use specific proxies.