Adding README.Debian with notes about using ssh as a proxy.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c86af30f4c
commit
5318f29a59
1 changed files with 22 additions and 0 deletions
22
debian/webext-foxyproxy.README.Debian
vendored
Normal file
22
debian/webext-foxyproxy.README.Debian
vendored
Normal 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
|
Loading…
Add table
Reference in a new issue