Skip to content

Commit

Permalink
updated: proxy clientbase
Browse files Browse the repository at this point in the history
  • Loading branch information
vokenLymanSnow committed Jan 12, 2021
1 parent 4295511 commit 759e668
Show file tree
Hide file tree
Showing 7 changed files with 118 additions and 60 deletions.
Binary file added _static/proxy_clientbase/dashboard.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/proxy_clientbase/initialize.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/proxy_clientbase/only_pac.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions guide/proxy.rst
@@ -0,0 +1,16 @@
.. _guide_proxy:


How to use a proxy?
===================

TODO.


SwitchyOmega
------------

Chrome/Firefox + SwitchyOmega

We have configured a ready-to-use version: Firefox Portable (coming soon)

6 changes: 4 additions & 2 deletions index.rst
Expand Up @@ -116,16 +116,18 @@ more open, more equal, more stable, more efficient, safer and freer.
releases/messenger
releases/account_network
releases/proxy_container
releases/client_base
releases/proxy_clientbase



.. _guide:

.. .toctree::
.. toctree::
:maxdepth: 1
:caption: Guides

guide/proxy

.. guide/imtoken
guide/metamask
Expand Down
58 changes: 0 additions & 58 deletions releases/client_base.rst

This file was deleted.

98 changes: 98 additions & 0 deletions releases/proxy_clientbase.rst
@@ -0,0 +1,98 @@
.. _release_proxy_clientbase:


VOKEN Proxy ClientBase
======================

.. NOTE::

**VOKEN Proxy Clientbase v0.9.4 (for Windows)** is about to release before Jan 19.


You can start a VOKEN Proxy-ClientBase on your desktop or laptop PC now.
It would provide a standard local Socks5 proxy for you, which is based on vnTUNNEL (encrypted).


.. _proxy_clientbase_download:

Download
--------

VOKEN Proxy Clientbase v0.9.4 (for Windows)
- Download from Github.com (coming soon)

If you do not have the Java JDK installed on your computer,
choose one of the following to download:

.. _java_jdk_download:

Java JDK 8 Update 271 (for Windows 64 bit)
- `Download from FileHorse <https://www.filehorse.com/download-java-development-kit-64/55825/download/>`_
- `Download from Oracle.com <https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html>`_
- Download from Github.com (coming soon)

Java JDK 8 Update 271 (for Windows 32 bit)
- `Download from FileHorse <https://www.filehorse.com/download-java-development-kit-32/download/>`_
- `Download from Oracle.com <https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html>`_
- Download from Github.com (coming soon)


Install
-------

1. Make sure you have the **Java JDK** installed
2. Extract the **VOKEN Proxy Clientbase v0.9.4 (for Windows)** to a new folder


Launch and initialize
---------------------

Just run the **clientbase.exe**, and follow the prompts to set the VOKEN Private Key.

.. image:: /_static/proxy_clientbase/initialize.png
:width: 100 %
:alt: initialize.png
:align: center


Dashboard
---------

Select a proxy and connect

.. image:: /_static/proxy_clientbase/dashboard.png
:width: 100 %
:alt: dashboard.png
:align: center


Open the **Dashboard**, choose a ProxyContainer on the left to connect.

Then a standard Socks5 proxy ``socks5://127.0.0.1:5678`` is ready for you.

And also, you can check your balance, or make transactions there.


Settings: Proxy type
--------------------

.. image:: /_static/proxy_clientbase/only_pac.png
:width: 100 %
:alt: only_pac.png
:align: center

The default proxy type is ``GLOBAL``,
if you want to enable the ``PAC Mode``,
just click ``Only PAC`` or ``Except PAC``.

PAC configuration file: ``./config/pac.xml``, for advanced, you can edit it manually.


---------


How to use a proxy?
-------------------

Read: :ref:`guide_proxy`

0 comments on commit 759e668

Please sign in to comment.