Files
alfred-preferences/Alfred.alfredpreferences/snippets/docker/以 Netshoot 執行 mtr 追蹤路由不解析 DNS [427B75FD-547F-4D50-9F0D-9AD3BA9A3198].json
2026-03-26 09:22:38 +08:00

8 lines
268 B
JSON
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.
{
"alfredsnippet" : {
"snippet" : "docker run -it --privileged --net host nicolaka\/netshoot mtr -n {cursor}",
"uid" : "427B75FD-547F-4D50-9F0D-9AD3BA9A3198",
"name" : "以 Netshoot 執行 mtr 追蹤路由(不解析 DNS",
"keyword" : "mtr"
}
}