cernekee / ocproxy

OpenConnect proxy
Other
366 stars 39 forks source link

udp associate support #4

Open mjc- opened 8 years ago

mjc- commented 8 years ago

It appears that UDP connections over ocproxy aren't supported, looking at the code, it appears to be intentional. Curious how straightforward this would be to add. If it's expected to be straightforward, but not something anyone else needs, I could have a go at trying to add support and submitting a PR for it.

Thanks!

cernekee commented 8 years ago

I thought about adding it a while back, but never really had a use case (other than DNS, which is handled internally).

patelbhavesh commented 7 years ago

First of all thanks for this wonderful utility it made life easier to separate traffic. As mosh.org is getting more popular the use case would be that it uses TCP to make ssh connection and then uses UDP for further communications https://mosh.org/#faq So supporting UDP would be pretty cool

XL64 commented 5 years ago

It may also help for Kerberos that uses UDP packets as I understand.

lfourquaux commented 4 years ago

tunsocks ( https://github.com/russdill/tunsocks ) supports udp, but it's not packaged by debian.