Vouch request: kosaku-sim #676
kosaku-sim
started this conversation in
Vouch Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What do you want to work on?
I want to fix #642 and #504 which cause DNS resolution failures (EAI_AGAIN) inside sandbox. WebSocket libraries like @slack/socket-mode bypass HTTP_PROXY and need direct UDP 53 + TCP 443 access. My PR #675 adds targeted iptables ACCEPT rules for DNS and configurable direct TCP endpoints.
I'm currently running a patched build in production and would like to move to an official release.
Why this change?
wslibrary bypassesHTTP_PROXYand attempts direct DNS resolution, which is blocked by the sandbox iptables rules (blanket UDP REJECT)Checklist
Beta Was this translation helpful? Give feedback.
All reactions