Skip to content

Instantly share code, notes, and snippets.

View full-sized avatar
🐱
study

Alex Chi Z. skyzh

🐱
study
View GitHub Profile
@maliubiao
maliubiao / socks5.go
Last active June 16, 2020 07:42
Socks5RoundTripper for net/http
View socks5.go
package socks5
import (
"bufio"
"bytes"
"encoding/binary"
"errors"
"net"
"net/http"
"strconv"