From 2f59ce490ecdeb85ba954f2485dbe48cad53a6e0 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Fri, 20 Jul 2018 14:45:53 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4d0099..7d94c16 100755 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Now,an encrypted raw tunnel has been established between client and server throu ### Note To run on Android, check [Android_Guide](/doc/android_guide.md) -`-a` option automatically add an iptable rule for you, udp2raw relys on this iptables rule to work stably. Be aware you dont forget `-a` (its a common mistake). If you dont want udp2raw to add iptables rule automatically, you can add it manually(take a look at `-g` option). +`-a` option automatically adds an iptables rule (or a few iptables rules) for you, udp2raw relys on this iptables rule to work stably. Be aware you dont forget `-a` (its a common mistake). If you dont want udp2raw to add iptables rule automatically, you can add it manually(take a look at `-g` option) and omit `-a`. # Advanced Topic