summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsjlleo <[email protected]>2022-05-20 21:29:36 +0800
committerGitHub <[email protected]>2022-05-20 21:29:36 +0800
commitdc37d4a86c3b8449bb22c63b164b2eda5d3889ee (patch)
treed2e83f2952b2ecb0fdb527a8f7132bc32232f938
parentdb4fe52f5a69d4afce4ad8b4390195bece1ae50e (diff)
add: guide for testing with specific network interface
-rw-r--r--README.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/README.md b/README.md
index 952a45a..c729651 100644
--- a/README.md
+++ b/README.md
@@ -16,9 +16,20 @@ Youtube 缓存节点、地域信息检测:https://github.com/sjlleo/TubeCheck
**2022/05/20**
-由于实在看不下去自己刚学Go时写的垃圾代码...
+趁着最近有空重构了所有的模块,引入`goroutine`并发机制,提升运行效率
+
+## 指定网卡出口测试
+
+感谢 @caobug
+
+有些时候,我们使用了`Warp`或者是其他隧道网卡工具的时候,设置的路由表默认不通过他们上网
+
+在这种情况下,如果我们依旧想要测试该网卡出口是否支持解锁NetFlix,可以选择指定网卡IP进行测试
+
+在终端输入`ip a`,查看您想测试的网卡IP,然后加入参数 `-address` + 您的网卡IP地址即可,具体可看下图
+
+![图片](https://user-images.githubusercontent.com/13616352/169537511-8a10c9d2-3f4c-438a-b20a-8e5e31464259.png)
-所以趁着最近有空重构了所有的模块,引入`goroutine`并发机制,提升运行效率
## 鸣谢