Comment on Ask HN: upd to httpparentComments−gojomo17yI haven't read the fine print to see if it's allowed by their terms of service, but I just tried setting up a simple UDP-to-HTTP relay on Dreamhost: % nc -u -l -p 59595 | xargs -I UDP curl http://example.com/path?u=UDP ...and it worked just fine. I would think as long as the traffic is a tiny fraction of what web traffic would be -- and occasional UDP packets fit that bill -- they might either officially allow it or just not mind.−joOP17yGreat, thanks. And thanks for the cli paste - I had not heard of 'nc'.
Comments
I haven't read the fine print to see if it's allowed by their terms of service, but I just tried setting up a simple UDP-to-HTTP relay on Dreamhost:
...and it worked just fine. I would think as long as the traffic is a tiny fraction of what web traffic would be -- and occasional UDP packets fit that bill -- they might either officially allow it or just not mind.Great, thanks. And thanks for the cli paste - I had not heard of 'nc'.