2:www.httpbin.org is at 23.23.171.5Connecting to www.httpbin.orgDIFF= 2375www.httpbin.org ...
问用Squid 3.5的透明HTTPs代理EN背景: 公司IDC机房有一台服务器A,只有内网环境:192.168.1.150 现在需要让这台服务器能对外访问,能正常访问http和https请求(即80端口和443端口) 思路: 在IDC机房里另找其他两台有公网环境的服务器B(58.68.250.8/192.168.1.8)和服务器C(58.68.250.5/192.168.1...
apiVersion: apisix.apache.org/v2beta2 kind: ApisixRoute metadata: name: upstream-is-mtls.httpbin.local spec: http: - backends: - serviceName: test-backend-service-e2e-test servicePort: 8443 match: hosts: - 'upstream-is-mtls.httpbin.local' paths: - /* plugins: - name: proxy-rewrite e...