go通过http代理访问
摘要:
走代理时会做SNAT,改变源IP和源端口。 package main import ( "fmt" "io" "net/http" "net/url" "time" ) func main() { // 国内代理 proxyStr := "http://39.175.75.144:30001" pr 阅读全文
posted @ 2025-05-12 07:45 王景迁 阅读(21) 评论(0) 推荐(0)
posted @ 2025-05-12 07:45 王景迁 阅读(21) 评论(0) 推荐(0)