Versions in this module Expand all Collapse all v1 v1.0.0 Oct 13, 2023 Changes in this version + type Tproxy struct + CIDR4 []*net.IPNet + CIDR6 []*net.IPNet + Cache *cache.Cache + GeoIP []string + RedirectDNS string + TCPTimeout int + UDPTimeout int + func NewTproxy(cidr4List, cidr6List string, geoIP []string, tcptimeout, udptimeout int, ...) (*Tproxy, error) + func (p *Tproxy) TouchBrook()