├── Dockerfile ├── README.md ├── docker-entrypoint.sh ├── proxy.conf.template └── proxy.pac.template /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizhiheng/unblock-netease-music/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizhiheng/unblock-netease-music/HEAD/README.md -------------------------------------------------------------------------------- /docker-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizhiheng/unblock-netease-music/HEAD/docker-entrypoint.sh -------------------------------------------------------------------------------- /proxy.conf.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizhiheng/unblock-netease-music/HEAD/proxy.conf.template -------------------------------------------------------------------------------- /proxy.pac.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yizhiheng/unblock-netease-music/HEAD/proxy.pac.template --------------------------------------------------------------------------------