Explorar el Código

Update README.md

wangyu- hace 8 años
padre
commit
71153a94c7
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -42,10 +42,11 @@ Server is Vulr VPS in japan,CPU: single core 2.4GHz,ram: 512mb. Client is Band
 ### Test command
 ### Test command
 
 
 ```
 ```
-server side:
+Server side:
 ./tinyvpn_amd64 -s -l 0.0.0.0:5533 --mode 0
 ./tinyvpn_amd64 -s -l 0.0.0.0:5533 --mode 0
 iperf3 -s
 iperf3 -s
-client side:
+
+Client side:
 ./tinyvpn_amd64 -c -r 45.76.100.53:5533 --mode 0
 ./tinyvpn_amd64 -c -r 45.76.100.53:5533 --mode 0
 iperf3 -c 10.22.22.1 -P10
 iperf3 -c 10.22.22.1 -P10
 ```
 ```