1
0
Fork 0

Adding README.Debian with notes about using ssh as a proxy.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-07 01:24:47 +01:00
parent c86af30f4c
commit 5318f29a59
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

22
debian/webext-foxyproxy.README.Debian vendored Normal file
View file

@ -0,0 +1,22 @@
webext-foxyproxy for Debian
===========================
foxyproxy can be used with a different kinds of proxy,
but one of the simplest and most effective way is through SSH:
* run 'ssh -TN -D 8080 ssh.example.org' in a terminal,
where ssh.example.org is your remote host that you
want to use as a proxy.
* add a new proxy entry via the foxyproxy extension GUI:
- Proxy Type: SOCKS5
- Proxy IP address or DNS name: localhost
- Port: 8080
* depending on your use case, you also might want to consider:
- enabling 'Do not use for localhost and intranet/private IP addresses'
- configuring a specific URL pattern to be used by foxyproxy
-- Daniel Baumann <daniel@debian.org> Fri, 07 Feb 2025 01:31:12 +0100