ck00004
Results
2
comments of
ck00004
> hello as i see it a reverse proxy is recommended by hfish https://hfish.io/#/2-6-nginx Not a server,is client honeypot https
可以使用https://github.com/Trisia/gotlcp 一个最简单的demo ```package main import ( "io" "os" "gitee.com/Trisia/gotlcp/https" "gitee.com/Trisia/gotlcp/tlcp" ) // 测试ECDHE 客户端 func main() { config := &tlcp.Config{ EnableDebug: true, InsecureSkipVerify: true, } client := https.NewHTTPSClient(config) resp, err...