Skip to content

RedKage/ovpn_proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Fork of https://github.com/yjh0502/ovpn_proxy to add logs.

OpenVPN tcp-to-udp proxy

OpenVPN tcp-to-udp proxy, written in Golang. The proxy listens to a specified TCP address and proxies connections to UDP-mode OpenVPN server.

Example

opvn_proxy -from "0.0.0.0:1234" -to "localhost:1194" -mtu 1500

Will redirect from port 1234 which is the client TCP connection, to the OpenVPN server on port 1194 in UDP. "From" TCP "to" UDP.

See also

About

OpenVPN tcp-to-udp proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%