network security

自建代理访问中国音乐服务

less than 1 minute read

由于版权原因,在外国访问中国音乐服务即使付费会员也可能没法听到音乐。同时,中国音乐服务版权现状复杂,使得音乐版权分布在不同的服务之间,使得用户没办法在一个平台上听到所有喜欢的歌曲,体验很差。本文介绍一个项目的配置来解除一些限制。

Fix (ugly) Safari 7.0 not using local pac file

less than 1 minute read

I found that Safari in Mavericks is not using local proxy.pac at all. Turns out because of sandboxing, it will not allow reading file from local. A traditional solution is to turn on Web Sharing, and thus use HTTP to read the pac file such as http...