dev7dev / V2ray-Android

A simple Java module with sample source for implementing V2ray/Xray on Android.
37 stars 12 forks source link

Are inbound/outbound objects necessary? #5

Closed NavidShokoufeh closed 7 months ago

NavidShokoufeh commented 11 months ago

I tested your codes and i faced that it require us to put objects like : inbound , outbound , setting and etc. are they necessary?

dev7dev commented 11 months ago

Hi, In this module, the contents of the json file are directly delivered to the X-ray core. These values may be required in some cases. For more information, you can see the following repository:

Xray-Example

There are examples of json X-ray configuration in these, by comparing them, you can understand the performance of each component.