Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahArkc committed Mar 4, 2016
1 parent fc34e25 commit d64dddb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
18 changes: 16 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Setup and Requirement
For a probably more detailed guide: `Deployment and Installation <https://arkc.org/12-2/deployment-and-installation/>`__. 对于安装与部署的中文说明在 `部署与安装ArkC <https://arkc.org/12-2/deployment_install_zh_cn/>`__
这一页面。

For Windows users, you are recommended to use our Windows executable in the Github `release page <https://github.com/projectarkc/arkc-client/releases/latest>`__. Installing pycrypto and miniupnpc often involves configuration of compilers.
For Windows users, you are recommended to use our Windows GUI, installer along with latest ArkC client binary executable, in the Github `release page <https://github.com/projectarkc/arkc-client-GUI-dotnet/releases/latest>`__. Just pick your .Net Framework version and download.

For users with python3 pip development environment (Note: We don't
recommend using python 2):
Expand Down Expand Up @@ -73,7 +73,21 @@ Run

In this version, any private certificate should be in the form of PEM
without encryption, while any public certificate should be in the form
of ssh-rsa. Generate a key pair with ssh-keygen on GNU/Linux.
of ssh-rsa.

We could generate a keypair with

::

arkcclient -kg [--kg-path Key_Generated_Path]

And the keys can be sent to an email address used by the server provider with this command

:

arkcclient -reg Email_Address_to_send

Automatically the server should add the key to its key storage.

For the configuration file, you can find an example here:

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@

setup(
name=pkg_name,
version="0.2.1",
version="0.2.2",
license='https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt',
description="A lightweight proxy designed to be proof to IP blocking measures",
author='Noah, Teba',
author='Noah, Teba, Ddeerreekk',
author_email='noah@arkc.org',
url='https://arkc.org',
packages=pkg,
Expand Down

0 comments on commit d64dddb

Please sign in to comment.