跳至主要內容

一些不常用但很实用的命令

Zephery约 47 字小于 1 分钟

一些不常用但很实用的命令

https连接耗时检测

curl -w "TCP handshake: %{time_connect}, SSL handshake: %{time_appconnect}\n" -so /dev/null https://zhls.qq.com/test-nginx

iptables拒绝请求

iptables -A  OUTPUT -d 11.145.18.159 -j REJECT