# Feature

## Protocols supported

V2RaySocks supports five main types of protocols, all of which utilize TLS encryption to secure data transmission. Presently, data encrypted through this technology remains inaccessible for decryption by any individual or organization.

* **VMess**
* **VLESS**
* **Shadowsocks**
* **Trojan**
* **Hysteria2**

## Supported functions

### For client

* Basic Information Display
* Subscription Link Support
* Subscription Retrieval Records
* Node List Display
* Usage Logs Display
* Daily Records Display
* Reset UUID
* Reset Subscription Link
* Subscription Leak Alert
* Client APP Download
* Full Multi-language Support
* One-click Import

And all other WHMCS' features

V2RaySocks offers an API on the product details page, featuring product information, node list, client details, and recent usage records in JSON format. This facilitates the development of your customized product details page.

```
clientarea.php?action=productdetails&id=444&v2raysocksact=getuserinfo&serviceid=444
```

### **For** merchant

* Fixed traffic volume products
* **Custom traffic volume products**
* **Dynamic traffic rate(by time period)**
* **Multiple reset cycle options**
* **Custom subscription links**
* **Node total traffic limit**
* Node reordering
* **Product speed limits**
* **Product IP quantity limits**
* **Unified node management**
* **Fully customizable nodes**
* Node allocation
* Node data statistics
* Node status monitoring
* Node traffic multiplier
* Node speed limits
* Node IP quantity limits
* Node traffic limits
* Node port range
* Node TAG
* Unified user management
* Database operations
* Certificate API issuance

### Backend

XrayR (web\_api with etag)

Hysteria2 (web\_api with etag)

V2bX (web\_api with etag)

soga (web\_api with etag and db)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://v2raysocks.doxtex.com/feature.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
