当前位置: 首页 > news >正文

如何查看Squid的DNS缓存

使用squidclient mgr:ipcache命令查看Squid的DNS缓存记录
如果squid端口不是3128, 需要指定端口号, squidclient -p {port} mgr:ipcache

# squidclient mgr:ipcache
...
IP Cache Statistics:
...
IP Cache Contents:Hostname                        Flg lstref    TTL  N(b)www.trendmicro.com                      19     41  1( 0)                                 23.195.109.63-OKlocalhost6.localdomain6          H      93     -1  1( 0)                                           ::1-OKlocalhost6                       H      93     -1  1( 0)                                           ::1-OKlocalhost.localdomain            H      93     -1  1( 0)                                           ::1-OKlocalhost                        H      93     -1  1( 0)                                           ::1-OKlocalhost4.localdomain4          H      93     -1  1( 0)                                     127.0.0.1-OKlocalhost4                       H      93     -1  1( 0)                                     127.0.0.1-OKwww.baidu.com                         1139  -1079  2( 0)                                103.235.47.188-OK103.235.46.96-OK

抓包

tcpdump udp port 53 -w dns.pcap 
curl -x 127.0.0.1:3128 https://www.baidu.com

在这里插入图片描述

参考

https://wiki.squid-cache.org/Features/CacheManager/IpCache


http://www.mrgr.cn/news/2610.html

相关文章:

  • XSS游戏
  • Servlet的三种写法
  • 生产环境docker nginx+php8.0镜像
  • ubuntu安装虚拟环境(tensorflow、torch)
  • Linux环境开发工具【yum与vim】
  • ESLint 配置的最佳实践
  • 代理模式Proxy
  • 一个手机到手机之间通话经过了哪些设备
  • 【9.5 python中的匿名函数】
  • 专题---自底向上的计算机网络(计算机网络相关概述)
  • Halcon灰度图像的形态学运算
  • 【html+css 绚丽Loading】 - 000009 五行逆流珠
  • Vim多文件操作
  • 【鸿蒙基础系列】鸿蒙基础组件
  • 外观模式:简化复杂系统,一步到位
  • 网络协议与Netty
  • 【前端基础篇】HTML零基础速通
  • VS Code开发C#(.NET)之快速入门
  • 使用 Docker 安装 Ollama 部署本地大模型并接入 One-API
  • 电脑开机LOGO修改教程_BIOS启动图片替换方法