From 25f9e904a2349a701d289725813c3ff0e14c7177 Mon Sep 17 00:00:00 2001 From: alexpdp7 Date: Sat, 30 Aug 2025 14:04:57 +0200 Subject: [PATCH] Add multi account containers + ssh -D trick --- linux/misc.md | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.47.3