浏览代码

Update 'README.md'

Andrej Studen 2 年之前
父节点
当前提交
1b7aabfa50
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -27,7 +27,7 @@ Run `start.sh` to start the server. Look for output/log at `$HOME/logs/socketSer
 To check whether packets from client reach the host, use 
 
 ```bash
-tcpdump 'sudo tcpdump -i enp68s0 'tcp port 8000' -v
+sudo tcpdump -i enp68s0 'tcp port 8000' -v
 ```
 
 This prints traffic to port 8000, say. Also helpful for determining actual IP address of the request; sometimes the actual source is behind a firewall and the IP could be mangled.