摘要: 要放在http之前 #tcp_proxy stream { upstream tcp_proxy{ hash $remote_addr consistent; server 192.168.8.56:4809; #需代理的IP+PORT } server { listen 4111; proxy_c 阅读全文
posted @ 2020-06-05 20:08 香巴拉 阅读(485) 评论(0) 推荐(0) 编辑