Ability to use intermediate server#109
Conversation
# Conflicts: # database/db.go # database/model/model.go # web/controller/inbound.go
I've talked to @rgo412, he is changing the requested changes. |
|
Changes are made. |
Thank you @amir215909, would you please answer the review questions up there? |
I couldn't find any questions |
my bad, you can see them now |
|
@amir215909 @rezaUniqe @rgo412 thanks for fixing these issues, so I'm checking your fork and notifying you about some changes :/, cause have more conflicts here |
|
1- please check this PR that make conflicts with vmess.html & vless.html files even trojan.html 3- when clicking on Log IP to get IPs, returns a 404 error cause of changing Endpoints |
|
|
||
|
|
||
| <a-form layout="inline"> | ||
| <a-form-item label='{{ i18n "password" }}'> |
There was a problem hiding this comment.
1- are you deleting password from trojan?
2- trojan doesn't have any id field!
3-inbound.settings.clients[0].flow should be in each client no just first one
There was a problem hiding this comment.
hi, I added the password field for each client also I added xtls flow to each client inside add client inbox and I didn't quite understand the id field you mentioned there is an id field in add client for each client is there something I missing?
There was a problem hiding this comment.
I mean as you see here https://github.com/hossinasaadi/x-ui/blob/main/web/html/xui/form/protocol/trojan.html
the trojan protocol just has a password and flow! not uuid(id) and alterID field.
There was a problem hiding this comment.
x-ui/web/assets/js/model/xray.js
Line 1388 in ba6d4e7
this is base trojan client and you actually make mistake here, just compare it with your files.

Changed
Added