Created
June 14, 2018 18:46
-
-
Save itsuwari/61a5181ed09a127b180ce5cba7da3155 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user daemon | |
# PID file | |
pidfile /var/run/sniproxy.pid | |
resolver { | |
nameserver 114.114.114.114 | |
mode ipv4_first | |
} | |
listen 80 { | |
proto http | |
table https_hosts | |
} | |
listen 443 { | |
proto tls | |
table https_hosts | |
} | |
table https_hosts { | |
*.y\.qq\.com$ * | |
(.*\.|)y\.qq\.com$ * | |
(.*\.|)interface\.bilibili\.com$ * | |
(.*\.|)music\.163\.com$ * | |
.*ip\.ws\.126\.net$ * | |
.*.music\.126\.net$ * | |
(.*\.|)music\.126\.net * | |
ip\.cn * | |
.*www\.bilibili\.com$ * | |
.*bilibili\.hdslb\.net$ * | |
.*data\.bilibili\.com$ * | |
.*bangumi\.bilibili\.com$ * | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment