openresty相关网页

网友投稿 620 2022-05-30

官网:

https://OpenResty.org/cn/

项目地址及说明文档:

https://github.com/openresty/lua-nginx-module

openresty相关网页

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

Windows

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:【Python3网络爬虫开发实战】1.5.2-PyMongo的安装
下一篇:Python global 在函数中使用全局变量
相关文章