Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
更新文档
  • Loading branch information
chijiao authored Jan 16, 2017
1 parent c39f043 commit 06d6d84
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
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模式下,混淆无效

0 comments on commit 06d6d84

Please sign in to comment.