openresty相关网页

官网:
https://openresty.org/cn/
项目地址及说明文档:
https://github.com/openresty/lua-nginx-module
ECS:
119.3.60.59
pw@后加cdn
https://github.com/openresty/lua-resty-dns
研究一下这个组件 看看能不能扩展成edns

Linux抓包工具安装yum install tcpdump
抓DNS UDP请求报文代码:
tcpdump udp dst port 53 -w /tmp/edns.cap

开启nginx:
/usr/local/openresty/nginx/sbin/nginx -c /root/work/conf/nginx.conf
重启nginx:
/usr/local/openresty/nginx/sbin/nginx -s reload
关闭nginx:
ps -ef|grep nginx
kill PID
最佳实践:
https://moonbingbing.gitbooks.io/openresty-best-practices/dns/use_dynamic_dns.html
https://wenku.baidu.com/view/fc8342ddce2f0066f5332283.html

猜你喜欢

转载自blog.csdn.net/u013576018/article/details/82151843
今日推荐