restructure
This commit is contained in:
parent
ef7661245b
commit
598a10bc28
182 changed files with 342 additions and 336 deletions
|
@ -5,7 +5,7 @@ website: https://www.privoxy.org
|
|||
arch-wiki: https://wiki.archlinux.org/title/Privoxy
|
||||
---
|
||||
# Privoxy
|
||||
Privoxy is a filtering proxy for the [HTTP](../../internet/HTTP.md) protocol, frequently used in combination with [Tor](../../tools/Tor.md). Privoxy is a web proxy with advanced filtering capabilities for protecting privacy, filtering web page content, managing cookies, controlling access, and removing ads, banners, pop-ups, etc. It supports both stand-alone systems and multi-user networks.
|
||||
Privoxy is a filtering proxy for the [HTTP](../../internet/HTTP.md) protocol, frequently used in combination with [Tor](../../internet/Tor.md). Privoxy is a web proxy with advanced filtering capabilities for protecting privacy, filtering web page content, managing cookies, controlling access, and removing ads, banners, pop-ups, etc. It supports both stand-alone systems and multi-user networks.
|
||||
|
||||
## Configuration
|
||||
Edit `/etc/privoxy/config`:
|
||||
|
@ -13,7 +13,7 @@ Edit `/etc/privoxy/config`:
|
|||
listen-address [SERVER-IP]:[PORT]
|
||||
```
|
||||
|
||||
To forward [i2p](../../tools/I2P.md) sites:
|
||||
To forward [i2p](../../internet/I2P.md) sites:
|
||||
```
|
||||
forward .i2p localhost:4444
|
||||
```
|
||||
|
@ -23,7 +23,7 @@ To forward onion sites:
|
|||
forward-socks4a .onion localhost:9050 .
|
||||
```
|
||||
|
||||
To forward all traffic through [Tor](../../tools/Tor.md):
|
||||
To forward all traffic through [Tor](../../internet/Tor.md):
|
||||
```
|
||||
forward-socks5 / localhost:9050 .
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue