Skip to content

V2RayRoot/V2Root

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

V2Root

Python toolkit for managing V2Ray configurations via native extensions.

Installation

pip install v2root

Quick Start

from v2root import V2ROOT

proxy = V2ROOT(http_port=2300, socks_port=2301)
proxy.set_config_string("vless://example")
proxy.start()
# ...
proxy.stop()

Documentation

Full feature list, platform requirements, advanced usage, and troubleshooting are documented at v2root.readthedocs.io.

Contributing

Fork the repository and open a pull request. Details: Contributing Guide.

License

MIT License — see LICENSE.

Support

Issues: https://github.com/V2RayRoot/V2Root/issues
Telegram: https://t.me/DevSepehr

About

A Python package to manage v2ray with native extensions

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages