mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-15 09:20:52 +08:00
4 lines
95 B
Bash
4 lines
95 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
valgrind --tool=memcheck --leak-check=yes -v ./dns -h 8.8.8.8 -p 53 -d www.sina.com
|