-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
更新文档
- Loading branch information
Showing
1 changed file
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
# openvpn-xor | ||
openvpn xor 混淆 | ||
openvpn2.3.10 xor 混淆 | ||
|
||
### 已经打好了补丁,可以直接编译,无需额外再打补丁, 补丁已经在代码内,可以直接查看.其他配置参数跟普通的一样 | ||
### 服务器端配置文件需要增加一个字段 xor 如下 | ||
>补丁是别人写好的,我直接用的,不是我写的. | ||
#### 已经打好了补丁,可以直接编译,无需额外再打补丁, 补丁已经在代码内,可以直接查看.其他配置参数跟普通的一样 | ||
#### 服务器端配置文件需要增加一个字段 xor 如下 | ||
``` | ||
xor-secret abcdefg | ||
xor-secret 123456 | ||
``` | ||
### 客户端同样需要增加,两端必须要匹配 | ||
#### 客户端同样需要增加,两端必须要匹配 | ||
``` | ||
xor-secret abcdefg | ||
xor-secret 123456 | ||
``` | ||
### 已知问题 | ||
#### 已知问题 | ||
1. 不支持udp模式,udp模式下,混淆无效 |