Skip to content

Andriod#11

Open
MFSGA wants to merge 34 commits intomasterfrom
andriod
Open

Andriod#11
MFSGA wants to merge 34 commits intomasterfrom
andriod

Conversation

@MFSGA
Copy link
Copy Markdown
Owner

@MFSGA MFSGA commented Mar 13, 2026

@codex review this and only pick the latest 2 commit to the master and help me solve the error

MFSGA added 30 commits March 11, 2026 18:34
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 10515fc016

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +66 to +69
trace!(
"dropping tun UDP packet: {} -> {} (dns_hijack={})",
local_addr, remote_addr, dns_hijack
);
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Forward non-DNS TUN UDP packets instead of dropping

This loop only processes DNS datagrams when dns_hijack is enabled and destination port is 53; every other UDP packet falls through to the dropping tun UDP packet branch and is discarded. In practice, that breaks all regular UDP traffic from TUN clients (e.g., QUIC/STUN and even DNS when dns_hijack is false), so UDP support is functionally unavailable outside the hijack path.

Useful? React with 👍 / 👎.

@MFSGA MFSGA force-pushed the master branch 2 times, most recently from 824da7d to 7bb2f2e Compare March 30, 2026 04:00
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.

1 participant