Update README.md

This commit is contained in:
lbl8603
2023-06-01 12:42:01 +08:00
committed by GitHub
parent c8d0f3850f
commit 44035685c8
+8
View File
@@ -86,3 +86,11 @@
- 支持安卓
- 数据加密
### 常见问题
#### 问题1: 设置网络地址失败
##### 可能原因:
switch默认使用10.26.0.0/24网段,和本地网络适配器的ip冲突
##### 解决方法:
1. 方法一:找到冲突的IP,将其改成别的
2. 方法二:自建服务器,指定其他不会冲突的网段
3. 方法三:增加参数--device-id,设置不同的id会让switch-server分配不同的IP,从而绕开有冲突的IP