Versions in this module Expand all Collapse all v0 v0.5.0 Dec 1, 2023 v0.4.0 Nov 26, 2023 Changes in this version + var ForwardFroxyMap = make(map[string]*httpforward.ForwardFroxy) + var ReverseFroxyMap = make(map[string]*httpreverse.ReverseFroxy) + var SvrMap = make(map[string]*http.Server) v0.3.1 Nov 17, 2023 Changes in this version + func Boot() error + func ConfigDashboard(dsbd *config.Dashboard) error + func ConfigForwardProxyServers(ffcs []*config.ForwardFroxy) error + func ConfigReverseProxies(rfcs []*config.ReverseFroxy) error