README 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. SoftEther VPN (Stable Edition Repository)
  2. - An Open-Source Cross-platform Multi-protocol VPN Program
  3. https://www.softether.org/
  4. We use GitHub as the primary official SoftEther VPN repository:
  5. https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/
  6. This branch is officially managed by Daiyuu Nobori, the owner of
  7. SoftEther VPN Project. Pull requests should be sent to the
  8. Developer Edition Master Repository on
  9. https://github.com/SoftEtherVPN/SoftEtherVPN
  10. Source code packages (.zip and .tar.gz) and binary files are also available:
  11. https://www.softether-download.com/
  12. We accept your patches by the acceptance policy:
  13. https://www.softether.org/5-download/src/9.patch
  14. Copyright (c) all contributors on SoftEther VPN project in GitHub.
  15. Copyright (c) Daiyuu Nobori, SoftEther Project at University of Tsukuba,
  16. and SoftEther Corporation.
  17. All rights reserved.
  18. The development of SoftEther VPN was supported by the MITOH Project,
  19. a research and development project by Japanese Government,
  20. subsidized by METI (Ministry of Economy, Trade and Industry of Japan),
  21. administrated by IPA (Information Promotion Agency, Japan).
  22. https://www.ipa.go.jp/english/humandev/
  23. Licensed under the Apache License, Version 2.0 (the "License");
  24. you may not use this file except in compliance with the License.
  25. You may obtain a copy of the License at:
  26. http://www.apache.org/licenses/LICENSE-2.0
  27. SoftEther VPN ("SoftEther" means "Software Ethernet") is one of the
  28. world's most powerful and easy-to-use multi-protocol VPN software.
  29. SoftEther VPN runs on Windows, Linux, Mac, FreeBSD and Solaris.
  30. SoftEther VPN supports most of widely-used VPN protocols
  31. including SSL-VPN, OpenVPN, IPsec, L2TP, MS-SSTP, L2TPv3 and EtherIP
  32. by the single SoftEther VPN Server program.
  33. More details on https://www.softether.org/.
  34. SOFTETHER VPN ADVANTAGES
  35. ------------------------
  36. - Supporting all popular VPN protocols by the single VPN server:
  37. SSL-VPN (HTTPS)
  38. OpenVPN
  39. IPsec
  40. L2TP
  41. MS-SSTP
  42. L2TPv3
  43. EtherIP
  44. - Free and open-source software.
  45. - Easy to establish both remote-access and site-to-site VPN.
  46. - SSL-VPN Tunneling on HTTPS to pass through NATs and firewalls.
  47. - Revolutionary VPN over ICMP and VPN over DNS features.
  48. - Resistance to highly-restricted firewall.
  49. - Ethernet-bridging (L2) and IP-routing (L3) over VPN.
  50. - Embedded dynamic-DNS and NAT-traversal so that no static nor
  51. fixed IP address is required.
  52. - AES 256-bit and RSA 4096-bit encryptions.
  53. - Sufficient security features such as logging and firewall inner
  54. VPN tunnel.
  55. - User authentication with RADIUS and NT domain controllers.
  56. - User authentication with X.509 client certificate.
  57. - Packet logging.
  58. - 1Gbps-class high-speed throughput performance with low memory and
  59. CPU usage.
  60. - Windows, Linux, Mac, Android, iPhone, iPad and Windows Phone are
  61. supported.
  62. - The OpenVPN clone function supports legacy OpenVPN clients.
  63. - IPv4 / IPv6 dual-stack.
  64. - The VPN server runs on Windows, Linux, FreeBSD, Solaris and Mac OS X.
  65. - Configure All settings on GUI.
  66. - Multi-languages (English, Japanese and Simplified-Chinese).
  67. - No memory leaks. High quality stable codes, intended for long-term runs.
  68. We always verify that there are no memory or resource leaks before
  69. releasing the build.
  70. - More details at https://www.softether.org/.
  71. GETTING STARTED
  72. ---------------
  73. Visit the SoftEther VPN Project official web site at first:
  74. https://www.softether.org/
  75. If you are not a developer, it is recommended to download the binary
  76. installers from:
  77. https://www.softether-download.com/
  78. To build from the source,
  79. see "BUILD_UNIX.TXT" or "BUILD_WINDOWS.TXT" files.
  80. HOW TO DOWNLOAD THE LATEST SOURCE CODE PACKAGE
  81. ----------------------------------------------
  82. Go to https://www.softether-download.com/ and you can find the latest
  83. source-code package file in both .ZIP and .TAR.GZ format.
  84. This is the easiest way to obtain the source code of SoftEther VPN.
  85. HOW TO GET THE LATEST SOURCE CODE TREE FOR DEVELOPERS
  86. -----------------------------------------------------
  87. If you are an open-source developer, visit our GitHub repository:
  88. https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/
  89. You can download the up-to-date source-code tree of SoftEther VPN
  90. from GitHub. You may make your own fork project from our project.
  91. The download and build instruction is following:
  92. $ git clone https://github.com/SoftEtherVPN/SoftEtherVPN_Stable.git
  93. $ cd SoftEtherVPN
  94. $ ./configure
  95. $ make
  96. $ make install
  97. TO CIRCUMVENT YOUR GOVERNMENT'S FIREWALL RESTRICTION
  98. ----------------------------------------------------
  99. Because SoftEther VPN is overly strong tool to build a VPN tunnel,
  100. some censorship governments want to block your access to the source code
  101. of SoftEther VPN, by abusing their censorship firewalls.
  102. To circumvent your censor's unjust restriction,
  103. SoftEther VPN Project distributes the up-to-date source-code
  104. on all the following open-source repositories:
  105. - GitHub
  106. https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/
  107. To fetch the source code from GitHub:
  108. $ git clone https://github.com/SoftEtherVPN/SoftEtherVPN_Stable.git
  109. We hope that you can reach one of the above URLs at least!
  110. SOURCE CODE CONTRIBUTION
  111. ------------------------
  112. Your contribution to SoftEther VPN Project is much appreciated.
  113. Please send patches to us through GitHub.
  114. Read the SoftEther VPN Patch Acceptance Policy in advance:
  115. https://www.softether.org/5-download/src/9.patch
  116. DEAR SECURITY EXPERTS
  117. ---------------------
  118. If you find a bug or a security vulnerability please kindly inform us
  119. about the problem immediately so that we can fix the security problem
  120. to protect a lot of users around the world as soon as possible.
  121. Our e-mail address for security reports is:
  122. softether-vpn-security [at] softether.org
  123. Please note that the above e-mail address is not a technical support
  124. inquiry address. If you need technical assistance, please visit
  125. https://www.softether.org/ and ask your question on the users forum.
  126. DISCLAIMER
  127. ----------
  128. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  129. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  130. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  131. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  132. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  133. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  134. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  135. THIS SOFTWARE IS DEVELOPED IN JAPAN, AND DISTRIBUTED FROM JAPAN,
  136. UNDER JAPANESE LAWS. YOU MUST AGREE IN ADVANCE TO USE, COPY, MODIFY,
  137. MERGE, PUBLISH, DISTRIBUTE, SUBLICENSE, AND/OR SELL COPIES OF THIS
  138. SOFTWARE, THAT ANY JURIDICAL DISPUTES WHICH ARE CONCERNED TO THIS
  139. SOFTWARE OR ITS CONTENTS, AGAINST US (SOFTETHER PROJECT, SOFTETHER
  140. CORPORATION, DAIYUU NOBORI OR OTHER SUPPLIERS), OR ANY JURIDICAL
  141. DISPUTES AGAINST US WHICH ARE CAUSED BY ANY KIND OF USING, COPYING,
  142. MODIFYING, MERGING, PUBLISHING, DISTRIBUTING, SUBLICENSING, AND/OR
  143. SELLING COPIES OF THIS SOFTWARE SHALL BE REGARDED AS BE CONSTRUED AND
  144. CONTROLLED BY JAPANESE LAWS, AND YOU MUST FURTHER CONSENT TO
  145. EXCLUSIVE JURISDICTION AND VENUE IN THE COURTS SITTING IN TOKYO,
  146. JAPAN. YOU MUST WAIVE ALL DEFENSES OF LACK OF PERSONAL JURISDICTION
  147. AND FORUM NON CONVENIENS. PROCESS MAY BE SERVED ON EITHER PARTY IN
  148. THE MANNER AUTHORIZED BY APPLICABLE LAW OR COURT RULE.
  149. USE ONLY IN JAPAN. DO NOT USE THIS SOFTWARE IN ANOTHER COUNTRY UNLESS
  150. YOU HAVE A CONFIRMATION THAT THIS SOFTWARE DOES NOT VIOLATE ANY
  151. CRIMINAL LAWS OR CIVIL RIGHTS IN THAT PARTICULAR COUNTRY. USING THIS
  152. SOFTWARE IN OTHER COUNTRIES IS COMPLETELY AT YOUR OWN RISK. THE
  153. SOFTETHER VPN PROJECT HAS DEVELOPED AND DISTRIBUTED THIS SOFTWARE TO
  154. COMPLY ONLY WITH THE JAPANESE LAWS AND EXISTING CIVIL RIGHTS INCLUDING
  155. PATENTS WHICH ARE SUBJECTS APPLY IN JAPAN. OTHER COUNTRIES' LAWS OR
  156. CIVIL RIGHTS ARE NONE OF OUR CONCERNS NOR RESPONSIBILITIES. WE HAVE
  157. NEVER INVESTIGATED ANY CRIMINAL REGULATIONS, CIVIL LAWS OR
  158. INTELLECTUAL PROPERTY RIGHTS INCLUDING PATENTS IN ANY OF OTHER 200+
  159. COUNTRIES AND TERRITORIES. BY NATURE, THERE ARE 200+ REGIONS IN THE
  160. WORLD, WITH DIFFERENT LAWS. IT IS IMPOSSIBLE TO VERIFY EVERY
  161. COUNTRIES' LAWS, REGULATIONS AND CIVIL RIGHTS TO MAKE THE SOFTWARE
  162. COMPLY WITH ALL COUNTRIES' LAWS BY THE PROJECT. EVEN IF YOU WILL BE
  163. SUED BY A PRIVATE ENTITY OR BE DAMAGED BY A PUBLIC SERVANT IN YOUR
  164. COUNTRY, THE DEVELOPERS OF THIS SOFTWARE WILL NEVER BE LIABLE TO
  165. RECOVER OR COMPENSATE SUCH DAMAGES, CRIMINAL OR CIVIL
  166. RESPONSIBILITIES. NOTE THAT THIS LINE IS NOT LICENSE RESTRICTION BUT
  167. JUST A STATEMENT FOR WARNING AND DISCLAIMER.
  168. READ AND UNDERSTAND THE 'WARNING.TXT' FILE BEFORE USING THIS SOFTWARE.
  169. SOME SOFTWARE PROGRAMS FROM THIRD PARTIES ARE INCLUDED ON THIS SOFTWARE
  170. WITH LICENSE CONDITIONS WHICH ARE DESCRIBED ON THE 'THIRD_PARTY.TXT' FILE.