proxy

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2020 License: GPL-3.0 Imports: 11 Imported by: 0

README

Proxy

This is a fast TCP/UDP proxy written in Golang with support for TLS in case of TCP.

Usage

$ ./proxy -config /path/to/config

Configuration

There is a config.sample.toml provided in the repo for the sample configuration.

[proxy]
# Can be either "tcp" or "tls" or "udp"
type = "tcp" 
source = "127.0.0.1:4500"
destination = "127.0.0.1:5500"

# Only required in case of tls
cert = "/path/to/cert"
key = "/path/to/certkey"

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL