-
Notifications
You must be signed in to change notification settings - Fork 157
Ability to use intermediate server #109
base: main
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
x-ui/web/assets/js/model/xray.js
Line 1388 in ba6d4e7
constructor(password=RandomUtil.randomSeq(10), flow=FLOW_CONTROL.DIRECT) { |
this is base trojan client and you actually make mistake here, just compare it with your files.
Changed
Added