Python toolkit for managing V2Ray configurations via native extensions.
pip install v2rootfrom v2root import V2ROOT
proxy = V2ROOT(http_port=2300, socks_port=2301)
proxy.set_config_string("vless://example")
proxy.start()
# ...
proxy.stop()Full feature list, platform requirements, advanced usage, and troubleshooting are documented at v2root.readthedocs.io.
Fork the repository and open a pull request. Details: Contributing Guide.
MIT License — see LICENSE.
Issues: https://github.com/V2RayRoot/V2Root/issues
Telegram: https://t.me/DevSepehr