Categorygithub.com/seud0nym/tproxy-go
modulepackage
0.0.0-20230917034616-0c6325a61e88
Repository: https://github.com/seud0nym/tproxy-go.git
Documentation: pkg.go.dev

# README

Linux Transparent Proxy

A Golang implementation of a Linux transparent proxy, for intercepting and redirecting packets using iptables/ip6tables TPROXY target (https://www.kernel.org/doc/Documentation/networking/tproxy.txt).

This package is based on original work that can be found in: https://github.com/LiamHaworth/go-tproxy. It has been adapted to use a single target rather than pass-thru to the original destination, and added IPv6 support.

# Packages

No description provided by the author

# Structs

Holds the parameters from a parsed iptables/ip6tables rule.