File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ This software is modified from
1919Installation
2020============
2121
22- Install [ libsodium] ( https://github.com/jedisct1/libsodium ) and libevent2 first.
22+ Install [ libsodium] ( https://github.com/jedisct1/libsodium ) and [ libevent ] ( http://libevent.org/ ) 2 first.
2323
2424On Linux:
2525
@@ -192,6 +192,8 @@ This also allows upgrades with zero downtime.
192192中文文档
193193========
194194
195+ 注:第三方文档可能未及时与最新版本同步,以 README.md 为准。
196+
195197- CentOS/Debian/Ubuntu 下编译 dnscrypt-wrapper: http://03k.org/centos-make-dnscrypt-wrapper.html
196198- dnscrypt-wrapper 使用方法: http://03k.org/dnscrypt-wrapper-usage.html
197199
Original file line number Diff line number Diff line change 22#ifndef VERSION_H
33#define VERSION_H
44
5- const char * the_version = "0.1.17 " ;
5+ const char * the_version = "0.2 " ;
66
77#endif
You can’t perform that action at this time.
0 commit comments