From bc3801e17db5d310e72a5d2c888ead08af6df0b8 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Tue, 5 Sep 2017 23:47:19 -0700 Subject: [PATCH 1/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 270d419..d54cb72 100755 --- a/README.md +++ b/README.md @@ -84,6 +84,8 @@ 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) +Take a look at `--seq-mode` option,if you have connection problems. + # Advanced Topic ### Usage ``` From 5ef9d3fefaf8bdcd7d2984bcb7499ab1b08e11ac Mon Sep 17 00:00:00 2001 From: wangyu- Date: Tue, 5 Sep 2017 23:51:31 -0700 Subject: [PATCH 2/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d54cb72..df5eaca 100755 --- a/README.md +++ b/README.md @@ -86,6 +86,8 @@ To run on Android, check [Android_Guide](/doc/android_guide.md) Take a look at `--seq-mode` option,if you have connection problems. +You can run udp2raw without root account(for better security).Take a look at [#26](https://github.com/wangyu-/udp2raw-tunnel/issues/26) for more info. + # Advanced Topic ### Usage ``` From a235a7176e639d6ab8f3757087d49faf5b5b8b08 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Tue, 5 Sep 2017 23:55:49 -0700 Subject: [PATCH 3/5] Update README.zh-cn.md --- doc/README.zh-cn.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/README.zh-cn.md b/doc/README.zh-cn.md index ea031ca..caa2e7c 100644 --- a/doc/README.zh-cn.md +++ b/doc/README.zh-cn.md @@ -85,6 +85,9 @@ https://github.com/wangyu-/udp2raw-tunnel/releases 如果要在梅林固件的路由器上使用,添加`--lower-level auto` `--keep-rule` +如果client和server无法连接,请看一下`--seq-mode`的用法,尝试不同的seq-mode。 + +udp2raw可以用非root账号运行,这样更安全。具体方法见:[#26](https://github.com/wangyu-/udp2raw-tunnel/issues/26) # 进阶操作说明 ### 命令选项 From cf5babd748191df06769b23df2369e118719b433 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Wed, 6 Sep 2017 00:00:03 -0700 Subject: [PATCH 4/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df5eaca..3445a3c 100755 --- a/README.md +++ b/README.md @@ -84,9 +84,9 @@ 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) -Take a look at `--seq-mode` option,if you have connection problems. +If you have connection problems.Take a look at `--seq-mode` option. -You can run udp2raw without root account(for better security).Take a look at [#26](https://github.com/wangyu-/udp2raw-tunnel/issues/26) for more info. +You can run udp2raw with a non-root account(for better security).Take a look at [#26](https://github.com/wangyu-/udp2raw-tunnel/issues/26) for more info. # Advanced Topic ### Usage From a8e5df4b35db707aa35d05afac64bfde29e37ab7 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Wed, 6 Sep 2017 00:01:57 -0700 Subject: [PATCH 5/5] Update README.zh-cn.md --- doc/README.zh-cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.zh-cn.md b/doc/README.zh-cn.md index caa2e7c..7917cee 100644 --- a/doc/README.zh-cn.md +++ b/doc/README.zh-cn.md @@ -85,7 +85,7 @@ https://github.com/wangyu-/udp2raw-tunnel/releases 如果要在梅林固件的路由器上使用,添加`--lower-level auto` `--keep-rule` -如果client和server无法连接,请看一下`--seq-mode`的用法,尝试不同的seq-mode。 +如果client和server无法连接,或者连接经常断开,请看一下`--seq-mode`的用法,尝试不同的seq-mode。 udp2raw可以用非root账号运行,这样更安全。具体方法见:[#26](https://github.com/wangyu-/udp2raw-tunnel/issues/26) # 进阶操作说明