media-proxy
media-proxy copied to clipboard
Media Proxy for Misskey
206で返すやつ iOSでの動画・音声の再生に必須 Related to https://github.com/misskey-dev/misskey/issues/12881
config.jsに`proxy: 'http://127.0.0.1:3128'`のように設定していてもhttpsで通信する場合プロキシを経由せず直接接続しています(config.jsから読み込まれていることは確認しました) ipv4/ipv6ともにプロキシ設定を貫通しています
The proxy will accept a target URL from query or the params part in the request, then it will download it even if the image if not coming from a...
forward proxy is not available if http2 is ON And Misskey original proxy is not using http2. fix: https://github.com/misskey-dev/media-proxy/issues/10