Crate tunneler_core

Source
Expand description

This crate provides a simply way to start a tunneler server and client that can also easily be integradted into other projects allowing you to expose your services running in a private network to be exposed through a public server

Modules§

client
This module contains all the Client-Specific logic
message
Messages are used for all Communication between Server and Client
metrics
All the Metrics related functionality
server
This contains all the logic needed for running the Server-Side of this

Structs§

Destination
Describes a simple external Address consisting of an IP and Port
Details
The Details about a single Connection