Nothing
Nothing
Here is my nginx conf ``` stream { upstream ss { server p.abc.org:3125; } server { listen 443; proxy_pass ss; } } ``` ``` client(with v2ray-plugin) ---> nginx(mainland) ---> ssserver(with...
### ImageMagick version 7.1.1-32 ### Operating system Linux ### Operating system, version and so on Ubuntu 24.04 LTS x86_64 ### Description ``` $ magick -version Version: ImageMagick 7.1.1-32 Q16-HDRI x86_64...