gitjacker
gitjacker copied to clipboard
Support Proxy
Would be better to add a feature to support socks/proxy
What about proxychains? You can simply prefix the command with proxychains and the traffic gets "proxied" if you set it up correctly.
looking forward
What about proxychains? You can simply prefix the command with
proxychainsand the traffic gets "proxied" if you set it up correctly.
@JojiiOfficial
You can't use proxychains because Golang binaries doesn't use libc at all (at least for Linux).