tcpproxy

command module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2024 License: MIT Imports: 16 Imported by: 0

README

tcpproxy

Function

A simple tcpproxy proxy, a tcp transparent proxy that supports covert tls protocol <-> notls protocol.

Usage

./tcpproxy --help

Usage of ./tcpproxy:
  -help
        this help
  -local string
        set local tcp protocol listen address. (default "0.0.0.0:8080")
  -protocol string
        set remote tcp protocol tcp or tcp6. (default "tcp")
  -remote string
        set remote tcp protocol proxy address.
  -tls
        enable remote tcp with tls encryption.

Example

./tcpproxy -local 0.0.0.0:8080 -remote proxy.domain.com:8080 -protocol tcp6 -tls

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