From 411efb9a8d642fa8dfa4be38def359bb1ad5dfc3 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sat, 1 Feb 2025 03:29:07 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 10806ccf..5fb2794e 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,7 @@ docker run \ -e SITE=example.com \ -e CLANG=fr \ -e CRON="0 0,12 * * *" \ +-e PROXY="socks5://username:password@127.0.0.1:1234" \ -e MAX_CONNECTIONS=10 \ -e GZIP=true \ -e DAYS=14 \ @@ -204,6 +205,7 @@ iptv-org/epg | SITE | Name of the site to parse | | CLANG | Limit the download to channels in the specified language only ([ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) code) | | CRON | A [cron expression](https://crontab.guru/) describing the schedule of the guide loadings (by default will run once) | +| PROXY | Use the specified proxy | | MAX_CONNECTIONS | Limit on the number of concurrent requests (default: 1) | | GZIP | Boolean value indicating whether to create a compressed version of the guide (default: false) | | DAYS | Number of days for which the guide will be loaded (defaults to the value from the site config) |