Simple golang tcp reverse proxy with filter Since added the limitation of connection per ip, it could easily block the non-proxies tcp/http flood. Proxied tcp/http flood need some time to block. Function Anti-cc Limit the connections per ip Limit the packets per connection Limit the packets...
Proxy是golang实现的高性能http,https,websocket,tcp,udp,socks5代理服务器,支持正向代理、反向代理、透明代理、内网穿透、TCP/UDP端口映射、SSH中转、TLS加密传输、协议转换、DNS防污染代理、前置CDN/Nginx反代。
1.9 HTTP(S) reverse proxy 1.10 HTTP(S) transparent proxy 1.11 Custom DNS 1.12 Custom encryption 1.13 Compressed transmission 1.14 load balance 1.15 speed limit 1.16 Designated exporting IP 1.17 Certificate parameters using Base64 data 1.18 Intelligent mode 1.19 View help 2.TCP proxy 2.1 Common TCP...
proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持正向代理和内网穿透.程序本身可以作为一级代理,如果设置了上级代理那么可以作为二级代理,乃至N级代理.如果程序不是一级代理,而且上级代理也是本程序,那么可以加密和上级代理之间的通讯,采用底层tls
ip=219.140.227.235 请求方式: GET 参数: 参数名 类型 说明 ip url-qurey-string 可选 要查询的ip地址,如果不传这表示当前的ip 返回示例 {代码...} json_rpc tcp 地址: 121.40.238.123(IP地址更快) api.turboes.com 端口: 3344 第三方资源 GeoIP2 Reader... golang80行代码钉钉群机器人舆情监控 mojo...
funccreateTcpHandler(estring)http.Handler{ u, err := url.Parse(e)iferr !=nil{ log.Fatal(err) }returnhttputil.NewSingleHostReverseProxy(u) } 开发者ID:42wim,项目名称:dockerui,代码行数:7,代码来源:dockerui.go 示例8: maybeProxyToLeader ...
package mytestmain import ( "flag" "fmt" "os" "testing" ) var db struct { Dns string } func TestMain(m *testing.M) { db.Dns = os.Getenv("DATABASE_DNS") if db.Dns == "" { db.Dns = "root:123456@tcp(localhost:3306)/?charset=utf8&parseTime=True&loc=Local" } flag.Parse(...
All types of Client timeouts in (HTTP/TCP/UDP/ Unix Sockets Communication ) etc Generate a UUID/GUID in Go (Golang) Server Error – 500 vs 502 vs 503 vs 504 Print/Output text in color in console Print/Output text in bold in Golang ...
proxy.golang.org export GO111MODULE=onexport GOPROXY=https://proxy.golang.orgfrom go 1.13 GOPROXY=direct,https://127.0.0.1:12333,https://goproxy.cn,https://goproxy.io,https://mirrors.aliyun.com/goproxy,https://athens.azurefd.netgo env -w GOSUMDB="off"...
// services服务 apiVersion: v1 kind: Service metadata: name: my-service spec: selector: app: MyApp ports: - protocol: TCP port: 80 targetPort: 9376 // ingress apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: example-ingress spec: rules: - http: paths: - path: / path...