Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

socks5 cannot access UDP #105

Open
deixl opened this issue Apr 13, 2023 · 0 comments
Open

socks5 cannot access UDP #105

deixl opened this issue Apr 13, 2023 · 0 comments

Comments

@deixl
Copy link

deixl commented Apr 13, 2023

I successfully ran the openvpn configuration with the following command, and then curl -x socks5://127.0.0.1:1080 https://www.cloudflare.com/cdn-cgi/trace -4 successfully used the VPN network, but I found socks5 can't pass through UDP

docker run -it
--name=openvpn-client
--cap-add=NET_ADMIN
-p 1080:1080
-e SOCKS_PROXY=on
--device=/dev/net/tun
-v /root/openvpn/:/data/vpn
ghcr.io/wfg/openvpn-client

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant