You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an application for streaming videos on a local network device that has a feature for UDP proxy. You enter ip_address:port of a UDP proxy server and it will use that proxy to route traffic.
If I open a UDP port on the gluetun docker container, like -p 6666:6666/udp, and enter gluetun_ip:6666 in the above mentioned application, will the gluetun container forward the UDP traffic via VPN?
If not, is there any other way to make this work? For example, using a 2nd docker container that uses the network provided by the gluetun container?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have an application for streaming videos on a local network device that has a feature for UDP proxy. You enter
ip_address:port
of a UDP proxy server and it will use that proxy to route traffic.If I open a UDP port on the
gluetun docker container
, like-p 6666:6666/udp
, and entergluetun_ip:6666
in the above mentioned application, will thegluetun container
forward the UDP traffic via VPN?If not, is there any other way to make this work? For example, using a
2nd docker container
that uses the network provided by thegluetun container
?Beta Was this translation helpful? Give feedback.
All reactions