You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would resolve (including dns query) using the aforementioned SOCKS5. I know it is possible, but how can I conceptualize this within ghost and its abstractions? Simplest way?
Thank you!! 💙 🙏
The text was updated successfully, but these errors were encountered:
Sorry for my ignorance in advance. My use-case is as follows:
Input:
socks5://user:pass@host:port
I wish to "convert" this to an HTTP proxy. That is, something like:
curl -x 'localhost:1337` ipinfo.io/json
提前为我的无知道歉。我的使用案例如下:
输入:
socks5://user:pass@host:port
我希望将其“转换”为一个 HTTP 代理。也就是说,类似于:
curl -x 'localhost:1337' ipinfo.io/json
Would resolve (including dns query) using the aforementioned SOCKS5. I know it is possible, but how can I conceptualize this within ghost and its abstractions? Simplest way?
Thank you!! 💙 🙏
The text was updated successfully, but these errors were encountered: