Setting a proxy IP in SingleFile #1072
-
Hello, is there a way to setup a proxy IP in SingleFile? I will greatly appreciate any pointers on this. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
gildas-lormeau
Jan 4, 2023
Replies: 2 comments 6 replies
-
You mean with SingleFile CLI? |
Beta Was this translation helpful? Give feedback.
4 replies
-
The last version I just published on NPM (v1.0.27) includes these new options:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
gildas-lormeau
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The last version I just published on NPM (v1.0.27) includes these new options:
--http-proxy-server
(e.g. "http://123.231.123.231")--http-proxy-username
(e.g. "root")--http-proxy-password
(e.g. "p4$$w0rd")