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

socks5 cannot access UDP #105

@deixl

Description

@deixl

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions