We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e94537 commit 7a951a5Copy full SHA for 7a951a5
README.md
@@ -29,4 +29,10 @@ You can customize the Tinyproxy configuration by mounting a custom `tinyproxy.co
29
30
```sh
31
docker run -d -p 8888:8888 -v /path/to/your/tinyproxy.conf:/etc/tinyproxy/tinyproxy.conf ghcr.io/querateam/docker-tinyproxy:latest
32
-```
+```
33
+
34
+You can also restrict proxy access to specific hosts by setting the `ALLOWED_HOSTS` environment variable (comma-separated list):
35
36
+```sh
37
+docker run -d -p 8888:8888 -e ALLOWED_HOSTS="example.com,another.com" ghcr.io/querateam/docker-tinyproxy:latest
38
0 commit comments