I've got a "multihome" setup: 2 internet connections, which boosts my speed significantly.
I've set up a proxy on my VPS for regular browsing, but some applications don't support this, and they don't like 2 IPs accessing their server with the same credentials, for example: usenet servers.
So I was wondering: how can I setup a specific port on my VPS as a proxy for another server?
I've tried it with Dante, like this:
pass { from: 0.0.0.0/0 to: usenet-server.com port = 563 protocol: tcp udp
But that did not work...