nondanee / UnblockNeteaseMusic

Revive unavailable songs for Netease Cloud Music

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

怎么在海外VPS上使用Caddy反代UnblockNeteaseMusic?

lifansama opened this issue · comments

Windows上直接填写IP可以正常使用了
使用域名:80提示代理可用,但没有网络连接
参考了 #43 的nginx配置,及 #491 的Caddy配置,目前使用的Caddyfile如下:

example.com {
    reverse_proxy / http://127.0.0.1:8653 {
        header_up Host {host}
        header_up X-Real-IP {remote}
        header_down Accept-Encoding ""
    }
}