aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index cfafcec..d42a0b5 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,8 @@ dns2tcp 默认安装到 `/usr/local/bin/dns2tcp`,可安装到其它目录,
## 如何运行
```bash
-# sh/bash 可以不加引号,zsh 等必须加引号,防止转义'#'字符
+# sh/bash 可以不加引号,zsh 必须加引号,防止#被转义
+# 好吧,这里我偷了下懒,端口号是必须指定的,即使是 53
dns2tcp -L "127.0.0.1#5353" -R "8.8.8.8#53"
```