Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo and add some options #160

Merged
merged 3 commits into from
Aug 23, 2024
Merged

fix typo and add some options #160

merged 3 commits into from
Aug 23, 2024

Conversation

muink
Copy link
Collaborator

@muink muink commented Aug 22, 2024

No description provided.

@muink muink requested a review from 1715173329 August 22, 2024 08:49
Copy link
Member

@1715173329 1715173329 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1st commit title shoud start with feat(generator/client):
3rd commit title should start with feat(generator):

htdocs/luci-static/resources/view/homeproxy/node.js Outdated Show resolved Hide resolved
htdocs/luci-static/resources/view/homeproxy/node.js Outdated Show resolved Hide resolved
htdocs/luci-static/resources/view/homeproxy/node.js Outdated Show resolved Hide resolved
htdocs/luci-static/resources/view/homeproxy/node.js Outdated Show resolved Hide resolved
Copy link
Member

@1715173329 1715173329 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

based on the discussion

htdocs/luci-static/resources/view/homeproxy/client.js Outdated Show resolved Hide resolved
htdocs/luci-static/resources/view/homeproxy/server.js Outdated Show resolved Hide resolved
root/etc/config/homeproxy Outdated Show resolved Hide resolved
root/etc/homeproxy/scripts/generate_client.uc Outdated Show resolved Hide resolved
root/etc/homeproxy/scripts/generate_client.uc Outdated Show resolved Hide resolved
root/etc/homeproxy/scripts/generate_client.uc Outdated Show resolved Hide resolved
root/etc/homeproxy/scripts/generate_client.uc Outdated Show resolved Hide resolved
root/etc/homeproxy/scripts/generate_client.uc Outdated Show resolved Hide resolved
@muink
Copy link
Collaborator Author

muink commented Aug 22, 2024

😂 OK

@1715173329
Copy link
Member

LGTM, thanks

@1715173329 1715173329 merged commit b392edd into immortalwrt:dev Aug 23, 2024
1 check passed
@muink muink deleted the devmam branch August 23, 2024 08:59
@@ -160,6 +163,10 @@ function generate_outbound(node) {
/* Direct */
override_address: node.override_address,
override_port: strToInt(node.override_port),
proxy_protocol: (node.proxy_protocol === '1') ? {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmmm according to the documentation this field aceepts a int value instead of a object, do i miss anything?
https://sing-box.sagernet.org/configuration/outbound/direct/#structure

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like I made a mistake. The new patch has been committed
410c10e

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for quick fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants