-
How to add your own rollback urls |
Beta Was this translation helpful? Give feedback.
Answered by
HerbertHe
Jan 15, 2024
Replies: 1 comment
-
Just need to set the environment variable ex. ROLLBACK_URLS=<your-own-rollback-url> && yarn m3u You can also set multi-rollback-urls, split them with English comma ex. ROLLBACK_URLS=<your-own-rollback-url1>,<your-own-rollback-url2> && yarn m3u |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
HerbertHe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just need to set the environment variable
ROLLBACK_URLS=<your-own-rollback-url>
, before you runyarn m3u
.ex.
You can also set multi-rollback-urls, split them with English comma
,
ex.