Anton Chen

Results 10 comments of Anton Chen

为什么都是基于 SOCKS5 来做混淆呢,SOCKS5 会暴露一个端口专门提供服务不便于隐藏,难道是因为 SOCKS5 很快么? v2ray 有基于 WebSocket 协议的,但是 v2ray 在我使用中非常耗费 CPU,所以放弃了。 提到 v2ray WebSocket 协议的原因是,我可以用 Nginx 反向代理 WebSocket,把翻墙服务隐藏再一个网站中,比起 SOCKS5 协议会减少 Server 端的暴露几率。 不懂代码层面的事情,请指教。

@timqian 我指的就是 ss-server 的端口

@timqian 使用 WebSocket 监听在 localhost 上,Nginx 反向代理 WebSocket,使服务隐藏在一个 VirtualHost 中,甚至某个 URL 中。

@CURAS 是这个意思,这样代理可以隐藏在一个网站下。

尝试加入 `-vvv` 可以看到更详细的信息 ``` curl -vvv --socks 127.0.0.1:7410 ip.cn ```

My remark42 is running on fly.io, fly.io environment variable configuration ```toml [env] AUTH_EMAIL_ENABLE = 'true' AUTH_EMAIL_FROM = '[email protected]' # I tried the following configuration, but got the same error. #...

The issue originated from a modification in fly.io's configuration file format, which introduced a requirement for environment variable values to be enclosed in quotes. As a result, I couldn't transfer...

``` 2024/03/17 11:44:55.713 [INFO] failed to send confirmation - bad from address "\"Noreply RawLab\"": 501 mail from address must be same as authorization user - 500 - 46.3.241.98 - /auth/email/login?site=RawLab&[email protected]&user=Anton...

This feature is needed to exclude hostname caching, like `myhost.local`

尝试过暴露 API 来发短信但会报错,不知道怎么解决