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
文章来源: zclhit.blog.csdn.net,作者:zclhit_,版权归原作者所有,如需转载,请联系作者。
原文链接:zclhit.blog.csdn.net/article/details/82151843
- 点赞
- 收藏
- 关注作者
评论(0)