Skip to content

feat: support tcp state inspection at wan side#5

Merged
w180112 merged 1 commit intomasterfrom
feat/support-invalid-tcp-from-wan
Apr 28, 2026
Merged

feat: support tcp state inspection at wan side#5
w180112 merged 1 commit intomasterfrom
feat/support-invalid-tcp-from-wan

Conversation

@w180112
Copy link
Copy Markdown
Member

@w180112 w180112 commented Apr 28, 2026

  • Add support to inspect TCP packet state from WAN side
  • Per-state allowlist:
    • SYN_SENT → SYN-ACK, RST
    • SYN_RECV → SYN-ACK (retransmit), ACK, FIN (resp), RST
    • ESTABLISHED, FIN_WAIT → ACK, FIN (resp), RST
    • CLOSE_WAIT, LAST_ACK, TIME_WAIT → ACK, RST
    • NONE, CLOSE, INVLD → nothing (drop all)

@w180112 w180112 merged commit b7612f3 into master Apr 28, 2026
5 checks passed
@w180112 w180112 deleted the feat/support-invalid-tcp-from-wan branch April 28, 2026 08:43
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