Giter VIP home page Giter VIP logo

openvpn-tcp-connector's Introduction

openvpn-tcp-connector

Adapter between an UDP OpenVPN server and TCP OpenVPN clients

The program ovpn_tcp.pl accepts clients on a TCP port and splits the incoming data stream into chunks that are forwarded as UDP packets to the OpenVPN server. Response packets from the server are streamed back to the client. See perldoc or repository for details.

This is mostly a proof-of-concept and an exercise in using the POE framework. Almost all of the code is taken from examples in the perldoc of the used modules.

The conversion between the TCP stream and the UDP packets is based on the protocol description in ssl.h.

Also provided is a systemd unit description ovpn_tcp.service that enables ovpn_tcp.pl as a systemd service.

back

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.