uTools-Manuals/docs/linux/squidclient.html
2019-04-21 11:50:48 +08:00

19 lines
948 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1 id="squidclient">squidclient</h1>
<p>squid服务器的客户端管理工具</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>squidclient命令</strong> 使用squid服务器的客户端管理工具它可以查看squid服务器的详细运行信息和管理squid服务器。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">squidclient(选项)(参数)</code></pre>
<h3 id="选项">选项</h3>
<pre><code class="language-bash">-a不包含“accept:header”
-r强制缓存重新加载URL
-s安静模式不输出信息到标准输出设备
-h从指定主机获取url
-l指定一个本地ip地址进行绑定
-p端口号默认为3128
-m指定发送请求的方法
-u代理认证用户名。</code></pre>
<h3 id="参数">参数</h3>
<p>URL指定操作缓存中的URL。</p>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->