{ "info": { "author": "Keli Hu", "author_email": "dev@keli.hu", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: Proxy Servers" ], "description": "Furion Socks5 SSL Proxy\n=======================\n\nFurion is an encrypted proxy written in Python. In essence, it's just\nsocks5 server with ssl support. It's often used with upstream Furion\nservers to avoid censorship.\n\nProject is hosted at `GitHub `__,\nmirrored on `BitBucket `__.\n\nFeatures\n--------\n\n- Automatic upstream fail over (when multiple upstream servers are\n available).\n- Built-in latency check for choosing the fastest upstream.\n- Periodical upstream updates from a designated central registry.\n- Builtin DNS server/proxy to avoid poisoning.\n- Limit what ports that clients are allowed to connect to.\n- Easy account management on the server side.\n\nDependencies\n------------\n\nFurion has no external dependencies other than a standard Python 2.x\n(>=2.6) installation. Python 3.x is supported. There is optional support\nfor gevent, which would be used if an existing gevent installation was\ndiscovered.\n\nInstallation\n------------\n\nFurion can be installed via pip:\n\n::\n\n pip install furion\n\nor setuptools:\n\n::\n\n easy_install furion\n\nTo start using Furion, you need at least a furion.cfg file.\n\nBy default, Furion will look for furion.cfg and upstream.json in ``/etc/furion``\nor the current working directory. You can specify path to the configuration\nfile after a ``-c`` switch.\n\nFor client, an upstream.json file is also needed for upstream checking to work.\nAlternatively, you can put the upstream.json file somewhere accessible via http,\nso that you can share that address with your friends. Then configure the ``upstream``\nsection of your ``furion.cfg`` file like below, to use that upstream file.\n\n::\n\n [upstream]\n\n central_url = http://your.upstream.json\n\n autoupdate_upstream_list = on\n\n update_frequency = start\n\n upstream_list_path = upstream.json\n\nRead configuration files in\n`examples `__\ndirectory for more information.\n\nClient For Windows\n~~~~~~~~~~~~~~~~~~\n\nThere is a win32 binary available for download with every\n`release `__.\n\nIf you want to build yourself, a python installation must be present,\npersonally I used\n`ActivePython `__. Then install\n`pyinstaller `__ to C:\\\\\\\\pyinstaller and\nuse\n`pyinstaller.bat `__\nto build.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/keli/furion", "keywords": "socks5 proxy ssl", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "furion", "package_url": "https://pypi.org/project/furion/", "platform": "", "project_url": "https://pypi.org/project/furion/", "project_urls": { "Homepage": "https://github.com/keli/furion" }, "release_url": "https://pypi.org/project/furion/1.4.7/", "requires_dist": [ "check-manifest; extra == 'dev'", "coverage; extra == 'test'" ], "requires_python": "", "summary": "A socks5 proxy with ssl support", "version": "1.4.7" }, "last_serial": 3251128, "releases": { "1.4.6": [ { "comment_text": "", "digests": { "md5": "b5091367ed40ba968783dfaa29862b4d", "sha256": "24d4771ec4d0ee1058d333b18f9e319c50ebf1d9ebc8625dba29103048e7996c" }, "downloads": -1, "filename": "furion-1.4.6.tar.gz", "has_sig": false, "md5_digest": "b5091367ed40ba968783dfaa29862b4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13024, "upload_time": "2015-11-29T14:55:42", "url": "https://files.pythonhosted.org/packages/aa/11/06f333cffa889eea8f3ea34e9a936f804a281afea093ee9767a51663c3c3/furion-1.4.6.tar.gz" } ], "1.4.7": [ { "comment_text": "", "digests": { "md5": "943e7cea8e3ef6e29363a6aa7160ae91", "sha256": "2f19a670775c6e7ca252f3ad39cc0803a86c1c0b89b9b354e7bb1608ecc800a2" }, "downloads": -1, "filename": "furion-1.4.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "943e7cea8e3ef6e29363a6aa7160ae91", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 17439, "upload_time": "2017-10-15T07:05:53", "url": "https://files.pythonhosted.org/packages/06/d4/a0650b4d1769225ed8e253c9c4b234f0282106ad577eb8b3baf6221936ab/furion-1.4.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bac4378d9cf560beb3b78819d64c238a", "sha256": "5750d79e13625e5b019a81d7f0064597ec95dc12fc4bb3673df08a7cff38265c" }, "downloads": -1, "filename": "furion-1.4.7.tar.gz", "has_sig": false, "md5_digest": "bac4378d9cf560beb3b78819d64c238a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14610, "upload_time": "2017-10-15T07:05:55", "url": "https://files.pythonhosted.org/packages/20/48/9ae003117d0123438d61a07ba4fb3ad10d233a9d8f47bb7e9af00cf78277/furion-1.4.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "943e7cea8e3ef6e29363a6aa7160ae91", "sha256": "2f19a670775c6e7ca252f3ad39cc0803a86c1c0b89b9b354e7bb1608ecc800a2" }, "downloads": -1, "filename": "furion-1.4.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "943e7cea8e3ef6e29363a6aa7160ae91", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 17439, "upload_time": "2017-10-15T07:05:53", "url": "https://files.pythonhosted.org/packages/06/d4/a0650b4d1769225ed8e253c9c4b234f0282106ad577eb8b3baf6221936ab/furion-1.4.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bac4378d9cf560beb3b78819d64c238a", "sha256": "5750d79e13625e5b019a81d7f0064597ec95dc12fc4bb3673df08a7cff38265c" }, "downloads": -1, "filename": "furion-1.4.7.tar.gz", "has_sig": false, "md5_digest": "bac4378d9cf560beb3b78819d64c238a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14610, "upload_time": "2017-10-15T07:05:55", "url": "https://files.pythonhosted.org/packages/20/48/9ae003117d0123438d61a07ba4fb3ad10d233a9d8f47bb7e9af00cf78277/furion-1.4.7.tar.gz" } ] }