add obfs dialer

This commit is contained in:
ginuerzh
2021-12-16 22:26:13 +08:00
parent a52cd9a4c2
commit c7f5da6ac7
20 changed files with 691 additions and 274 deletions

View File

@ -136,8 +136,8 @@ func (h *httpHandler) handleRequest(ctx context.Context, conn net.Conn, req *htt
Header: http.Header{},
}
if h.md.proxyAgent != "" {
resp.Header.Add("Proxy-Agent", h.md.proxyAgent)
for k, v := range h.md.headers {
resp.Header.Set(k, v)
}
/*