Versions in this module Expand all Collapse all v1 v1.1.6 Jul 30, 2024 v1.1.5 Jun 11, 2024 Changes in this version + var App = "teler-proxy" + var Banner = ... + var ErrCfgFileFormatInv = errors.New("invalid teler configuration file format") + var ErrCfgFileFormatUnd = errors.New("undefined teler configuration file format") + var ErrDestAddressEmpty = errors.New("empty destination address") + var Usage = ... + var Version = "" + func PrintBanner() + func PrintUsage() + func PrintVersion() + type Config struct + Format string + Path string + type Options struct + Destination string + Port int + func (opt *Options) Validate() error + type TLS struct + CertPath string + KeyPath string