Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhangjiupeng/agentx
Shadowsocks升级版,支持协议伪装和流量压缩,易于扩展,可统计流量
https://github.com/zhangjiupeng/agentx
netty shadowsocks shadowsocks-java socks-proxy
Last synced: 27 days ago
JSON representation
Shadowsocks升级版,支持协议伪装和流量压缩,易于扩展,可统计流量
- Host: GitHub
- URL: https://github.com/zhangjiupeng/agentx
- Owner: ZhangJiupeng
- License: apache-2.0
- Created: 2017-01-07T17:39:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T01:51:41.000Z (about 6 years ago)
- Last Synced: 2024-09-26T21:23:19.199Z (about 1 month ago)
- Topics: netty, shadowsocks, shadowsocks-java, socks-proxy
- Language: Java
- Homepage:
- Size: 256 KB
- Stars: 158
- Watchers: 22
- Forks: 58
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **150**星
README
[![](http://7xp1jv.com1.z0.glb.clouddn.com/agentx-logo.png?imageView2/2/w/48)](http://agentx.zhangjiupeng.com) AgentX
============[![Build Status](https://travis-ci.org/ZhangJiupeng/AgentX.svg?branch=master)](https://travis-ci.org/ZhangJiupeng/AgentX)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/cc.agentx/agentx/badge.svg)](https://maven-badges.herokuapp.com/maven-central/cc.agentx/agentx)
[![Join Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/shadowsocks-java/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)[中文说明](https://github.com/ZhangJiupeng/AgentX/wiki/简介)
AgentX is a Socks5 proxy based on Netty, which can be used to bypass the GFW. It supports data encryption, obfuscation, compression and masquerading and allows customize of multiple data processes. AgentX is compatible with Shadowsocks, supports traffic monitoring and has protocol customize API reserved (Please notice that the project is not the implementation of RFC2741)
### Download
Release Version | Release Date | Links
-- | -- | --
1.3.0 | 20.10.2017 | [download](https://github.com/ZhangJiupeng/AgentX/releases/tag/v1.3.0)
1.2-beta | 10.01.2017 | [download](https://github.com/ZhangJiupeng/AgentX/releases/tag/v1.2-beta)### Document
[Introduction](https://github.com/ZhangJiupeng/AgentX/wiki/Introduction)
* Client
* [Quick Start](https://github.com/ZhangJiupeng/AgentX/wiki/Quick-Start-Client)
* [Configuration](https://github.com/ZhangJiupeng/AgentX/wiki/Configuration-Client)
* Server
* [Quick Start](https://github.com/ZhangJiupeng/AgentX/wiki/Quick-Start-Server)
* [Configuration](https://github.com/ZhangJiupeng/AgentX/wiki/Configuration-Server)### License
Copyright 2017 ZhangJiupengLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
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.