-
For friends who use NGINX
`ENDPOINT="/admin"`
nginx config:
```
map $http_upgrade $connection_upgrade {
default keep-alive;
'websocket' upgrade;
'' close;
}
…
-
### Step 1: Please describe your environment
* ZeroNet version: 0.6.2
* Operating system: Debian 9 Stretch Stable
* Web browser: Firefox
* Tor status: always
* Opened port: no
* Sp…
ghost updated
6 years ago
-
Connect to the Bitcoin network via WebSocket proxies (would need to be implemented in parallel).
-
## Manual Testing Plan
Below are the items that should be manually tested with each release of Teleport.
These tests should be run on both a fresh installation of the version to be released
as well a…
-
Requesting some Annoations For Specific Apps.
```
Nginx.ingress.kubernetes.io/enable-cors: "true"
nginx.ingress.kubernetes.io/proxy-body-size: 1G
nginx.ingress.kubernetes.io/rewrite…
-
when I want to turn on the proxy bot, it tells me: Websocket connection closed, trying to reconnect...
-
服务器端配置文件:
```json
{
"inbounds": [{
"port": 23220,
"listen": "127.0.0.1",
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "593fc06a-50e2-49…
qakcn updated
5 years ago
-
I'm using binance-proxy 1.2.4 as a proxy for 3 freqtrade bots that run on a lot of pairs on multiple timeframes on futures.
When I restart binance-proxy, I get banned by binance. There's no direct li…
-
Break it out for local vs remote
Need to validate parameters for local vs remote (i.e. -ccm is allowed when specifying remote activation)
To keep it consistent, do the same for deactivate command too.…
-
按照文档安装完成后,将链接导入v2rayN客户端中,代理失败,延迟超时。
用的vultr美国服务器,对应端口已经开放,linux防火墙已关,ip未被封,本地可以ping通。
使用ws+tsl+cdn时,也无法代理,下面是v2rayN输出的日志:
app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/ou…