Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server implements an HTTPS/HTTP proxy server for traffic interception
func NewHTTPServer ¶
func NewHTTPServer(port int, dnsServer *dns.Server, trafficLogger logger.TrafficLogger, mirrorServer *mirror.Server, cfg *config.Config) *Server
NewHTTPServer creates a new HTTP proxy server
Click to show internal directories.
Click to hide internal directories.