This file contains 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
payload: | |
- DOMAIN-KEYWORD,happycampus | |
#DOMAIN-SUFFIX,gfwsuck.cf | |
#DOMAIN-SUFFIX,gfwsuck.ml | |
#DOMAIN-KEYWORD,gfwsuck | |
- DOMAIN-SUFFIX,meowcat.org | |
- DOMAIN-SUFFIX,winudf.com | |
- DOMAIN-SUFFIX,fontawesome.com | |
- DOMAIN-KEYWORD,sci-hub | |
- DOMAIN-SUFFIX,winebeta.com |
This file contains 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
#---------------------------------------------------# | |
# 配置文件需要放置在 $HOME/.config/clash/config.yml | |
# 或者运行目录下的config.yml | |
#---------------------------------------------------# | |
# 混合端口 HTTP和SOCKS5用一个端口 | |
mixed-port: 7890 | |
# HTTP 代理端口 | |
# port: 7890 |
This file contains 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
DOMAIN-KEYWORD,happycampus | |
#DOMAIN-SUFFIX,gfwsuck.cf | |
#DOMAIN-SUFFIX,gfwsuck.ml | |
#DOMAIN-KEYWORD,gfwsuck | |
DOMAIN-SUFFIX,meowcat.org | |
DOMAIN-SUFFIX,winudf.com | |
DOMAIN-SUFFIX,fontawesome.com | |
DOMAIN-KEYWORD,sci-hub | |
DOMAIN-SUFFIX,winebeta.com | |
DOMAIN-SUFFIX,untappd.com |
This file contains 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
[custom] | |
;不要随意改变关键字,否则会导致出错 | |
;acl4SSR规则 | |
;去广告:支持 | |
;自动测速:支持 | |
;微软分流:支持 | |
;苹果分流:支持 | |
;增强中国IP段:支持 | |
;增强国外GFW:支持 |
This file contains 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
#!/bin/bash | |
clear | |
echo "=========================================================================" | |
echo "Nginx script V1.0 for CentOS/RadHat Linux Written by llama" | |
echo "=========================================================================" | |
echo "A tool to auto-compile & install Nginx on Linux " | |
echo "" | |
echo "For more information please contact llama" | |
echo "=========================================================================" |