You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
Image with [privoxy](https://www.privoxy.org) enabled and configured to work with HTTPS.
6
6
7
-
It also includes '[adblock2privoxy](https://github.com/essandess/adblock2privoxy)' to translate adblock rules to privoxy with CSS hidden elements & blackhole.
7
+
It also includes '[ab2p](https://github.com/essandess/adblock2privoxy)' (adblock2privoxy) to translate adblock rules to privoxy with CSS hidden elements & blackhole.
8
8
This means that this image also includes an nginx server so that the advanced CSS rules work correctly.
9
9
10
10
## :bulb: Documentation
@@ -24,18 +24,18 @@ This image downloads the 'trustedCAs' file from curl.se and also generates the c
24
24
| PORT | Description | Required |
25
25
|----------------|-------------|-------------|
26
26
| 8118 | Privoxy |:heavy_check_mark:|
27
-
| 80 | Nginx ||
28
-
| 443 | Nginx SSL ||
27
+
| 80 | Nginx |If you use the ab2p rules|
28
+
| 443 | Nginx SSL |If you use the ab2p rules|
29
29
30
30
31
31
### Env. Variables
32
32
33
33
| Name | Description | Default |
34
34
|----------------|-------------|-------------|
35
35
| PRIVOXY_PORT | The Privoxy port | 8118 |
36
-
| ADBLOCK_URLS |String of urls separated by spaces | "" |
36
+
| ADBLOCK_URLS |URLs separated by spaces | "" |
37
37
| ADBLOCK_CSS_DOMAIN | A domain/IP that points to the container (IP:PORT) | 172.17.0.2 |
38
-
| ADBLOCK_NGINX_ENABLED |The server to use to get the css files| true |
38
+
| ADBLOCK_NGINX_ENABLED |Enable NGINX| true |
39
39
| NGINX_SERVER_NAME | The server name for verification process (must coincide with ADBLOCK_CSS_DOMAIN name part) | 172.17.0.2 |
0 commit comments