Versions in this module Expand all Collapse all v1 v1.0.0 Nov 4, 2022 Changes in this version + func AllowLan() bool + func BindAddress() string + func ReCreateHTTP(port int, tcpIn chan<- C.ConnContext) + func ReCreateMixed(port int, tcpIn chan<- C.ConnContext, udpIn chan<- *inbound.PacketAdapter) + func ReCreateRedir(port int, tcpIn chan<- C.ConnContext, udpIn chan<- *inbound.PacketAdapter) + func ReCreateSocks(port int, tcpIn chan<- C.ConnContext, udpIn chan<- *inbound.PacketAdapter) + func ReCreateTProxy(port int, tcpIn chan<- C.ConnContext, udpIn chan<- *inbound.PacketAdapter) + func SetAllowLan(al bool) + func SetBindAddress(host string) + type Ports struct + MixedPort int + Port int + RedirPort int + SocksPort int + TProxyPort int + func GetPorts() *Ports