Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReverseProxy ¶
type ReverseProxy struct {
// contains filtered or unexported fields
}
func New ¶
func New() *ReverseProxy
func (*ReverseProxy) ChangeDNS ¶
func (rp *ReverseProxy) ChangeDNS(domainServers ...string)
func (*ReverseProxy) ListenAndServe ¶
func (rp *ReverseProxy) ListenAndServe(addr string) error
func (*ReverseProxy) Log ¶
func (rp *ReverseProxy) Log(mode bool)
func (*ReverseProxy) ServeHTTP ¶
func (rp *ReverseProxy) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.