Versions in this module Expand all Collapse all v0 v0.0.7 Oct 9, 2024 Changes in this version type UDPForward + ToNetwork string v0.0.6 Oct 8, 2024 Changes in this version type UDPForward + Network string v0.0.5 Sep 23, 2024 Changes in this version type Config + UDP []*UDPForward + type UDPForward struct + Listen string + Size int + Tag string + Timeout string + To string v0.0.4 Sep 12, 2024 Changes in this version type BasicListener + UDP UDP type Dialer + Header map[string][]string + UDP UDP type Listener + UDP UDP + type UDP struct + Frame int + Size int + Timeout string v0.0.3 Jun 26, 2024 Changes in this version type Bridge + Fast bool type Dialer + Fast bool type Router + Fast bool v0.0.2 Jan 24, 2024 Changes in this version type Config + func (c *Config) Print(filename string) (e error) v0.0.1 Dec 26, 2023 Changes in this version + type BasicAuth struct + Password string + Username string + type BasicListener struct + Addr string + Network string + TLS TLS + Tag string + type Bridge struct + Access string + Addr string + AllowInsecure bool + Dialer ConnectDialer + Method string + Network string + Ping string + Tag string + URL string + type Config struct + Bridge []*Bridge + Dialer []*Dialer + Listener []*Listener + Logger Logger + Pool Pool + func (c *Config) Load(filename string) (e error) + type ConnectDialer struct + Close string + Tag string + type Dialer struct + Access string + Addr string + AllowInsecure bool + Method string + Network string + Ping string + Retry int + Tag string + Timeout string + URL string + type Listener struct + Dialer ConnectDialer + Mode string + Portal Portal + Router []*Router + type Logger struct + Level string + Source bool + type Pool struct + Cache int + Size int + type Portal struct + Heart string + HeartTimeout string + Tag string + Timeout string + type Router struct + Access string + Auth []BasicAuth + Dialer ConnectDialer + FS string + Method string + Pattern string + Portal Portal + type TLS struct + Alpn []string + Cert string + CertFile string + Key string + KeyFile string + func (t *TLS) Certificate() (secure bool, certificate tls.Certificate, alpn []string, e error) + func (t *TLS) Secure() bool