Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihuaiwen committed Feb 24, 2024
1 parent 5a34d76 commit fd1fc80
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/others/一些不常用但很实用的命令.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 一些不常用但很实用的命令

#### https连接耗时检测
```shell
curl -w "TCP handshake: %{time_connect}, SSL handshake: %{time_appconnect}\n" -so /dev/null https://zhls.qq.com/test-nginx
```


#### iptables拒绝请求
```shell
iptables -A OUTPUT -d 11.145.18.159 -j REJECT
```

0 comments on commit fd1fc80

Please sign in to comment.