README.TXT 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. SoftEther VPN - An Open-Source Cross-platform Multi-protocol VPN Program
  2. http://www.softether.org/
  3. We use GitHub as the primary official SoftEther VPN repository:
  4. https://github.com/SoftEtherVPN/SoftEtherVPN/
  5. Source code packages (.zip and .tar.gz) and binary files are also available:
  6. http://www.softether-download.com/
  7. Copyright (c) 2012-2014 SoftEther Project at University of Tsukuba, Japan.
  8. This program is free software; you can redistribute it and/or modify
  9. it under the terms of the GNU General Public License version 2
  10. as published by the Free Software Foundation.
  11. SoftEther VPN ("SoftEther" means "Software Ethernet") is one of the
  12. world's most powerful and easy-to-use multi-protocol VPN software.
  13. SoftEther VPN runs on Windows, Linux, Mac, FreeBSD and Solaris.
  14. SoftEther VPN supports most of widely-used VPN protocols
  15. including SSL-VPN, OpenVPN, IPsec, L2TP, MS-SSTP, L2TPv3 and EtherIP
  16. by the single SoftEther VPN Server program.
  17. More details on http://www.softether.org/.
  18. SOFTETHER VPN ADVANTAGES
  19. ------------------------
  20. - Supporting all popular VPN protocols by the single VPN server:
  21. SSL-VPN (HTTPS)
  22. OpenVPN
  23. IPsec
  24. L2TP
  25. MS-SSTP
  26. L2TPv3
  27. EtherIP
  28. - Free and open-source software.
  29. - Easy to establish both remote-access and site-to-site VPN.
  30. - SSL-VPN Tunneling on HTTPS to pass through NATs and firewalls.
  31. - Revolutionary VPN over ICMP and VPN over DNS features.
  32. - Resistance to highly-restricted firewall.
  33. - Ethernet-bridging (L2) and IP-routing (L3) over VPN.
  34. - Embedded dynamic-DNS and NAT-traversal so that no static nor
  35. fixed IP address is required.
  36. - AES 256-bit and RSA 4096-bit encryptions.
  37. - Sufficient security features such as logging and firewall inner
  38. VPN tunnel.
  39. - 1Gbps-class high-speed throughput performance with low memory and
  40. CPU usage.
  41. - Windows, Linux, Mac, Android, iPhone, iPad and Windows Phone are
  42. supported.
  43. - The OpenVPN clone function supports legacy OpenVPN clients.
  44. - IPv4 / IPv6 dual-stack.
  45. - The VPN server runs on Windows, Linux, FreeBSD, Solaris and Mac OS X.
  46. - Configure All settings on GUI.
  47. - Multi-languages (English, Japanese and Simplified-Chinese).
  48. - More details at http://www.softether.org/.
  49. GETTING STARTED
  50. ---------------
  51. Visit the SoftEther VPN Project official web site at first:
  52. http://www.softether.org/
  53. If you are not a developer, it is recommended to download the binary
  54. installers from:
  55. http://www.softether-download.com/
  56. To build from the source,
  57. see "BUILD_UNIX.TXT" or "BUILD_WINDOWS.TXT" files.
  58. HOW TO DOWNLOAD THE LATEST SOURCE CODE PACKAGE
  59. ----------------------------------------------
  60. Go to http://www.softether-download.com/ and you can find the latest
  61. source-code package file in both .ZIP and .TAR.GZ format.
  62. This is the easiest way to obtain the source code of SoftEther VPN.
  63. HOW TO GET THE LATEST SOURCE CODE TREE FOR DEVELOPERS
  64. -----------------------------------------------------
  65. If you are an open-source developer, visit our GitHub repository:
  66. https://github.com/SoftEtherVPN/SoftEtherVPN/
  67. You can download the up-to-date source-code tree of SoftEther VPN
  68. from GitHub. You may make your own fork project from our project.
  69. The download and build instruction is following:
  70. $ git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git
  71. $ cd SoftEtherVPN
  72. $ make
  73. $ make install
  74. TO CIRCUMVENT YOUR GOVERNMENT'S FIREWALL RESTRICTION
  75. ----------------------------------------------------
  76. Because SoftEther VPN is overly strong tool to build a VPN tunnel,
  77. some censorship governments want to block your access to the source code
  78. of SoftEther VPN, by abusing their censorship firewalls.
  79. To circumvent your censor's unjust restriction,
  80. SoftEther VPN Project distributes the up-to-date source-code
  81. on all the following open-source repositories:
  82. - GitHub
  83. https://github.com/SoftEtherVPN/SoftEtherVPN/
  84. - SourceForge
  85. https://sourceforge.net/p/softethervpn/code/ci/master/tree/
  86. - Google Code
  87. https://code.google.com/p/softether/source/browse/
  88. To fetch the source code from GitHub:
  89. $ git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git
  90. To fetch the source code from SourceForge:
  91. $ git clone http://git.code.sf.net/p/softethervpn/code
  92. - or -
  93. $ git clone git://git.code.sf.net/p/softethervpn/code
  94. To fetch the source code from Google Code:
  95. $ git clone https://code.google.com/p/softether/
  96. We hope that you can reach one of the above URLs at least!
  97. DEAR SECURITY EXPERTS
  98. ---------------------
  99. If you find a bug or a security vulnerability please kindly inform us
  100. about the problem immediately so that we can fix the security problem
  101. to protect a lot of users around the world as soon as possible.
  102. Our e-mail address for security reports is:
  103. softether-vpn-security [at] softether.org
  104. Please note that the above e-mail address is not a technical support
  105. inquiry address. If you need technical assistance, please visit
  106. http://www.softether.org/ and ask your question on the users forum.
  107. DISCLAIMER
  108. ----------
  109. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  110. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  111. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  112. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  113. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  114. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  115. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  116. THIS SOFTWARE IS DEVELOPED IN JAPAN, AND DISTRIBUTED FROM JAPAN,
  117. UNDER JAPANESE LAWS. YOU MUST AGREE IN ADVANCE TO USE, COPY, MODIFY,
  118. MERGE, PUBLISH, DISTRIBUTE, SUBLICENSE, AND/OR SELL COPIES OF THIS
  119. SOFTWARE, THAT ANY JURIDICAL DISPUTES WHICH ARE CONCERNED TO THIS
  120. SOFTWARE OR ITS CONTENTS, AGAINST US (SOFTETHER PROJECT, SOFTETHER
  121. CORPORATION, DAIYUU NOBORI OR OTHER SUPPLIERS), OR ANY JURIDICAL
  122. DISPUTES AGAINST US WHICH ARE CAUSED BY ANY KIND OF USING, COPYING,
  123. MODIFYING, MERGING, PUBLISHING, DISTRIBUTING, SUBLICENSING, AND/OR
  124. SELLING COPIES OF THIS SOFTWARE SHALL BE REGARDED AS BE CONSTRUED AND
  125. CONTROLLED BY JAPANESE LAWS, AND YOU MUST FURTHER CONSENT TO
  126. EXCLUSIVE JURISDICTION AND VENUE IN THE COURTS SITTING IN TOKYO,
  127. JAPAN. YOU MUST WAIVE ALL DEFENSES OF LACK OF PERSONAL JURISDICTION
  128. AND FORUM NON CONVENIENS. PROCESS MAY BE SERVED ON EITHER PARTY IN
  129. THE MANNER AUTHORIZED BY APPLICABLE LAW OR COURT RULE.
  130. USE ONLY IN JAPAN. DO NOT USE IT IN OTHER COUNTRIES. IMPORTING THIS
  131. SOFTWARE INTO OTHER COUNTRIES IS AT YOUR OWN RISK. SOME COUNTRIES
  132. PROHIBIT ENCRYPTED COMMUNICATIONS. USING THIS SOFTWARE IN OTHER
  133. COUNTRIES MIGHT BE RESTRICTED.
  134. READ AND UNDERSTAND THE 'WARNING.TXT' FILE BEFORE USING THIS SOFTWARE.
  135. SOME SOFTWARE PROGRAMS FROM THIRD PARTIES ARE INCLUDED ON THIS SOFTWARE WITH LICENSE CONDITIONS WHICH ARE DESCRIBED ON THE 'THIRD_PARTY.TXT' FILE.
  136. ADVERTISEMENT
  137. -------------
  138. SoftEther VPN is developed by SoftEther VPN Project at University of Tsukuba.
  139. Department of Computer Science has dozens of overly-enthusiastic geeks.
  140. Join us: http://www.tsukuba.ac.jp/english/admission/