mobinjavari / v2ray-api-php

V2Ray (X-UI & 3X-UI) API with PHP
https://mobinjavari.github.io/v2ray-api-php/
GNU General Public License v3.0
50 stars 13 forks source link

refactor: fix ReGenerage Port number on Update #36

Closed mehdiyahyavi closed 7 months ago

mehdiyahyavi commented 7 months ago

on Update method, usually we don't send new or previous port number. main xuiConnect class is correct, but you forget to add ['inbound'] array to data object.

mobinjavari commented 7 months ago

Thanks for fixing the bug 🙏