This repository was archived by the owner on Nov 21, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 44
55### VRouter 应用内, "系统"标签页的信息
66
7- ### 暂停 VRouter 后, 以下各命令的执行结果
8- - ` nslookup qq.com ` (macOS && Windows)
9- - ` traceroute 114.114.114.114 ` (macOS)
10- - ` tracert 114.114.114.114 ` (Windows)
7+ ### 暂停 VRouter 后, 以下命令的执行结果
8+ - macOS: nslookup qq.com;/sbin/route -n get default;tail -n 50 ~ /Library/Application\ Support/vrouter/vrouter.log
9+ - Windows ( 请用 PowerShell 执行 ): nslookup qq.com;tracert -d -w 1000 -h 5 qq.com;Get-Content ~ /AppData/Roaming/vrouter/vrouter.log -tail 50 -Encoding UTF8
1110
12- ### 启用 VRouter 后, 以下各命令的执行结果
13- - ` nslookup qq.com ` (macOS && Windows)
14- - ` traceroute 114.114.114.114 ` (macOS)
15- - ` tracert 114.114.114.114 ` (Windows)
16-
17- ### 日志文件的内容是什么?
18- - ` tail -n 50 ~/Library/Application\ Support/vrouter/vrouter.log ` (macOS)
19- - ` Get-Content ~/AppData/Roaming/vrouter/vrouter.log -tail 50 -Encoding UTF8 ` (Windows Powershell)
11+ ### 启用 VRouter 后, 以下命令的执行结果
12+ - macOS: nslookup qq.com;/sbin/route -n get default;tail -n 50 ~ /Library/Application\ Support/vrouter/vrouter.log
13+ - Windows ( 请用 PowerShell 执行 ): nslookup qq.com;tracert -d -w 1000 -h 5 qq.com;Get-Content ~ /AppData/Roaming/vrouter/vrouter.log -tail 50 -Encoding UTF8
You can’t perform that action at this time.
0 commit comments