-
How to set the custom github raw source proxy url |
Beta Was this translation helpful? Give feedback.
Answered by
HerbertHe
Jan 15, 2024
Replies: 1 comment
-
The project uses If you don't want to use it, you can add the custom proxy url by yourself. Just need to set the environment variable ex. CUSTOM_GITHUB_RAW_SOURCE_PROXY_URL=<your-own-custom-proxy-url> && yarn m3u But you need to pay attention to that The custom proxy service you configured MUST supports the request urls, like |
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
The project uses
https://ghproxy.net
as github raw source proxy by default.If you don't want to use it, you can add the custom proxy url by yourself.
Just need to set the environment variable
CUSTOM_GITHUB_RAW_SOURCE_PROXY_URL=<your-own-custom-proxy-url>
, before you runyarn m3u
.ex.
But you need to pay attention to that The custom proxy service you configured MUST supports the request urls, like
${CUSTOM_GITHUB_RAW_SOURCE_PROXY_URL}/https://raw.githubusercontent.com/xxx/xxx