A lightweight proxy designed to be proof to IP blocking measures
Project description
ArkC is a lightweight proxy designed to be proof to IP blocking measures and offer high proxy speed via multi-connection transmission and swapping connections.
ArkC-Server is the server-side utility.
Note: ArkC 0.3 is not compatible with 0.2 or earlier versions.
What is ArkC?
ArkC is not another Shadowsocks.
It enable server owners to let anyone enjoy free web browsing, without worrying IP blacklists. With ArkC VPS owners they are better equipped to share their VPS to people around them, or share online, the proxy hosted on their VPS.
For a more detailed description, please visit our website and read our page Understand ArkC. 中文版本的介绍在这一页面 ArkC的原理。
This is what it tries to do by default:
And making it a little bit more complicated, e.g. set obfs_level to 3 or use a socks proxy:
Note, “anonymous_proxy” can be anything you set!
Setup and Requirement
For a probably more detailed guide: Deployment and Installation. 对于安装与部署的中文说明在 部署与安装ArkC 这一页面。
Running ArkC-Server requires Python 2.7 and Twisted (Python 3 is currently not supported for compatibility issues) and txsocksx. A virtual environment is generally recommended.
sudo pip install arkcserver
You may need python development environment.
Debian/Ubuntu users:
sudo apt-get install python python-pip python-dev
Fedora users:
sudo yum python python-pip python-devel
You may also install ArkC Server from source.
If you need to support portable proxy function, like MEEK (required to integrate with GAE) or obfs4proxy, please follow the above link to arkc.org.
Privilege
By default ArkC Server needs to listen to port 53 to support DNS relay function (client may connect to server through multiple steps of DNS queries). Usually this requires pre-configuration or root privillege.
Usage
For detailed documentation, please visit our Documentation page.
中文版本的使用文档,请参见 如何使用ArkC。
Run
arkcserver [-h] [-v] [-ep (use external proxy)] [-t (use transmit mode)] [-c <Path of the config Json file, default = config.json>]
to start the server.
And WHEN ARKCSERVER IS RUNNING, run
arkcserver-mailcheck -db DATABASE_ADDRESS
To start a mail server and receive client credentials automatically.
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.
For the configuration file, you can find an example here:
{ "local_cert_path": "testfiles/server", "clients": [ ["testfiles/client1.pub", <sha1 of client1's private key>], ["testfiles/client2.pub", <sha1 of client2's private key>] ] }
For a full list of settings:
Index name |
Value Type & Description |
Required / Default |
---|---|---|
udp_port |
int, udp listening port |
(0.0.0.0:)53 |
proxy_port |
int, local/ext proxy port |
8100(local)/8123(ext) |
local_cert_path |
string, path of server pri |
REQUIRED |
central_cert_path |
string, path of central server pub |
REQUIRED if using transmit mode |
clients |
list, (path of client pub, sha1 of client pri) pairs |
REQUIRED unless “clients_db” is set |
clients_db |
string, path of the sqlite db where keys are stored or updated |
REQUIRED unless “clients” is set |
pt_exec |
string, command line of pluggable transport executable |
“obfs4proxy” |
obfs_level |
integer, obfs level 0~3 |
0 |
meek_url |
string, URL of meek’s GAE destination |
|
socks_proxy |
list, (host, port) |
None (Unused) |
delegated_domain |
string, the SOA record to respond |
“public.arkc.org” |
self_domain |
string, the A record pointing to the server |
“freedom.arkc.org” |
You can get your domain at self.arkc.org.
Note: if obfs_level is set to a non-zero value, obfs4_exec must be appropriate set. Obfs4 will use an IAT mode of (obfs_level - 1), which means if obfs_level is set to 2 or 3, the connection speed may be affected.
Questions | 使用或安装时遇到问题
Go to our FAQ page.
常见问题请参考 FAQ。
Acknowledgements
The http proxy part is based on twisted-connect-proxy by Peter Ruibal, released under BSD License.
The server-end software adapted part of the pyotp library created by Mark Percival m@mdp.im. His code is reused under Python Port copyright, license attached.
File arkcserver/ptserver.py is based on ptproxy by Dingyuan Wang. Code reused and edited under MIT license, attached in file.
License
Copyright 2015 ArkC Technology.
The ArkC-client and ArkC-server utilities are licensed under GNU GPLv2. You should obtain a copy of the license with the software.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file arkcserver-0.3.1.tar.gz
.
File metadata
- Download URL: arkcserver-0.3.1.tar.gz
- Upload date:
- Size: 42.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd0ce3ec07848ff832fcf201e90ab62c7de898c42b0ebb1974e8e993f1b0ea2b |
|
MD5 | 4c6e085aa7c1b62188a2d0d32131807d |
|
BLAKE2b-256 | ea0c72e4fdb7531fb2576edd73a67bdd2b5d3de6d62e0c48d3835be48a4f7002 |
File details
Details for the file arkcserver-0.3.1-py2.7.egg
.
File metadata
- Download URL: arkcserver-0.3.1-py2.7.egg
- Upload date:
- Size: 48.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54f851889d3385520b224992ee375fafe8cf8411958f747409a6ffebf983e59b |
|
MD5 | c6058a03c11bf7cf0b3d627469dba511 |
|
BLAKE2b-256 | 8315a97806c18f3a0f51ea82fb9204755bc4a091797fe0966662e51196d486ce |
File details
Details for the file arkcserver-0.3.1-py2-none-any.whl
.
File metadata
- Download URL: arkcserver-0.3.1-py2-none-any.whl
- Upload date:
- Size: 53.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3400a975c85789b1530d5428451d56638240e578d307079492ff9e3b1f891ab |
|
MD5 | 337037b83d8530151b396dcccc6defde |
|
BLAKE2b-256 | 5919f9d267233afe287bc16ffbfbdd1214ced7de785a2029cfbfd42db4d82e34 |