Skip to content

Instantly share code, notes, and snippets.

View unknwon's full-sized avatar
๐Ÿš
่Šฑๆœ‰้‡ๅผ€ๆ—ฅ๏ผŒไบบๆ— ๅ†ๅฐ‘ๅนด

แดŠแดแด‡ แด„สœแด‡ษด unknwon

๐Ÿš
่Šฑๆœ‰้‡ๅผ€ๆ—ฅ๏ผŒไบบๆ— ๅ†ๅฐ‘ๅนด
View GitHub Profile
@unknwon
unknwon / go.mod
Last active March 10, 2022 09:16
Transparent HTTP proxy server in Go
module goproxy
go 1.17
require (
github.com/elazarl/goproxy v0.0.0-20220115173737-adb46da277ac
github.com/elazarl/goproxy/ext v0.0.0-20220115173737-adb46da277ac
)