-
Updated
Feb 20, 2020 - C#
proxy
Here are 3,657 public repositories matching this topic...
-
是否试过最新的测试版本?
很多问题在最新测试版中已解决。 -
是否看过Issues区最近的讨论?
请在 (https://github.com/XX-net/XX-Net/issues) 搜索有无类似的问题。 -
是否查看过Wiki(https://github.com/XX-net/XX-Net/wiki)
请阅读故障速查手册,大部分问题都能在这里找到答案。 -
简单描述遇到的问题:
-
做过哪些尝试:
-
请贴出对应模块的状态页
-
请贴出相关的日志
常见问题:
- 扫描不到GAE的ip
请尝试启用IPv6,参考
https://github
对于使用云服务的负载均衡器(Azure 或者 Google cloud)以及 CDN 的用户,因为负载均衡器和 CDN 是可以直接接管证书和 TSL 甚至 HTTP/2 、 QUIC 的,所以希望 v2ray 作为客户端使用时也能够支持像浏览器一样自动协商底层传输协议是 HTTP 1.1 还是 HTTP/2 或 QUIC 。相当于在入站协议上提供一个尽量简单、不占资源的 HTTP 类型的底层传输协议,如 #1644 所需求的,再由客户端在出站协议上与负载均衡器自动协商。当然如果入站协议也能够提供一个支持多版本协商的 HTTP 底层传输协议那也再好不过。
以及目前 WebSocket 是直接使用 WebSocket 连接的,与浏览器的 HTTP 协商升级为 ws 的行为有所不同,跟据[谷歌云的表述](https://cloud.google.com/load-balancing/docs/
Problem Description
In https://github.com/mitmproxy/mitmproxy/blame/master/docs/src/content/tute-clientreplay.md#L35, Toggle Proxy is linked, but it no longer exists.
Steps to reproduce the behavior:
- GOTO https://docs.mitmproxy.org/stable/tute-clientreplay/
- GOTO https://addons.mozilla.org/en-us/firefox/addon/toggle-proxy-51740/
- SEE Oops! We can’t find that page
Sy
The background image on the website doesn't look that great (due to high jpeg compression) and doesn't tile properly on large screens.
Here's a better way: http://qrohlf.com/trianglify/
- Brook Version:v20190601
- Server Operating System:centos 7 x64
- Server Operating System Version:7
- Server Operation System Language:en
- Client Operating System:win 10
- Client Operating System Version: 1903
- Client Operation System Language:cn
Expected Behavior
Request Multi-IP Help
Server with multiple IPs, how to specify the server exit IP?
For example: 1.1.1.1 and 2.2.2.2
It's nice to share community based snippet for hotel. Different purpose, different specification. Also, I'd to see how people setup their hotel.config.
Open Github Wiki, please?
Edit:
I didn't see it's available on logged user. I was browsing on Incognito Mode. Poor me.
-
Updated
Feb 20, 2020 - C++
-
Updated
Feb 20, 2020 - Python
-
Updated
Feb 20, 2020 - Go
The example code does not work as intended.
Steps to reproduce
Use the example code:
var express = require('express');
var proxy = require('http-proxy-middleware');
var app = express();
app.use(
'/api',
proxy({ target: 'http://www.example.org', changeOrigin: true })
);
app.listen(3000);
Expected behavior
This should create a proxy for /api to `http
-
Updated
Feb 20, 2020 - Roff
-
Updated
Feb 20, 2020 - C
-
Updated
Feb 20, 2020 - Go
toxiproxy-cli h t
gives me an incorrect example for adding new toxic:
toxic add:
usage: toxiproxy-cli add --type --toxicName
--attribute <key=value> --upstream --downstreamexample: toxiproxy-cli toxic add myProxy -t latency -n myToxic -a latency=100,jitter=50
This leads to:
Failed to add toxic: AddToxic: HTTP 409: toxic alre
Describe docker repo
-
Updated
Feb 20, 2020 - Java
As it currently stands, the deferred initialization of a ghost object (as per documentation) looks quite messy:
$initializer = function (
\ProxyManager\Proxy\GhostObjectInterface $ghostObject,
string $method,
array $parameters,
-
Updated
Feb 20, 2020
-
Updated
Feb 20, 2020 - Shell
Is your feature request related to a problem? Please describe.
Not related to a problem
Describe the solution you'd like
We opened #808 to discuss how we might use GitHub actions. At the time, this repo didn't have actions enabled. Now that it does, we should try them out for some of the things in that thread.
Describe alternatives you've considered
We could do nothing!
I would like to mark the redundant packets so IP tables can process them differently. Is it possible to add a mark to only the redundant UDP packets?
This is useful to be able to send them across a secondary link.
-
Updated
Feb 20, 2020 - C++
Improve this page
Add a description, image, and links to the proxy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the proxy topic, visit your repo's landing page and select "manage topics."

I'm trying to setup frp server on my vps.
It would be really helpful if frp/README.md contains a
Installationsection like other open source project does.The installation guide should mention at least the following:
How to install go dependencies (in one command:
go get ./.... Chinese user may have to break the fucking government wall)How to build the package. Should I use