-
Hello - fantastic plugin super valuable for having ChatGPT built into mattermost.
I am experiencing a small bug in the software in which when the bot is marked as "away" after end of day when the …
-
- 提出该问题的背景:我有一台美西vps(后文称作vps1),还有一台新加坡vps(后文称作vps2),vps1作为高速上网使用,而vps2作为流媒体解锁使用。但是vps2直连速度很低,所以我想使用vps1作为中转服务器来代理vps2的流量,现在我想使用不同参数来区分两台vps流量。
- 我的尝试:从客户端到服务器之间使用naiveproxy,到了caddy之后再对流量进行分流之后转发至本地其他…
-
Caddy v1's QUIC was not working with Chrome in Jan 2019.
It was working in March 2019.
It was in flux in October 2019, see https://github.com/klzgrad/naiveproxy/issues/23.
Caddy v2's IETF QUI…
-
OS:debian10 x64
exec:xcaddy build --with github.com/caddyserver/forwardproxy@caddy2=github.com/klzgrad/forwardproxy@naive
response:
......
go: finding google.golang.org/api v0.98.0
go: golang.z…
-
Caddyfile如下
www.tt.xyz {
@grpc {
protocol grpc
path /grpctest/*
}
reverse_proxy @grpc localhost:444 {
transport http {
versions h2c
}
}
root * /var/www/html
file_server
…
-
According to [the installation documentation](https://github.com/caddyserver/forwardproxy#get-forwardproxy), to install this plugin a user must:
>Download prebuilt binary
>Binaries are at https:/…
-
update to 2.7.3, reporting status code 500
-
Hello developer,
I'm a Caddy2 beginner and was able to successfully establish a WebSocket using an online testing tool at http://www.easyswoole.com/wstool.html with the testing URL at ws://test.tai…
-
网络不通,使用 curl -v --proxy socks5://127.0.0.1:1080 https://www.google.com 测试,
提示curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to www.google.com:443
客户端用的Qv2ray+NaiveProxy插件,配置为naive…
-
Make the scripts and Ansible playbooks use the changes here: https://github.com/hardware/mailserver/commit/70d503fa43455d596416795532374af583ad785d
Basically, create `http_network` docker network, …