denwork
denwork
http { include mime.types; default_type application/octet-stream; server_names_hash_bucket_size 128; client_header_buffer_size 128k; large_client_header_buffers 4 128k; client_max_body_size 300m; #charset utf-8; proxy_headers_hash_max_size 51200; proxy_headers_hash_bucket_size 6400; req_status_zone server_name "$server_name" 256k; req_status_zone server_addr "$server_addr:$server_port" 256k; req_status_zone...
Tengine version: Tengine/2.3.2 nginx version: nginx/1.17.3 built by gcc 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) built with OpenSSL 1.0.2k-fips 26 Jan 2017 TLS SNI support enabled configure arguments: --prefix=/usr/local/nginx --user=nginx...
那我应该怎么配置可以达到手册上1.9的效果呢? 现在的诉求就是修改www.google.com的dns指向goproxy的服务器,浏览器输入www.google.com可以正常访问。
> 你开多个 outbound 每个配置不同的 sendthrough 就行了 https://xtls.github.io/config/outbound.html#outboundobject API 应该可以删掉已有的 outbound 然后加一个新的 多谢,找到思路了。 inbound和routing都不用修改,只要写在配置文件中,切换时删除掉对应的outbound再根据当前的标签重新生成一个outbound规则。
是不是可以启多个xray实例,然后再运行一个haproxy进行负载均衡。
github.com/xtls/xray-core/app/proxyman/inbound/worker.go  socks5代理总是走不到里面,uplink和downlink总是为nil。所以造成当socks5使用udp传输流量时,无法正常统计到流量。 不知道正常的udp流量统计是否在这个地方?谁能解释解释?
能力有限,至今找不到办法解决。只能期待那位大神能出来处理一下。 应该是udp传输无法关联到对应的counter上面导致的