Skip to content

Instantly share code, notes, and snippets.

View Rhilip's full-sized avatar
👻
I may be slow to respond.

Rhilip Rhilip

👻
I may be slow to respond.
View GitHub Profile
@Rhilip
Rhilip / cloudflare_limit.conf
Last active July 23, 2018 21:28 — forked from todiadiyatmo/nginx cloudflare
nginx cloudflare
# Conection Limit
# http://serverfault.com/questions/177461/how-to-rate-limit-in-nginx-but-including-excluding-certain-ip-addresses
# http://gadelkareem.com/2015/01/18/limiting-connections-requests-wordpress-nginx/
geo $whitelist {
default 0;
# CIDR in the list below are not limited ( 1 )
127.0.0.1/32 1;
}
@Rhilip
Rhilip / aria2.bat
Last active February 27, 2018 02:31 — forked from aa65535/aria2.bat
Aria2的配置文件 & 启动脚本
:: 启动后需要保留窗口, 关闭窗口则结束进程
aria2c --conf-path=aria2.conf -D