-
How to use |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If you want to use Then, you need need to set the environment variable ex. ENABLE_IPTV_CHECKER=true && IPTV_CHECKER_URL=<iptv-checker-url> && yarn m3u
|
Beta Was this translation helpful? Give feedback.
-
If you want to test sources with IPv6 support, see the docker official website about how to enable IPv6 support for docker container first! Document: Enable IPv6 support After you enable IPv6 support for docker container, restart the iptv-checker and iptv-sources service Run iptv-sources service with environment variables ENABLE_IPTV_CHECKER=true && IPTV_CHECKER_URL=http://[::1]:<port> && yarn m3u |
Beta Was this translation helpful? Give feedback.
If you want to use
iptv-checker
feature, you need to deploy it with docker first, see Docker官方包使用方法Then, you need need to set the environment variable
ENABLE_IPTV_CHECKER=true
andIPTV_CHECKER_URL=<iptv-checker-url>
before you runyarn m3u
.ex.
yarn serve
to start static service/check/cn
to checkcn.m3u
source