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 ...
官网:
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
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
作者其他文章
评论(0)