fix(outbound): keep fake-IP opt-in off NO_PROXY routes - #2045
Conversation
|
✅ Deterministic PR hygiene checks passed. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan includes up to 10 reviews per rolling hour; 6 remain after this review. 📝 WalkthroughWalkthroughProvider DNS validation now rejects benchmark addresses for hosts matched by ChangesProvider DNS validation
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to The change is localized and supported by regression tests and normal checks; no actionable merge-blocking risk remains. Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Merged. One follow-up recorded from independent review: |
Summary
NO_PROXY-matched hosts on the ordinary direct-route destination policy, where benchmark answers remain blockedFollow-up to #2037 and the remaining per-host routing boundary in #1748.
Verification
taskset -c 0,1 bun test tests/provider-outbound.test.ts tests/destination-policy-resolved.test.ts— 44 passedtaskset -c 0,1 bun run typechecktaskset -c 0,1 bun run privacy:scangit diff --checkChecklist
Summary by CodeRabbit
Bug Fixes
NO_PROXYrules are configured.Tests
NO_PROXYhosts and benchmark-address validation.