This file contains hidden or 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
| #!/bin/bash | |
| # 用于创建macOS安装ISO的脚本文件 | |
| # 初始脚本来源:http://www.insanelymac.com/forum/topic/308533-how-to-create-a-bootable-el-capitan-iso-fo-vmware/ | |
| set -x | |
| SCRIPT_PATH=`pwd`/$0 | |
| # 先卸载要用到的卷名,避免冲突 |
This file contains hidden or 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
| diff -Nur openvpn-2.3.4/src/openvpn/options.c openvpn-2.3.4.obfs/src/openvpn/options.c | |
| --- openvpn-2.3.4/src/openvpn/options.c 2014-05-01 19:12:22.000000000 +0800 | |
| +++ openvpn-2.3.4.obfs/src/openvpn/options.c 2014-10-08 21:29:19.330754723 +0800 | |
| @@ -60,6 +60,10 @@ | |
| #include "memdbg.h" | |
| +extern char* _socket_obfs_salt; | |
| +extern int _socket_obfs_salt_len; | |
| +extern int _socket_obfs_padlen; |
NewerOlder