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

feat(generator/client): Add mixed inbound #48

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

muink
Copy link
Collaborator

@muink muink commented Nov 19, 2023

No description provided.

@@ -407,6 +408,16 @@ push(config.inbounds, {
listen_port: int(dns_port)
});

push(config.inbounds, {
type: 'mixed',
Copy link
Member

Choose a reason for hiding this comment

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

I don't see why must we have a mixed inbound here.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is a fallback option
Sometimes I need to let some programs that don't normally go via the tunnel temporarily go via the tunnel.
Using mixed inbound is the most convenient way
Or is there any way to add inbound manually?

@1715173329 1715173329 merged commit bf70ce6 into immortalwrt:dev Nov 30, 2023
1 check passed
@muink muink deleted the dev/misc branch December 1, 2023 08:19
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