2

Is it possible to use /dev/tcp with a proxy? I only found wget is possible to use with proxy, but wget doesn't work.

0

1 Answer 1

3

Just checked the sources of bash 4.2: the proxy support for /dev/tcp and /dev/udp is not implemented.

The only option you have is to start a copy of bash with tsocks library preloaded (see man tsocks for details)

So, you would also need to set up a socks proxy server.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.